Skip to content

Commit c02180b

Browse files
release: 4.0.0
1 parent 807ac22 commit c02180b

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.17.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 4.0.0 (2025-12-10)
4+
5+
Full Changelog: [v3.17.0...v4.0.0](https://github.com/team-telnyx/telnyx-python/compare/v3.17.0...v4.0.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* Resolved all codegen errors
10+
11+
### Features
12+
13+
* **api:** join all 10dlc operations into messaging_10dlc group ([c600cff](https://github.com/team-telnyx/telnyx-python/commit/c600cff7ccc52f41c695eb4241428e981d8c5744))
14+
* **api:** reverted previous commit ([f0fdff6](https://github.com/team-telnyx/telnyx-python/commit/f0fdff6c41921c34fb9a56c70ab55240d901f000))
15+
* Engdesk 47920/wireless cleanup ([8b5a65d](https://github.com/team-telnyx/telnyx-python/commit/8b5a65d81d894eed9ec78b2672a8c6618c3f5121))
16+
* ENGDESK-47914 - fix warnings in numbers.json file ([ab80c9d](https://github.com/team-telnyx/telnyx-python/commit/ab80c9dd1d9ad47a5ba2776704b72d413ef85e93))
17+
* ENGDESK-47935: Fixed unnecessary `RegionIn` schema ([46c1a8d](https://github.com/team-telnyx/telnyx-python/commit/46c1a8da131cf9b83da89d6c75110b4f768af904))
18+
* hotfix: restore 10dlc prefixes ([21299b3](https://github.com/team-telnyx/telnyx-python/commit/21299b3b84632cbeee9195666ee43dd9c943af78))
19+
* messaging meta object with required fields ([5cbe6fd](https://github.com/team-telnyx/telnyx-python/commit/5cbe6fde3a728db63e7394d0ae24f538316cde3e))
20+
* MSG-6140: Add SMS OTP endpoints for Sole Prop brands ([26f930e](https://github.com/team-telnyx/telnyx-python/commit/26f930e9d1299259efa05ed1fae198e1241b7c2d))
21+
* MSG-6145: OTP status endpoint ([d0d0abc](https://github.com/team-telnyx/telnyx-python/commit/d0d0abcb7392ba486425415c85426098a7faa1f6))
22+
* PORTAL-5787 - document query parameter to handle messaging service error ([807ac22](https://github.com/team-telnyx/telnyx-python/commit/807ac2259e91d2cccb92fa03861ba475d5e3d8af))
23+
24+
25+
### Chores
26+
27+
* Resolved all codegen errors ([017a063](https://github.com/team-telnyx/telnyx-python/commit/017a06353a9284c358fdf6fce0f62152a6f78c19))
28+
329
## 3.17.0 (2025-12-08)
430

531
Full Changelog: [v3.16.0...v3.17.0](https://github.com/team-telnyx/telnyx-python/compare/v3.16.0...v3.17.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "telnyx"
3-
version = "3.17.0"
3+
version = "4.0.0"
44
description = "Telnyx API SDK for global Voice, SMS, MMS, WhatsApp, Fax, Wireless IoT, SIP Trunking, and Call Control."
55
dynamic = ["readme"]
66
license = "MIT"

src/telnyx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "telnyx"
4-
__version__ = "3.17.0" # x-release-please-version
4+
__version__ = "4.0.0" # x-release-please-version

0 commit comments

Comments
 (0)