All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.6.0 (2025-01-27)
- Add missing token scope (box/box-openapi#490) (#319) (220134e)
- Change signature of
readBufferFromFile
method (box/box-codegen#575) (#250) (21e08ff) - Correct types of
paged
andthumb
properties in File representation (box/box-openapi#503) (#347) (58ff930) - fix
IntegrationMapping
schemas description (box/box-openapi#463) (#257) (794f315) - Fix invalid variant config for Integration mapping Slack (box/box-openapi#492) (#322) (97f4f94)
- Fix order of fields in the
IntegrationMapping
schema (box/box-openapi#497) (#335) (cb28e6d) - remove unused parameter from
SignRequest
(box/box-openapi#489) (#310) (879897b) - Support status codes with no content (box/box-codegen#604) (#284) (5823d2b)
- update client error schema to support schema errors (box/box-openapi#467) (#259) (40e2279)
- update collaboration, metadata and collection resources (box/box-openapi#483) (#286) (f5b190a)
- Add
aiAgent
info toAiResponse
(box/box-openapi#485) (#304) (b614a6f) - add AI LLM endpoint AWS
params
(box/box-openapi#478) (#267) (36ee37d) - Add Box Sign shared requests (box/box-openapi#504) (#348) (2f5e2f1)
- Add support for replacing the network client implementation (box/box-codegen#629) (#313) (e08a117)
- Expose method for making custom HTTP requests (box/box-codegen#610) (#297) (f7da2e3)
- Support
ai/extract
andai/extract_structured
endpoints (box/box-codegen#564) (#239) (9b5d6e9) - Support Box Doc Gen API (box/box-codegen#644) (#343) (8ef2533)
- Support get collection by ID endpoint (box/box-codegen#595) (#276) (112828f)
- Support optional
userId
parameter for updating files, folders and web links (box/box-openapi#488) (#308) (8bd13d0) - update client error schema to support schema errors (box/box-openapi#467) (#266) (4bcf843)
- Use
retrieveAuthorizationHeader
method in fetch (box/box-codegen#565) (#235) (f68e141)
0.5.0 (2024-09-11)
0.4.0 (2024-09-05)
- 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)
- Fix chunk upload in Swift (box/box-codegen#555) (#215) (93ff568)
- Include URL into
FetchOptions
(box/box-codegen#549) (#208) (b65822d)
0.3.1 (2024-08-22)
- Extract
IntegrationMappingPartnerItemSlack
toIntegrationMappingPartnerItemSlackUnion
(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)
- 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)
- 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)
- 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)