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-windows-sdk-v2 v5.8.0 release note #397

Merged
merged 2 commits into from
Jul 23, 2024
Merged
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
40 changes: 40 additions & 0 deletions content/2024/07-22-box-windows-sdk-v580-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
applied_at: '2024-07-22'
applies_to:
- sdks
- windows
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-windows-sdk-v2/releases/tag/v5.8.0'
collapse: true
---

# Box Windows SDK `v5.8.0` released

**New Features and Enhancements:**

* add support for AI ([#965][1]) ([`a9e130a`][2])

**Bug Fixes:**

* Bump `System.IdentityModel.Tokens.Jwt` dependency version to `v6.35.0` ([#962][3]) ([`6e47237`][4]), closes [#960][5] [#961][6]
* remove `Microsoft.AspNetCore.StaticFiles` and `System.Web` dependencies ([#964][7]) ([`2c8eedc`][8])

<https://www.nuget.org/packages/Box.V2/5.8.0>
<https://www.nuget.org/packages/Box.V2.Core/5.8.0>

[1]: https://github.com/box/box-windows-sdk-v2/issues/965

[2]: https://github.com/box/box-windows-sdk-v2/commit/a9e130a99cf9862f9b50178a6188b2820f9f2c32

[3]: https://github.com/box/box-windows-sdk-v2/issues/962

[4]: https://github.com/box/box-windows-sdk-v2/commit/6e472378e2fccea2db67bf5ef0eb017a31491703

[5]: https://github.com/box/box-windows-sdk-v2/issues/960

[6]: https://github.com/box/box-windows-sdk-v2/issues/961

[7]: https://github.com/box/box-windows-sdk-v2/issues/964

[8]: https://github.com/box/box-windows-sdk-v2/commit/2c8eedc91c473aca52249aad443345471ca7eafc
Loading