From 06564480c98bd7bc7ed27999cf498cbe02463143 Mon Sep 17 00:00:00 2001 From: Box DevRel Date: Wed, 20 May 2026 10:03:54 +0000 Subject: [PATCH] @box/box-python-sdk v10.10.0 release note --- .../05-20-box-python-sdk-v10100-released.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 content/2026/05-20-box-python-sdk-v10100-released.md diff --git a/content/2026/05-20-box-python-sdk-v10100-released.md b/content/2026/05-20-box-python-sdk-v10100-released.md new file mode 100644 index 00000000..05405d81 --- /dev/null +++ b/content/2026/05-20-box-python-sdk-v10100-released.md @@ -0,0 +1,36 @@ +--- +applied_at: '2026-05-20' +applies_to: + - sdks + - python +is_impactful: false +is_new_feature: false +release_source_url: 'https://github.com/box/box-python-sdk/releases/tag/v10.10.0' +collapse: true +--- + +# Box Python SDK `v10.10.0` released + +### New Features and Enhancements + +* add failure related fields to `DocGenJob` (box/box-openapi[#598][1]) ([#1445][2]) ([`2916907`][3]) +* Add new event types (box/box-openapi[#597][4]) ([#1436][5]) ([`22450ee`][6]) +* Sanitize request body in `BoxAPIError` (box/box-codegen[#948][7]) ([#1440][8]) ([`0f046db`][9]) + +[1]: https://github.com/box/box-python-sdk/issues/598 + +[2]: https://github.com/box/box-python-sdk/issues/1445 + +[3]: https://github.com/box/box-python-sdk/commit/29169071c482a3a3ed5ebfefc1d2377f7f049da9 + +[4]: https://github.com/box/box-python-sdk/issues/597 + +[5]: https://github.com/box/box-python-sdk/issues/1436 + +[6]: https://github.com/box/box-python-sdk/commit/22450ee1982796649dfb1abb2ef2570c2e719fba + +[7]: https://github.com/box/box-python-sdk/issues/948 + +[8]: https://github.com/box/box-python-sdk/issues/1440 + +[9]: https://github.com/box/box-python-sdk/commit/0f046db10d7bc9f2c82c10e5277190e6b7d526c2