Skip to content

Latest commit

 

History

History
250 lines (127 loc) · 22.3 KB

CHANGELOG.md

File metadata and controls

250 lines (127 loc) · 22.3 KB

Changelog

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

1.12.0 (2025-02-20)

Bug Fixes

New Features and Enhancements

1.11.1 (2025-02-12)

Bug Fixes

1.11.0 (2025-02-06)

Bug Fixes

  • Correct types of paged and thumb properties in File representation (box/box-openapi#503) (#451) (e818fa6)

New Features and Enhancements

  • Add Box Sign shared requests (box/box-openapi#504) (#453) (3590918)
  • feat: Add hubs support to /ai/ask. Replace type of items parameter from List[AiItemBase] to List[AiItemAsk] in create_ai_ask method (box/box-openapi#506) (#466) (29f0364)
  • Update /ai/extract_structured response schema (box/box-codegen#641) (#459) (7c73cea)

1.10.0 (2025-01-21)

Bug Fixes

  • Add missing token scope (box/box-openapi#490) (#420) (41afe8b)
  • Fix invalid variant config for Integration mapping Slack (box/box-openapi#492) (#423) (d03ccd4)
  • order of fields in the IntegrationMapping schema (box/box-openapi#497) (#438) (13dea88)

New Features and Enhancements

1.9.0 (2024-12-30)

Bug Fixes

  • Remove unused parameter from SignRequest (box/box-openapi#489) (#411) (578d9b4)

New Features and Enhancements

  • Add ai_agent info to AiResponse (box/box-openapi#485) (#402) (351a5b8)
  • Add support for replacing the network client implementation (box/box-codegen#629) (#415) (fb118dd)
  • Allow for customizing retry strategy (box/box-codegen#635) (#418) (8dfb3ed)
  • Support optional userId parameter for updating files, folders and web links (box/box-openapi#488) (#406) (d9cff4c)
  • Support webhook message validation (box/box-codegen#631) (#416) (0fec20b)

1.8.0 (2024-12-02)

Bug Fixes

New Features and Enhancements

  • Expose method for making custom HTTP requests (box/box-codegen#610) (#393) (55a23d9)
  • Support getting file download URL and file thumbnail URL (box/box-codegen#617) (#397) (fd609ab)

1.7.0 (2024-11-04)

New Features and Enhancements

1.6.0 (2024-10-30)

Bug Fixes

  • Set stream position to 0 for multipart requests (box/box-codegen#581) (#348) (fa6942c)
  • Update client error schema (box/box-openapi#467) (#347) (a42a253)
  • Use original stream position when retrying requests (box/box-codegen#583) (#358) (060b4dc)
  • use raw docstrings when comments contain backslash (box/box-codegen#571) (#330) (8dd8cb7)

New Features and Enhancements

  • Add download_file_to_output_stream method to DownloadsManager (box/box-codegen#575) (#334) (6820d08)
  • add AI LLM endpoint AWS params (box/box-openapi#478) (#354) (c8fa2c1)

1.5.1 (2024-09-19)

Bug Fixes

  • Fix proxy url without proxy credentials (box/box-codegen#568) (#322) (fb19160), closes #318
  • Stop sending last empty chunk for chunk upload (box/box-codegen#569) (#324) (1605f04), closes #321

1.5.0 (2024-09-18)

Bug Fixes

  • Add the missing license to setup.py (box/box-codegen#562) (#307) (679d789)
  • Fix variants in metadata query results (box/box-openapi#456) (#313) (8830303)

New Features and Enhancements

  • Add support for proxy (box/box-codegen#559) (#302) (3d881ac)
  • Introduce raw_data field for storing raw json response (box/box-codegen#566) (#319) (3776dc3)
  • Support ai/extract and ai/extract_structured endpoints (box/box-codegen#564) (#317) (b3d8da4)
  • Support App item associations (box/box-codegen#561) (#299) (8b6ea0b)

1.4.1 (2024-08-30)

Bug Fixes

  • Do not store data in-memory during download process in Python (box/box-codegen#557) (#294) (7c645ae)

1.4.0 (2024-08-23)

Bug Fixes

  • Add missing fields to Sign Template Signer and fix AI schema (box/box-openapi#451) (#281) (0708351)
  • Fix IntegrationMapping schemas (box/box-codegen#551) (#279) (0337e06)

New Features and Enhancements

  • Add new parameters to Box AI methods and introduce AiResponseFull variant (box/box-openapi#446) (#277) (1267a21)
  • Include URL into FetchOptions (box/box-codegen#549) (#283) (dd05b1c)

1.3.0 (2024-08-12)

Bug Fixes

  • Fix fetch method for multipart request (box/box-codegen#545) (#266) (08a0818)

New Features and Enhancements

  • Parametrise chunked uploads endpoint urls (box/box-openapi#444) (#264) (b5bce24)

1.2.0 (2024-07-25)

Bug Fixes

New Features and Enhancements

  • Add is_active parameter to user collaboration (box/box-openapi#437) (#222) (2b7bbe4)
  • Retry request with status code 202 (box/box-codegen[#511](https://github.com/box/box-codegen/issues/511)) (#204) (f50ad6e)
  • Support AI Agent API (box/box-codegen#531) (#229) (c565383)
  • Support sending fields with null value (box/box-codegen#528) (#230) (f91076e), closes #202

1.1.0 (2024-06-12)

Bug Fixes

  • Fix CI for auto update pull requests (box/box-codegen#506) (#187) (5e59f69)

New Features and Enhancements

  • add missing marker pagination fields and introduce new event type AppItemEventSource (box/box-openapi[#431](https://github.com/box/box-codegen/issues/431)) (#189) (8d22ce2)

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)