Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 11 KB

CHANGELOG.md

File metadata and controls

88 lines (55 loc) · 11 KB

Changelog

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

0.5.0 (2025-02-10)

Bug Fixes

New Features and Enhancements

0.4.0 (2025-02-03)

Bug Fixes

  • Add missing token scope (box/box-openapi#490) (#122) (83073a7)
  • Correct types of paged and thumb properties in File representation (box/box-openapi#503) (#161) (b603242)
  • Fix handling list of enums and nested list of enums (box/box-codegen#649) (#165) (45021c2)
  • Fix invalid variant config for Integration mapping Slack (box/box-openapi#492) (#127) (c86142b)
  • Fix Java NPE in case of null body (box/box-codegen#645) (#149) (25dee92)
  • order of fields in the IntegrationMapping schema (box/box-openapi#497) (#145) (d3ce60c)
  • Remove auth when cross origin redirect (box/box-codegen#648) (#158) (6136dac)

New Features and Enhancements

0.3.0 (2024-12-30)

Bug Fixes

  • Remove unused parameter from SignRequest (box/box-openapi#489) (#107) (77bf54d)

New Features and Enhancements

  • Add aiAgent info to AiResponse (box/box-openapi#485) (#93) (a7fe95f)
  • Add support for replacing the network client implementation (box/box-codegen#629) (#115) (1bfa6ef)
  • Allow for customizing retry strategy (box/box-codegen#635) (#120) (78946c0)
  • Support get download URL in Java (box/box-codegen#634) (#119) (d62645e)
  • Support optional userId parameter for updating files, folders and web links (#106) (50f7521)

0.2.0 (2024-12-03)

Bug Fixes

  • add Dict import to the derived type when used in base type (box/box-codegen#584) (#32) (d6212c8)
  • fix additionalProperties (box/box-openapi#477) (#31) (996944c)
  • Support status codes with no content (box/box-codegen#604) (#58) (cfc66b9)
  • update client error schema to support schema errors (box/box-openapi#467) (#23) (b5c018d)
  • use raw docstrings when comments contain backslash (box/box-codegen#571) (8bedc09)

New Features and Enhancements

  • Add optional URL parameter to FetchResponse (box/box-codegen#617) (#89) (e50745c)
  • Expose method for making custom HTTP requests (box/box-codegen#610) (#84) (7476b1b)
  • Generate initial SDK (box/box-codegen#570) (#3) (8750f1c)
  • include rawData in serialisable objects (box/box-codegen#608) (#73) (56f8efd)
  • Introduce enum Valuable interface (box/box-codegen#594) (#47) (3d7b227)
  • Modify schema for teams for integration mapping api (box/box-openapi#463) (#21) (e5cb636)
  • Support CCGAuth and OAuth (box/box-openapi#478) (#33) (d592498)
  • Support get collection by ID endpoint (#46) (372cc5f)
  • Support interceptors (box/box-codegen#621) (#87) (8c1bbc3)
  • Support JWT Auth in Java (box/box-codegen#590) (#36) (09a62d7)
  • Support tests in Java (box/box-codegen#580) (#30) (9c867c8)
  • Support Try, Throw tags and some build-in functions in Java (box/box-codegen#579) (#20) (8b49f52)
  • Support uploads and downloads (box/box-codegen#572) (9528060)
  • Support uploads and downloads in Java (box/box-codegen#572) (e02111b)

0.1.1 (2024-11-04)

New Features and Enhancements