Releases: jacobsvante/netsuite
Releases · jacobsvante/netsuite
v0.12.0
v0.11.0
v0.10.1
v0.10.0
0.10.0 (2023-10-29)
Features
- Update all major libraries to latest version and update related py version requirements. Large breaking changes for users here.
- import pretty_traceback if it exists (93e6246)
- support ENV-based configuration (3ba4150)
- upgrade swagger openai viewer 3 => 5 (bc52155)
Bug Fixes
- make log level optional (5110138)
- optional log_level for real (f4b9a92)
- use old-school dict typing assignment for py 8 (8168726)
Documentation
- add config-environment note (378f8e5)
v0.9.0
0.9.0 (2022-06-02)
Bug Fixes
- Async connections sessions were being closed (28e2b8e)
- Don't require existing config to check version (b9982bf)
- Regression in
openapi serve
CLI command (c0074a0) - Update dependencies (1956b4d), closes #39 #40
Documentation
- Add example project for soap requests (352bdd6)
Continuous Integration
- Fix yaml miss (9180897)
v0.8.0
v0.7.0
This release breaks a lot of things. Please read CHANGELOG.md carefully.
Commits
- [292a61b]: Mark as Beta version and add disclaimer about breaking APIs (Jacob Magnusson)
- [e6815cc]: Update CHANGELOG.md (Jacob Magnusson)
- [b35f961]: v0.7.0 - This release breaks a lot of things. Please read carefully. (Jacob Magnusson)
- [f16f435]: zeep wasn't marked as optional in pyproject.toml (Jacob Magnusson)
- [96b902b]: CI/CD fixes (Jacob Magnusson)
- [9f943d6]: Fix requests not being available (Jacob Magnusson)
- [4f94345]: httpx ~0.18 (Jacob Magnusson)
- [af780cf]: Fix failing tests and add basic REST API and Restlet tests (Jacob Magnusson)