Skip to content

Releases: bugout-dev/bugout-python

v0.2.17: Auth endpoint for users

Choose a tag to compare

@kompotkot kompotkot released this 14 Aug 11:26
8f7c411

User with groups could be called via /auth endpoint.

v0.2.16: Find user extended

Choose a tag to compare

@kompotkot kompotkot released this 30 Jul 10:50
19d4b83

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

v0.2.15: Resource permissions fix

Choose a tag to compare

@kompotkot kompotkot released this 29 Jan 16:13
0262a33

Fixed bug with alias for resource permission holder operations.

v0.2.14: Update pydentic

Choose a tag to compare

@Andrei-Dolgolev Andrei-Dolgolev released this 10 Aug 15:17
0a4aaf2
Merge pull request #54 from bugout-dev/update-pydentic

Update pydentic.

v0.2.13: Fix network error handling

Choose a tag to compare

@Andrei-Dolgolev Andrei-Dolgolev released this 10 Aug 13:19
b1bd292

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

v0.2.12: Search entity representation

Choose a tag to compare

@kompotkot kompotkot released this 31 Jul 12:41
e45589e

Search across journal entries and get output in entity format.

v0.2.11: Journal entity representation support

Choose a tag to compare

@kompotkot kompotkot released this 27 Jul 11:17
1c3e5da

Entity API merged to Spire API.

v0.2.10: Restore password for applications

Choose a tag to compare

@kompotkot kompotkot released this 18 Jul 10:37
3a3a0b0

Supports reset password worflow for applications.

v0.2.9: Extend search response

Choose a tag to compare

@Andrei-Dolgolev Andrei-Dolgolev released this 19 Jun 06:57
ebff603

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

v0.2.8: Entries tags endpoints

Choose a tag to compare

@Andrei-Dolgolev Andrei-Dolgolev released this 30 May 10:05
d0dac7d

Add handlers for /bulk_entries_tags DELETE and POST.