Releases: derlin/mantelo
Releases · derlin/mantelo
v2.2.0
2.2.0 (2024-12-29)
🚀 Features
- raise more granular HttpException (HttpNotFound, HttpClientError, HttpServerError) (33588c8)
- remove dependency on Slumber and integrate its functionality into Mantelo (33588c8)
- return an empty string (versus b'' or None) when the body is empty (33588c8)
🐛 Bug Fixes
- add missing type annotations (31d52d3)
- allow DELETE to have a body (4cab8aa)
- make HttpException handle responses with non-empty, non-JSON body (33588c8)
💬 Documentation
v2.1.1
v2.1.0
2.1.0 (2024-07-28)
🚀 Features
- add realms property (84da9e7)
🐛 Bug Fixes
- add response object to AuthenticationException (feccdeb)
- make it possible to query the current realm (67c2b45)
💬 Documentation
- add more examples (b801ade)
- add opengraph meta (0310e41)
- add readthedocs documentation (04cc4d7)
- fix an rst link (a7ae889)
🦀 Build and CI
v2.0.0
2.0.0 (2024-03-21)
⚠ BREAKING CHANGES
- rename "ServiceAccount" to "ClientCredentials" and KeycloakAdmin class methods
- drop custom headers support and share session between auth and client