Releases: bugout-dev/bugout-python
Releases · bugout-dev/bugout-python
Bugout Python client library v0.1.7
Added endpoint for restricted token creation and modified user deletion.
Bugout Python client library v0.1.6
The minimum version of pydantic module was specified.
Bugout Python client library v0.1.5
Updated search, find_group, get_user_tokens endpoints.
Bugout Python client library v0.1.4
Set required python version to >=3.6.
Bugout Python client library v0.1.3
Moving to setup.py instead of requirements.txt.
Kept old requirements.txt around temporarily, but removed requirements.dev.txt.
Bugout Python client library v0.1.2
Gives ability to find users by:
- Username
Gives ability to find groups by:
- Group name
- Group ID
Bugout Python client library v0.1.1
Renamed timeout environment variable to BUGOUT_TIMEOUT_SECONDS.
This ensures consistency with the other Bugout client libraries.
Bugout Python API v0.1.0
Release includes requests timeouts and work with environment variables.
Bugout Python API v0.0.9
Release includes journal, entries, tags and mypy hints with stubs.
Bugout Python API v0.0.5
This release includes API endpoints to users, tokens and groups.