Releases: box/box-python-sdk-gen
Releases · box/box-python-sdk-gen
v1.8.0
v1.7.0
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
v1.5.1
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 rawjson
response (box/box-codegen#566) (#319) (3776dc3) - Support
ai/extract
andai/extract_structured
endpoints (box/box-codegen#564) (#317) (b3d8da4) - Support App item associations (box/box-codegen#561) (#299) (8b6ea0b)
v1.4.1
v1.4.0
v1.3.0
v1.2.0
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) (#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