Releases: box/box-dotnet-sdk-gen
Releases · box/box-dotnet-sdk-gen
v1.11.0
Bug Fixes
- Fix downscope token to use
retrieveToken
method for token retrieval (box/box-codegen#731) (#492) (292360e) - Specify events
next_stream_position
property type aslong
(box/box-openapi#535) (#536) (da265bd)
New Features and Enhancements
- Add
ReadOnlyCollection
implicit operator for Unions (box/box-codegen#633) (#483) (a1fc2c5) - Add AI spreadsheet processor (box/box-openapi#533) (#519) (c344023)
- Add Archive Public API (box/box-openapi#540) (#543) (be0bb9d)
- Add new Hubs APIs and Hubs items API (box/box-openapi#538) (#537) (f2584cd)
- Add new schema for
Metadata Error
(box/box-openapi#539) (#538) (425b4ad) - add Shield Lists APIs (box/box-openapi#528) (#496) (8b81c87)
- Allow injecting private key decryption mechanism for JWT (box/box-codegen#754) (#528) (865c729)
- Make
OneOf
classes public (box/box-codegen#773) (#551) (f7dcc32) - Support Hubs beta endpoints (box/box-openapi#531) (#511) (59c43b8)
- Support new tools in AI Studio (box/box-openapi#534) (#520) (0b47597)
- Update legal holds and AI models (box/box-openapi#526) (#494) (6310e56)
v1.10.0
New Features and Enhancements
- Add
UploadWithPreflightCheck
convenient method (box/box-codegen#705) (#469) (8dff7bb) - Add AI agents warnings; allow for more types of metadata value (box/box-openapi#520) (#474) (a53cff5)
- Add security settings properties on sign template schema (box/box-openapi#518) (#462) (7fddaea)
- Add support of IBM models to AI API (box/box-openapi#522) (#475) (a187301)
- Support sensitive data sanitization in errors (box/box-codegen#695) (#453) (5ee0c93)
v1.9.0
v1.8.0
v1.7.0
Bug Fixes
- Correct types of
paged
andthumb
properties in File representation (box/box-openapi#503) (#383) (d6995ad) - Prevent
Authentication
header from being passed during cross-origin redirects (box/box-codegen#648) (#382) (a64d373)
New Features and Enhancements
- Add Box Sign shared requests (box/box-openapi#504) (#384) (d563886)
- feat: Add hubs support to /ai/ask. Replace type of
Items
property fromIReadOnlyList<AiItemBase>
toIReadOnlyList<AiItemAsk>
in theAiAsk
class (box/box-codegen#656) (#397) (32b6d03) - Update
/ai/extract_structured
response schema (box/box-codegen#641) (#391) (5f79a03)
v1.6.0
Bug Fixes
- Add missing token scope (box/box-openapi#490) (#353) (d41e1c8)
- Fix invalid variant config for Integration mapping Slack (box/box-openapi#492) (#356) (8320fb7)
- order of fields in the
IntegrationMapping
schema (box/box-openapi#497) (#370) (3361ad1) - unused parameter from
SignRequest
(box/box-openapi#489) (#343) (5d88a51)
New Features and Enhancements
- Add
aiAgent
info toAiResponse
(box/box-openapi#485) (#336) (cbf91fc) - Add support for replacing the network client implementation (box/box-codegen#629) (#347) (29d904e)
- Support Box Doc Gen API (box/box-codegen#644) (#378) (5cd0fde)
- Support getting file download URL and file thumbnail URL (box/box-codegen#642) (#374) (76b1513)
- Support optional
userId
parameter for updating files, folders and web links (box/box-openapi#488) (#340) (fd1c597)
v1.5.0
Bug Fixes
- Support status codes with no content (box/box-codegen#604) (#314) (57747d5)
- Update collaboration, metadata and collection resources (box/box-openapi#483) (#316) (d331f8a)
New Features and Enhancements
- Add optional URL parameter to
FetchResponse
(box/box-codegen#617) (#331) (61484ec) - Allow using default credentials for proxy (box/box-codegen#623) (#334) (bc4636e), closes #333
- Expose method for making custom HTTP requests (box/box-codegen#622) (#329) (e689140)
- Support get collection by ID endpoint (box/box-codegen#595) (#304) (9ebf59a)