Skip to content

Releases: bugout-dev/bugout-python

v0.2.7: Resource holder permissions

24 May 12:47
50288f0

Choose a tag to compare

Brood resource holder permissions support.

Bugout job queues

13 Feb 16:53
1bb26c5

Choose a tag to compare

This release adds a Bugout job queue client that makes it possible for users to treat a Bugout journal as a job queue.

Support for extended public journal functionality

03 Feb 23:15
ddf813c

Choose a tag to compare

This release adds support in the Bugout Python client library for public journal functionality that has been added to the Bugout API.

v0.2.3: Journal enty permissions and scopes update

31 Jan 10:10
7b53d67

Choose a tag to compare

Support for different auth_types for journal entry permissions/scopes.

v0.2.3: Extended journal update content method

13 Dec 09:57
d287ec2

Choose a tag to compare

Journal update content method returns list of tags and lock status.

v0.2.2: Web3 auth with applications support

08 Nov 12:03
6395a48

Choose a tag to compare

Extended support of Brood applications for users and journals.

v0.2.1: Web3 auth support

17 Oct 20:10
d28278f

Choose a tag to compare

Web3 authorization support for journals and get_user handlers.

Bugout Python client library v0.1.20

06 Apr 10:35
a54c9a5

Choose a tag to compare

Properly handle network errors with no response object.

Bugout Python client library v0.1.19

01 Dec 15:16
9fdef35

Choose a tag to compare

This update modifies Bugout.update_entry_content to accept tags as part of an entry update.

This means that users no longer have to make 2 separate HTTP requests to update an entry and its tags.

It also adds the tags_action parameter which takes values from the bugout.journal.TagsAction enumeration.

If tags_action = TagsAction.merge, the tags that the user passes to Bugout.update_entry_content are merged into the tags on the server. If tags_action = TagsAction.replace, they replace the tags on the server.

Bugout Python client library v0.1.18

21 Sep 21:21
855967b

Choose a tag to compare

During token creation can be specified token_note.