Releases: box/box-python-sdk-gen
Releases · box/box-python-sdk-gen
v1.10.0
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)
- Fix order of fields in the
IntegrationMapping
schema (box/box-openapi#497) (#438) (13dea88)
New Features and Enhancements
v1.9.0
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)
v1.8.0
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)
v1.7.0
New Features and Enhancements
v1.6.0
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)
v1.5.1
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
v1.5.0
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)
v1.4.1
Bug Fixes
- Do not store data in-memory during download process in Python (box/box-codegen#557) (#294) (7c645ae)
v1.4.0
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)
v1.3.0
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)