Releases: Hochfrequenz/bssclient.py
Releases · Hochfrequenz/bssclient.py
v0.1.3
What's Changed
- build(deps-dev): bump pytest-asyncio from 0.23.5.post1 to 0.23.6 by @dependabot in #30
- build(deps-dev): bump build from 1.1.1 to 1.2.1 by @dependabot in #31
- build(deps): bump httpcore from 1.0.4 to 1.0.5 by @dependabot in #32
- build(deps-dev): bump black from 24.3.0 to 24.4.0 by @dependabot in #36
- build(deps): bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #46
- build(deps): bump certifi from 2024.2.2 to 2024.7.4 in /dev_requirements by @dependabot in #47
- build(deps): bump idna from 3.6 to 3.7 by @dependabot in #37
- build(deps-dev): bump pylint from 3.1.0 to 3.2.6 by @dependabot in #51
- build(deps-dev): bump twine from 5.0.0 to 5.1.1 by @dependabot in #53
- Move optional dependencies from
dev_requirements
topyproject.toml
by @FreddyFox892 in #59
New Contributors
- @FreddyFox892 made their first contribution in #59
Full Changelog: v0.1.2...v0.1.3
v0.1.3-rc1
What's Changed
- build(deps-dev): bump pytest-asyncio from 0.23.5.post1 to 0.23.6 by @dependabot in #30
- build(deps-dev): bump build from 1.1.1 to 1.2.1 by @dependabot in #31
- build(deps): bump httpcore from 1.0.4 to 1.0.5 by @dependabot in #32
- build(deps-dev): bump black from 24.3.0 to 24.4.0 by @dependabot in #36
- build(deps): bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #46
- build(deps): bump certifi from 2024.2.2 to 2024.7.4 in /dev_requirements by @dependabot in #47
- build(deps): bump idna from 3.6 to 3.7 by @dependabot in #37
- build(deps-dev): bump pylint from 3.1.0 to 3.2.6 by @dependabot in #51
- build(deps-dev): bump twine from 5.0.0 to 5.1.1 by @dependabot in #53
Full Changelog: v0.1.2...v0.1.3-rc1
v0.1.2
What's Changed
- feat: check that token is valid upon instantiation of config object by @hf-kklein in #28
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- fix: remove wrong audience (copy paste error) by @hf-kklein in #26
- feat: add possibility to use an existing bearer token (w/o client+secret) by @hf-kklein in #27
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
⚠ This release will definitly break stuff. The former BssClient
has been renamed to BasicAuthBssClient
and its config has been renamed from BssConfig
to BasicAuthBssConfig
. What you get in return is the possibility to use OAuth, too with the new OAuthBssClient
and its OAuthBssConfig
.
- 🩹Upgrade
requirements-packaging.txt
- resolveInvalidDistribution
issue by @lord-haffi in #23 - feat: Add OAuth as Option besides Basic Auth by @hf-kklein in #24
New Contributors
- @lord-haffi made their first contribution in #23
Full Changelog: v0.0.10...v0.1.0
v0.0.10
What's Changed
- build(deps-dev): bump pytest from 8.0.2 to 8.1.0 by @dependabot in #13
- build(deps-dev): bump build from 1.0.3 to 1.1.1 by @dependabot in #14
- build(deps-dev): bump pytest from 8.1.0 to 8.1.1 by @dependabot in #15
- build(deps-dev): bump black from 24.2.0 to 24.3.0 by @dependabot in #17
- build(deps-dev): bump pytest-asyncio from 0.23.5 to 0.23.5.post1 by @dependabot in #16
- chore: ⬆ upgrade packaging requirements by @hf-kklein in #20
- build(deps): bump pydantic from 2.6.2 to 2.6.4 by @dependabot in #18
- build(deps-dev): bump coverage from 7.4.3 to 7.4.4 by @dependabot in #19
- feat: find Ermittlungsauftraege by malo-id by @hf-kklein in #21
New Contributors
- @dependabot made their first contribution in #13
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- feat: retrieve lieferbeginn from ermittlungsauftrag by @hf-kklein in #11
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
What's Changed
- Make
ermittlungsauftrag.flatId
andprozess.einheit
nullable by @hf-kklein in #9
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Add method to determine server TLD by @hf-kklein in #8
Full Changelog: v0.0.5...v0.0.6