Releases: Johnson-Gage-Inspection-Inc/qualer-sdk-python
Releases · Johnson-Gage-Inspection-Inc/qualer-sdk-python
3.0 beta 2
What's Changed
- fix: update client.py to use "Api-Token" prefix instead of "Bearer" by @rhythmatician in #15
- Fix specification errors by @rhythmatician in #16
- chore: enhance CI/CD pipeline with publish workflow and documentation… by @rhythmatician in #17
- Update README.md by @rhythmatician in #19
- fix: update spec.json to change type from string to integer for DocumentType fields by @rhythmatician in #20
- Enhance Qualer SDK with new features and fixes by @rhythmatician in #21
Full Changelog: v3.0b1...v3.0b2
v3.0beta1
This might be a working SDK using OpenAPI v3, but it still hasn't been battle tested.
What's Changed
- Refactor setup.py for clarity and organization by @rhythmatician in #4
- Add unit tests and enhance CI/CD workflow by @rhythmatician in #6
- ci(deps): bump actions/cache from 3 to 4 by @dependabot in #7
- ci(deps): bump codecov/codecov-action from 3 to 5 by @dependabot in #8
- ci(deps): bump actions/setup-python from 4 to 5 by @dependabot in #9
- Update CI for OpenAPI and regenerate SDK by @rhythmatician in #11
- Generate init.py file for model imports by @rhythmatician in #13
- Update docs; Add CodeQL by @rhythmatician in #14
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v2.1.0...v3.0b1
v3.0beta
Major update, switching from Swagger to OpenAPI for sdk gen. Made great efforts to resolve deficiencies in the spec, as it comes from Qualer. These changes are not yet battle tested!!!
What's Changed
- Refactor setup.py for clarity and organization by @rhythmatician in #4
- Add unit tests and enhance CI/CD workflow by @rhythmatician in #6
- ci(deps): bump actions/cache from 3 to 4 by @dependabot in #7
- ci(deps): bump codecov/codecov-action from 3 to 5 by @dependabot in #8
- ci(deps): bump actions/setup-python from 4 to 5 by @dependabot in #9
- Update CI for OpenAPI and regenerate SDK by @rhythmatician in #11
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v2.2.1...v3.0
2.1.0
v2.1.0 version 2.1.0
Version 2.0
This version implements an entirely new approach with a focus on fixing Qualer's API spec at the source, and then generating the SDK from that.
What's Changed
- New SDK; new code base by @rhythmatician in #2
New Contributors
- @rhythmatician made their first contribution in #2
Full Changelog: v1.0.0...v2.0.0