Skip to content

Releases: box/box-python-sdk-gen

v0.6.5

09 May 16:17
2230cd6
Compare
Choose a tag to compare

Bug Fixes

  • Add documentation to folder resource (box/box-openapi#421) (#144) (ca4e62e)
  • Ensure AuthorizationManager in authentication classes is initialized with NetworkSession 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

  • Support Box AI endpoints (box/box-openapi#416) (#137) (7a90c0c)
  • Support revoking and downscoping token for BoxDeveloperTokenAuth (box/box-codegen#472) (#115) (1b9628c)
  • Support union of primitives and objects (box/box-codegen#481) (#140) (d08c3e9)

v0.6.4

04 Apr 15:27
8541750
Compare
Choose a tag to compare

Bug Fixes

  • docs: fixes for chunked uploads docs (box/box-codegen#457) (#106) (65f40f5)

New Features and Enhancements

  • Assign default value to fields and args of type enum with only one value (box/box-codegen#465) (#108) (f884b60)
  • Change asUser and asEnterprise method names (box/box-codegen#464) (#103) (bb03852)

v0.6.3

26 Mar 13:23
5c728cf
Compare
Choose a tag to compare

New Features and Enhancements

v0.6.2

19 Mar 12:05
d754c45
Compare
Choose a tag to compare

New Features and Enhancements

  • Support additionalProperties of type any in Python and TS (box/box-codegen#453) (#82) (dfe7ef0)
  • use getDiscriminatorsForUnion in generic serialization (box/box-codegen#448) (#81) (2bb15a8)
  • Update outcomes parameter of StartWorkflow (box/box-openapi#413) (#88) (238216f)

v0.6.1

08 Mar 14:00
ec8136e
Compare
Choose a tag to compare
  • add missing __init__ files

v0.6.0

07 Mar 05:23
97cdf98
Compare
Choose a tag to compare

This release was yanked

Reason this release was yanked:

Some modules are not included in the package

v0.5.1

16 Feb 12:41
3efc750
Compare
Choose a tag to compare
  • Add test for EventsManager
  • Fix retrying requests when 401 response received

v0.5.0

15 Feb 12:59
4a42b1a
Compare
Choose a tag to compare
  • Introduce new exception hierarchy including BoxSDKError and BoxAPIError
  • Remove urllib3 from dependencies

v0.4.0

08 Feb 10:17
e8bda29
Compare
Choose a tag to compare
  • Expose types to main package level
  • Support discriminator
  • Rewrite Authentications method to generated code

v0.3.0

28 Dec 10:08
f65260b
Compare
Choose a tag to compare
  • Improve naming of some methods and classes
  • Added possibility to configure base urls
  • Support application/x-www-form-urlencoded content type