Releases: box/box-java-sdk-gen
Releases · box/box-java-sdk-gen
v0.5.2
v0.5.1
Bug Fixes
- Add
verification_phone_number
property to create sign request (box/box-openapi#515) (#242) (d81c700)
New Features and Enhancements
- Add find app item for shared link endpoint (box/box-openapi#514) (#241) (751e35f)
- Add Integration Mappings Teams API (box/box-openapi#517) (#244) (ba45671)
- Expose token storage for authentication classes (box/box-codegen#682) (#250) (6ad373d)
- Support AI Studio API (box/box-codegen#626) (#223) (f991efd)
- Support upload with preflight check (box/box-codegen#676) (#249) (3199e25)
v0.5.0
v0.4.0
Bug Fixes
- Add missing token scope (box/box-openapi#490) (#122) (83073a7)
- Correct types of
paged
andthumb
properties in File representation (box/box-openapi#503) (#161) (b603242) - Fix handling list of enums and nested list of enums (box/box-codegen#649) (#165) (45021c2)
- Fix invalid variant config for Integration mapping Slack (box/box-openapi#492) (#127) (c86142b)
- Fix Java
NPE
in case of null body (box/box-codegen#645) (#149) (25dee92) - Fix order of fields in the
IntegrationMapping
schema (box/box-openapi#497) (#145) (d3ce60c) - Remove auth when cross origin redirect (box/box-codegen#648) (#158) (6136dac)
New Features and Enhancements
v0.3.0
Bug Fixes
New Features and Enhancements
- Add
aiAgent
info toAiResponse
(box/box-openapi#485) (#93) (a7fe95f) - Add support for replacing the network client implementation (box/box-codegen#629) (#115) (1bfa6ef)
- Allow for customizing retry strategy (box/box-codegen#635) (#120) (78946c0)
- Support get download URL in Java (box/box-codegen#634) (#119) (d62645e)
- Support optional
userId
parameter for updating files, folders and web links (#106) (50f7521)