Skip to content

Releases: box/box-dotnet-sdk-gen

v1.11.0

05 Aug 13:31
d7bba87
Compare
Choose a tag to compare

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 as long (box/box-openapi#535) (#536) (da265bd)

New Features and Enhancements

v1.10.0

13 May 13:57
2a57a32
Compare
Choose a tag to compare

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

18 Mar 15:52
b94f225
Compare
Choose a tag to compare

Bug Fixes

  • Add verification_phone_number property to create sign request (box/box-openapi#515) (#427) (d90faea)
  • Use targetFramework when single .Net version is supported (box/box-codegen#684) (#438) (4e64174)

New Features and Enhancements

  • Add find app item for shared link endpoint (box/box-openapi#514) (#426) (4dc5dc1)
  • Add Integration Mappings Teams API (box/box-openapi#517) (#429) (92063c4)
  • Expose token storage for authentication classes (box/box-codegen#682) (#435) (413058e)

v1.8.0

20 Feb 14:50
9c61e02
Compare
Choose a tag to compare

Bug Fixes

  • Do not retry HTTP request when TaskCanceledException is thrown (box/box-codegen#665) (#406) (1af0a6a)

New Features and Enhancements

v1.7.0

06 Feb 14:03
c5a128b
Compare
Choose a tag to compare

Bug Fixes

  • Correct types of paged and thumb 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 from IReadOnlyList<AiItemBase> to IReadOnlyList<AiItemAsk> in the AiAsk class (box/box-codegen#656) (#397) (32b6d03)
  • Update /ai/extract_structured response schema (box/box-codegen#641) (#391) (5f79a03)

v1.6.0

21 Jan 04:00
2df3d8f
Compare
Choose a tag to compare

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 to AiResponse (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

04 Dec 13:46
11e3a31
Compare
Choose a tag to compare

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)

v1.4.0

31 Oct 16:50
ec537f0
Compare
Choose a tag to compare

Bug Fixes

  • Change QueryParams type in MetadataQuery from Dictionary<string, string> to Dictionary<string, object> (box/box-openapi#479) (#298) (656b495)
  • Fix conversion to RSAKey (box/box-codegen#591) (#297) (068b1f7)

New Features and Enhancements

  • add AI LLM endpoint AWS params. Change the type from AiLlmEndpointParamsGoogleOrAiLlmEndpointParamsOpenAi to AiLlmEndpointParamsAwsOrAiLlmEndpointParamsGoogleOrAiLlmEndpointParamsOpenAi (box/box-openapi#478) (#291) (dcb8a20)

v1.3.1

24 Oct 15:23
a718979
Compare
Choose a tag to compare

Bug Fixes

  • properly serialize StringEnum list when inside query params (#288) (dac8392)
  • update client error schema to support schema errors (box/box-openapi#467) (#281) (bef2632)
  • update integration mapping response description (box/box-openapi#463) (#279) (05e07b0)

v1.3.0

17 Oct 12:58
4a51229
Compare
Choose a tag to compare

Bug Fixes

New Features and Enhancements