Skip to content

Releases: box/box-dotnet-sdk-gen

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

v1.2.0

26 Sep 09:18
3a5e7df
Compare
Choose a tag to compare

Bug Fixes

  • correctly send datetime when in queryParams (box/box-codegen#560) (#243) (9657526)
  • Fix variants in metadata query results (box/box-openapi#456) (#249) (37625ea)

New Features and Enhancements

v1.1.0

23 Aug 11:40
3666efb
Compare
Choose a tag to compare

Bug Fixes

  • Add missing item_upload scope (#201) (483b055)
  • Add missing fields to Sign Template Signer and fix AI schema (box/box-openapi#451) (#229) (121f733)
  • Fix IntegrationMapping schemas (box/box-codegen#551) (#226) (3eca154)
  • Improve handling of network exceptions, handle big file upload (box/box-openapi#444) (#222) (75ccd07)

New Features and Enhancements

  • Add new parameters to Box AI methods and introduce AiResponseFull variant (box/box-openapi#446) (#224) (6d205c4)
  • Include URL into FetchOptions (box/box-codegen#549) (#231) (41c45dc)
  • Parametrise chunked uploads endpoint urls (box/box-openapi#444) (#208) (feac37c)
  • Support nullable fields (box/box-codegen#550) (#230) (b9da32b)

v1.0.0

24 Jul 11:49
826bfde
Compare
Choose a tag to compare

Bug Fixes

  • Extract IntegrationMappingPartnerItemSlack to IntegrationMappingPartnerItemSlackUnion (box/box-codegen#530) (#183) (3b1b634)
  • Improve chunked upload reliability (box/box-codegen#529) (#182) (e2a045f)
  • remove init from some of the required fields, nullability fixes (box/box-codegen#532) (#190) (c58f8af)
  • retry requests with status code of 202 and retry-after header (box/box-codegen#533) (#191) (abaafd7)
  • Update chunked upload (box/box-codegen#523) (#177) (9bcaf51)

New Features and Enhancements

  • Add is_active parameter to user collaboration (box/box-openapi#437) (#181) (ec5f2d1)
  • simplify namespaces (box/box-codegen#518) (#175) (7831b09)
  • Support AI Agent API (box/box-codegen#531) (#188) (0c29645)
  • Support default interface properties, bump dependencies (box/box-codegen#527) (#184) (6b52792)