Releases: bugout-dev/bugout-python
v0.2.7: Resource holder permissions
Brood resource holder permissions support.
Bugout job queues
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
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
Support for different auth_types for journal entry permissions/scopes.
v0.2.3: Extended journal update content method
Journal update content method returns list of tags and lock status.
v0.2.2: Web3 auth with applications support
Extended support of Brood applications for users and journals.
v0.2.1: Web3 auth support
Web3 authorization support for journals and get_user handlers.
Bugout Python client library v0.1.20
Properly handle network errors with no response object.
Bugout Python client library v0.1.19
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
During token creation can be specified token_note.