Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 8.76 KB

CHANGELOG.md

File metadata and controls

74 lines (45 loc) · 8.76 KB

Changelog

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

0.5.0 (2024-09-11)

Bug Fixes

  • Fix variants in metadata query results (box/box-openapi#456) (#232) (be2fa52)

New Features and Enhancements

0.4.0 (2024-09-05)

Bug Fixes

  • Add missing fields to Sign Template Signer and fix AI schema (box/box-openapi#451) (#206) (31920e6)
  • Fix IntegrationMapping schemas (box/box-codegen#551) (#203) (0074ee3)

New Features and Enhancements

0.3.1 (2024-08-22)

Bug Fixes

  • Extract IntegrationMappingPartnerItemSlack to IntegrationMappingPartnerItemSlackUnion (box/box-codegen#530) (#165) (d51df9a)
  • Improve chunked upload reliability (box/box-codegen#529) (#164) (5d87629)
  • Retry requests with 202 status code and Retry-After header (box/box-codegen#538) (#177) (64f27b3)

New Features and Enhancements

  • Add is_active parameter to user collaboration (box/box-openapi#437) (#163) (5f726bb)
  • Add new parameters to Box AI methods and introduce AiResponseFull variant (box/box-openapi#446) (#201) (7c09090)
  • Add support for Swift 5.6 (box/box-codegen#541) (#180) (04b7020)
  • parametrise chunked uploads endpoint urls (box/box-openapi#444) (#192) (ea18f9e)
  • Support AI Agent API (box/box-codegen#531) (#170) (fc9a00b)

0.3.0 (2024-06-28)

Bug Fixes

  • Change base urls (box/box-codegen#491) (#115) (d0a7adb)
  • Fix Box AI endpoints (box/box-openapi#418) (#88) (022f83a)
  • Fix CI for auto update pull requests (box/box-codegen#506) (#135) (a62e238)
  • fix deserialisation of Union with array in Swift (box/box-codegen#486) (#94) (4f187be)
  • Fix metadata filter resource (box/box-openapi#419) (#90) (b04f7ce)
  • Fix schemas for updating classification on a file and folder (box/box-openapi#423) (#104) (caa9d2b)
  • improve wording for box sign (box/box-openapi#424) (#111) (4fa69f0)

New Features and Enhancements

  • add missing marker pagination fields and introduce new event type (box/box-openapi[#431](https://github.com/box/box-codegen/issues/431)) (#136) (b186b11)
  • Add support for visionOS and add privacy manifest file for swift (box/box-codegen[#510](https://github.com/box/box-codegen/issues/510)) (#139) (7fc76fc)
  • Add support for Date in Swift (box/box-codegen#488) (#103) (7e1ea1a)
  • Improve chunk upload in Swift (box/box-codegen[#515](https://github.com/box/box-codegen/issues/515)) (#143) (b8099ab)
  • move notification suppression to public schema (box/box-openapi#425) (#113) (069be60)
  • Move schemas to separate modules (box/box-codegen#483) (#99) (c7a8506)
  • Start throwing common errors (box/box-codegen[#516](https://github.com/box/box-codegen/issues/516)) (#147) (d12bbb7)
  • Support Box AI endpoints (box/box-openapi#416) (#86) (175ab82)
  • Support chunk upload in Swift (box/box-codegen[#513](https://github.com/box/box-codegen/issues/513)) (#142) (9e0b4e2)
  • support excluding endpoints and schemas in parser (box/box-codegen#487) (#100) (af9e171)