Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 6.06 KB

CHANGELOG.md

File metadata and controls

65 lines (35 loc) · 6.06 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2024-05-20)

Bug Fixes

  • Change base urls (box/box-codegen#491) (#167) (7f7cb20)
  • Fix schemas for updating classification on a file and folder (box/box-openapi#423) (#156) (1c4bee1)
  • Make PartAccumulator class internal (#169) (16726e7)

New Features and Enhancements

  • Add suppressNotifications and externalSystemName fields for Box Sign (box/box-openapi#425) (#165) (34ea7c2)
  • Move schemas to separate modules (box/box-codegen#483) (#149) (0ba0142)
  • support excluding endpoints and schemas in parser (box/box-codegen#487) (#150) (13308c4)

0.6.5 (2024-05-09)

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)

0.6.4 (2024-04-04)

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)

0.6.3 (2024-03-26)

New Features and Enhancements

0.6.2 (2024-03-19)

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)