Skip to content

Commit e8cd5ae

Browse files
chore: release version 1.17.0 (#709)
1 parent 3d25542 commit e8cd5ae

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "fa469c0", "specHash": "ae77fe0", "version": "1.16.0" }
1+
{ "engineHash": "fa469c0", "specHash": "ae77fe0", "version": "1.17.0" }

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [1.17.0](https://github.com/box/box-python-sdk-gen/compare/v1.16.0...v1.17.0) (2025-09-05)
6+
7+
8+
### New Features and Enhancements
9+
10+
* Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-python-sdk-gen/issues/554)) ([#708](https://github.com/box/box-python-sdk-gen/issues/708)) ([3d25542](https://github.com/box/box-python-sdk-gen/commit/3d2554239b0bede7a3158cf88913592643c3e22b))
11+
* Support event with long polling (box/box-codegen[#757](https://github.com/box/box-python-sdk-gen/issues/757)) ([#673](https://github.com/box/box-python-sdk-gen/issues/673)) ([481fbeb](https://github.com/box/box-python-sdk-gen/commit/481fbeb1412ecc137c0090dd4b37fe9ad75db6b0))
12+
513
## [1.16.0](https://github.com/box/box-python-sdk-gen/compare/v1.15.0...v1.16.0) (2025-08-05)
614

715

box_sdk_gen/networking/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.16.0'
1+
__version__ = '1.17.0'

0 commit comments

Comments
 (0)