Skip to content

Commit

Permalink
Merge branch 'main' of github.com:box/box-developer-changelog into st…
Browse files Browse the repository at this point in the history
…aging
  • Loading branch information
bszwarc committed Jan 17, 2024
2 parents 7bb6cfb + 8b3d526 commit 6a59a45
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/2020/11-09-simplified-app-creation-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ you'd like to leverage [Box View](g://embed/box-view/) or Box's preview services
within another application. This app type only provides access to
[app token authentication](g://authentication/app-token/), which has
[restricted API capabilities](g://authentication/app-token/endpoints/).
For full details, please visit our [guide](g://applications/) on
For full details, please visit our [guide](g://applications/app-types/select) on
selecting an app type.
8 changes: 4 additions & 4 deletions content/2021/08-03-getting-started-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Discover best use cases, user models, architecture patterns, and more.
* Detailed authorization steps: [Guide][auth]

[guide]: g://getting-started
[usecase]: g://getting-started/use-cases
[usemodel]: g://getting-started/user-models
[arch]: g://getting-started/architecture-patterns
[value]: g://getting-started/locating-values
[usecase]: page/platform/use-cases/
[usemodel]: page/platform/user-types/
[arch]: page/platform/appendix/architecture-patterns/
[value]: page/platform/appendix/locating-values/
[auth]: g://authorization
[security]: g://security
[bestprac]: g://authentication/best-practices
2 changes: 1 addition & 1 deletion content/2023/10-06-box-platform-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ As we want this list of terms to be comprehensive and detailed, it will be regul

Should you have any issues or need further guidance, please post a request to our [developer forum][2] for any help needed.

[1]: g://getting-started/box-glossary
[1]: page/platform/box-glossary/
[2]: https://forum.box.com/
23 changes: 23 additions & 0 deletions content/2023/11-29-box-windows-sdk-v561-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
applied_at: '2023-11-29'
applies_to:
- sdks
- windows
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-windows-sdk-v2/releases/tag/v5.6.1'
collapse: true
---

# Box Windows SDK `v5.6.1` released

**Bug Fixes:**

* support object value in `BoxConflictErrorContextInfo` ([#930][1]) ([`496f758`][2])

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

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

[2]: https://github.com/box/box-windows-sdk-v2/commit/496f758c3436b1834188078027b7305ca6a98fce
32 changes: 32 additions & 0 deletions content/2023/12-11-introducing-my-apps-view.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
applied_at: "2023-12-11"
applies_to:
- guides
is_impactful: true
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ''
---

# Introducing enhanced My Apps view in Developer Console

To improve application management experience even further, we introduce
the [My Apps][1] list view in the Developer Console.
This view includes key information about your applications, giving you the possibility to:

* view and copy the application client ID,
* view the application description,
* sort custom applications,
* check the authorization and enablement status of the application,
* access the configuration and generate developer tokens.

<!-- more -->

## Where to get support

Should you have any issues or need further guidance, please post a request to our [developer forum][2] for any help needed.


[1]: g://applications
[2]: https://forum.box.com/
33 changes: 33 additions & 0 deletions content/2024/01-16-box-java-sdk-v470-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
applied_at: '2024-01-16'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.7.0'
collapse: true
---

# Box Java SDK `v4.7.0` released

### New Features and Enhancements

* Add `signer_group_id` for signer in sign request ([#1220][1]) ([`f560db8`][2])
* Introduce `IPrivateKeyDecryptor` to allow using custom cryptography provider ([#1226][3]) ([`727e6d7`][4])

### Bug Fixes

* Remove delete classification ([#1222][5]) ([`9814038`][6])

[1]: https://github.com/box/box-java-sdk/issues/1220

[2]: https://github.com/box/box-java-sdk/commit/f560db8d5587406099066803789d16374ec7dbb9

[3]: https://github.com/box/box-java-sdk/issues/1226

[4]: https://github.com/box/box-java-sdk/commit/727e6d71ee375a48b4241a26a093becfe0965898

[5]: https://github.com/box/box-java-sdk/issues/1222

[6]: https://github.com/box/box-java-sdk/commit/981403896b4cd16a42c9feeecf30e75e1e8fa072

0 comments on commit 6a59a45

Please sign in to comment.