Releases: box/box-python-sdk-gen
Releases · box/box-python-sdk-gen
v1.15.0
Bug Fixes
- Compute webhook signature with and without escaping the body (box/box-codegen#737) (#607) (e5118b8)
- Fix downscope token to use
retrieveToken
method for token retrieval (box/box-codegen#731) (#598) (e492685) - Fix slash escaping when calculating webhook signature (box/box-codegen#736) (#603) (430b175)
- Use constant-time comparison for HMAC signatures (box/box-codegen#739) (#610) (6f6660c)
New Features and Enhancements
- Add AI agents warnings; allow for more types of metadata value (box/box-openapi#520) (#567) (86aa1cc)
- Add Shield Lists APIs (box/box-openapi#528) (#601) (f980f65)
- Add support of IBM models to AI API (box/box-openapi#522) (#568) (767547a)
- Update legal holds and AI models (box/box-openapi#526) (#599) (d56228d)
v1.14.0
v1.13.0
v1.12.0
v1.11.1
v1.11.0
Bug Fixes
- Correct types of
paged
andthumb
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 ofitems
parameter fromList[AiItemBase]
toList[AiItemAsk]
increate_ai_ask
method (box/box-openapi#506) (#466) (29f0364) - Update
/ai/extract_structured
response schema (box/box-codegen#641) (#459) (7c73cea)
v1.10.0
v1.9.0
Bug Fixes
New Features and Enhancements
- Add
ai_agent
info toAiResponse
(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)