Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@box/box-dotnet-sdk-gen v0.4.0 release note #390

Merged
merged 3 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,5 @@ box-codegen
hapi
webpack
droppable

box-openapi
dotnet
1 change: 1 addition & 0 deletions code/src/tests/checkFrontmatter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ files.forEach(source => {
'windows',
'java',
'cli',
'dotnet',
'mobile',
'ios',
'android',
Expand Down
95 changes: 95 additions & 0 deletions content/2024/07-03-box-dotnet-sdk-generated-v040-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
---
applied_at: '2024-07-03'
applies_to:
- sdks
- dotnet
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-dotnet-sdk-gen/releases/tag/v0.4.0'
collapse: true
---

# Box Dotnet SDK Generated `v0.4.0` released

### Bug Fixes

* Change base URLs (box/box-codegen[#491][1]) ([#126][2]) ([`b4c6025`][3])
* Fix CI for auto update pull requests (box/box-codegen[#506][4]) ([#152][5]) ([`766f03c`][6])
* Fix schema for updating classification on a file and folder (box/box-openapi[#423][7]) ([#117][8]) ([`40f5a97`][9])
* Improve wording for box sign (box/box-openapi[#424][10]) ([#122][11]) ([`64b3bcd`][12])

### New Features and Enhancements

* Add default implementation for interface methods (box/box-codegen[#502][13]) ([#148][14]) ([`0f39071`][15])
* Add docs improvements and marker pagination (box/box-openapi[#431][16]) ([#153][17]) ([`780a58b`][18])
* Add support for `ExtraData` of generic type (box/box-codegen[#521][19]) ([#170][20]) ([`2a2208d`][21])
* Add support for unions of primitives (box/box-codegen[#501][22]) ([#150][23]) ([`e75ce82`][24])
* Make models immutable, hide fields for authentication (box/box-codegen[#494][25]) ([#127][26]) ([`8adcc85`][27])
* Add `SuppressNotifications` and `ExternalSystemName` fields for Box Sign (box/box-openapi[#425][28]) ([#124][29]) ([`c841881`][30])
* Support `StringEnum` (box/box-codegen[#514][31]) ([#162][32]) ([`6ac2fe9`][33])

[1]: https://github.com/box/box-codegen/issues/491

[2]: https://github.com/box/box-codegen/issues/126

[3]: https://github.com/box/box-codegen/commit/b4c6025dc7039e923b19282333f162bb9d3469a9

[4]: https://github.com/box/box-codegen/issues/506

[5]: https://github.com/box/box-codegen/issues/152

[6]: https://github.com/box/box-codegen/commit/766f03c743b7a2ab363135ff282e468b6b71d377

[7]: https://github.com/box/box-codegen/issues/423

[8]: https://github.com/box/box-codegen/issues/117

[9]: https://github.com/box/box-codegen/commit/40f5a97ea44118ff9425e8b0ebb767d9ed08cee7

[10]: https://github.com/box/box-codegen/issues/424

[11]: https://github.com/box/box-codegen/issues/122

[12]: https://github.com/box/box-codegen/commit/64b3bcd2d99039d1c881a565de6e7bc40dfe7aa9

[13]: https://github.com/box/box-codegen/issues/502

[14]: https://github.com/box/box-codegen/issues/148

[15]: https://github.com/box/box-codegen/commit/0f39071d2442b9d07f9c51de8a5a757b16cc4fe7

[16]: https://github.com/box/box-codegen/issues/431

[17]: https://github.com/box/box-codegen/issues/153

[18]: https://github.com/box/box-codegen/commit/780a58b4d4b18c357381c76dd5e72dd791a20d89

[19]: https://github.com/box/box-codegen/issues/521

[20]: https://github.com/box/box-codegen/issues/170

[21]: https://github.com/box/box-codegen/commit/2a2208d422f5beb1718576acdc10d9eb973ba95c

[22]: https://github.com/box/box-codegen/issues/501

[23]: https://github.com/box/box-codegen/issues/150

[24]: https://github.com/box/box-codegen/commit/e75ce82b09641d4bec439d620facbbf25da97845

[25]: https://github.com/box/box-codegen/issues/494

[26]: https://github.com/box/box-codegen/issues/127

[27]: https://github.com/box/box-codegen/commit/8adcc858ef0f924f168406b031d379c786fa90d0

[28]: https://github.com/box/box-codegen/issues/425

[29]: https://github.com/box/box-codegen/issues/124

[30]: https://github.com/box/box-codegen/commit/c841881cea9b0636bb624fe45d77c2817327dd35

[31]: https://github.com/box/box-codegen/issues/514

[32]: https://github.com/box/box-codegen/issues/162

[33]: https://github.com/box/box-codegen/commit/6ac2fe9811efde6b02cd3ca50834b0bdafea1ab3
Loading