Releases: crdbrd/python-brreg
Releases · crdbrd/python-brreg
v1.4.1
v1.4.0
Breaking changes
EnhetQuery.registert_i_foretaksregisterethas been renamed toregistrert_i_foretaksregisteretdue to a typo in the name. (#126)
EnhetQuery.under_tvangsavvikling_eller_trangsopplosninghas been renamed tounder_tvangsavvikling_eller_tvangsopplosningdue to a typo in the name. (#126)
- Python 3.9 support has been dropped as it has reached end-of-life. (#127)
Changes
- Organisasjonsnummer validation now accept ints in addition to strings. (#126)
- Python 3.14 is now part of our test matrix. (#127)
- We're now typechecking with ty in addition to mypy and basedpyright.
New Contributors
- @Add1ct1ve made their first contribution in #126
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
With this release, all the features listed as "planned" in the readme have been implemented and the roughest corners of the API have been made more ergonomic.
If you need any of the other APIs available from Brønnøysundregistrene, please create an issue and explain your use case.
Breaking changes
Client.search_enhet()andClient.search_underenhet()now return aCursorobject to help iterate over a paginated search result. (#16)
Features
- Search results are now a lot easier to iterate over. See the quickstart guide for examples. (#16)
Changes
v1.0.0b3
v1.0.0b2
v1.0.0b1
With this beta release, all the features listed as "planned" in the readme have been implemented. The API is quite low-level but functional. In future releases, more ergonomic APIs might be added on top of this foundation.
If you have a need for any of the other APIs available from Brønnøysundregistrene, please create an issue and explain your use case.
Features
- Get the roles for a given "enhet". (#15)