Releases: box/box-python-sdk-gen
Releases · box/box-python-sdk-gen
v0.6.5
Bug Fixes
- Add documentation to folder resource (box/box-openapi#421) (#144) (ca4e62e)
- Ensure
AuthorizationManager
in authentication classes is initialized withNetworkSession
object (box/box-codegen#469) (#113) (a5577c7) - Fix Box AI endpoints (box/box-openapi#418) (#139) (de2b8a3)
- Fix deserialization logic (box/box-codegen#476) (#126) (90ea928)
New Features and Enhancements
v0.6.4
Bug Fixes
New Features and Enhancements
v0.6.3
v0.6.2
v0.6.1
- add missing
__init__
files
v0.6.0
This release was yanked
Reason this release was yanked:
Some modules are not included in the package
- Change internal structure of
box_sdk_gen
- Make optional fields kwonly in Python (box/box-codegen#446) (#74)
- Support version in generate script (box/box-codegen#418) (#69)
- Add additional data to ResponseInfo (box/box-codegen#439) (#66)
- Add
retrieveAuthorizationHeader
method to authentication classes (box/box-codegen#442) (#65) - Extend the source property of the Union type in the Event with additional Dict[str, str] (#62)
- Add tests for FileVersionLegalHoldsManager
- Add test for device pinners (box/box-codegen#443) (#71)
v0.5.1
- Add test for
EventsManager
- Fix retrying requests when 401 response received
v0.5.0
- Introduce new exception hierarchy including
BoxSDKError
andBoxAPIError
- Remove
urllib3
from dependencies
v0.4.0
- Expose types to main package level
- Support discriminator
- Rewrite Authentications method to generated code
v0.3.0
- Improve naming of some methods and classes
- Added possibility to configure base urls
- Support
application/x-www-form-urlencoded
content type