From 849d94af50637968b97619e1c337dcb4aaddcd88 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 23 Sep 2026 06:01:29 -0700 Subject: [PATCH] chore: release version 4.16.0 --- .codegen.json | 2 +- CHANGELOG.md | 12 ++++++++++++ box_sdk_gen/networking/version.py | 2 +- boxsdk/version.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.codegen.json b/.codegen.json index 2c0a4bce..a5696514 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "daeb1ea", "specHash": "88cd5aa", "version": "4.15.0" } +{ "engineHash": "daeb1ea", "specHash": "88cd5aa", "version": "4.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54280dcf..072354f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.16.0](https://github.com/box/box-python-sdk/compare/v4.15.0...v4.16.0) (2026-09-23) + + +### New Features and Enhancements: + +* **boxsdkgen:** Support upload big file version convenience method (box/box-codegen[#988](https://github.com/box/box-python-sdk/issues/988)) ([d2e07ef](https://github.com/box/box-python-sdk/commit/d2e07ef132b26fd4e7c67ce39f9202b58e62401a)) + + +### Bug Fixes: + +* **boxsdkgen:** preserve case-insensitive response headers (box/box-codegen[#991](https://github.com/box/box-python-sdk/issues/991)) ([#1592](https://github.com/box/box-python-sdk/issues/1592)) ([1553f07](https://github.com/box/box-python-sdk/commit/1553f073a8386a75ad9264c63ef17aca7540ceea)) + ## [4.15.0](https://github.com/box/box-python-sdk/compare/v4.14.0...v4.15.0) (2026-09-09) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 3ea0d2f6..ebfb9bf6 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '4.15.0' +__version__ = '4.16.0' diff --git a/boxsdk/version.py b/boxsdk/version.py index 3ea0d2f6..ebfb9bf6 100644 --- a/boxsdk/version.py +++ b/boxsdk/version.py @@ -1 +1 @@ -__version__ = '4.15.0' +__version__ = '4.16.0'