Skip to content

Releases: bugout-dev/bugout-python

Bugout Python client library v0.1.7

10 Mar 16:21
ef5b50a

Choose a tag to compare

Added endpoint for restricted token creation and modified user deletion.

Bugout Python client library v0.1.6

08 Mar 18:34
ed47a69

Choose a tag to compare

The minimum version of pydantic module was specified.

Bugout Python client library v0.1.5

01 Mar 19:41
c258e57

Choose a tag to compare

Updated search, find_group, get_user_tokens endpoints.

Bugout Python client library v0.1.4

26 Feb 20:00
1c58b6a

Choose a tag to compare

Set required python version to >=3.6.

Bugout Python client library v0.1.3

23 Feb 18:34
68171a4

Choose a tag to compare

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

19 Feb 16:43
4422329

Choose a tag to compare

Gives ability to find users by:

  1. Username

Gives ability to find groups by:

  1. Group name
  2. Group ID

Bugout Python client library v0.1.1

11 Feb 17:14
18aebf9

Choose a tag to compare

Renamed timeout environment variable to BUGOUT_TIMEOUT_SECONDS.

This ensures consistency with the other Bugout client libraries.

Bugout Python API v0.1.0

10 Feb 12:52
4f21c33

Choose a tag to compare

Release includes requests timeouts and work with environment variables.

Bugout Python API v0.0.9

22 Jan 12:01
3a480c6

Choose a tag to compare

Release includes journal, entries, tags and mypy hints with stubs.

Bugout Python API v0.0.5

20 Jan 10:13

Choose a tag to compare

This release includes API endpoints to users, tokens and groups.