Skip to content

Releases: bugout-dev/bugout-python

v0.2.17: Auth endpoint for users

14 Aug 11:26
8f7c411
Compare
Choose a tag to compare

User with groups could be called via /auth endpoint.

v0.2.16: Find user extended

30 Jul 10:50
19d4b83
Compare
Choose a tag to compare

Find user by id, email, username and application id.

v0.2.15: Resource permissions fix

29 Jan 16:13
0262a33
Compare
Choose a tag to compare

Fixed bug with alias for resource permission holder operations.

v0.2.14: Update pydentic

10 Aug 15:17
0a4aaf2
Compare
Choose a tag to compare
Merge pull request #54 from bugout-dev/update-pydentic

Update pydentic.

v0.2.13: Fix network error handling

10 Aug 13:19
b1bd292
Compare
Choose a tag to compare

Fix 599 erorrs was raising on not connection eroors status codes.

v0.2.12: Search entity representation

31 Jul 12:41
e45589e
Compare
Choose a tag to compare

Search across journal entries and get output in entity format.

v0.2.11: Journal entity representation support

27 Jul 11:17
1c3e5da
Compare
Choose a tag to compare

Entity API merged to Spire API.

v0.2.10: Restore password for applications

18 Jul 10:37
3a3a0b0
Compare
Choose a tag to compare

Supports reset password worflow for applications.

v0.2.9: Extend search response

19 Jun 06:57
ebff603
Compare
Choose a tag to compare

Add missing context id,type,url in search response model.

v0.2.8: Entries tags endpoints

30 May 10:05
d0dac7d
Compare
Choose a tag to compare

Add handlers for /bulk_entries_tags DELETE and POST.