Releases: box/box-java-sdk-gen
Releases · box/box-java-sdk-gen
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)