Skip to content

Commit 1341dc7

Browse files
release: 4.0.0
1 parent 469dc06 commit 1341dc7

File tree

4 files changed

+50
-3
lines changed

4 files changed

+50
-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: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# Changelog
22

3+
## 4.0.0 (2025-12-17)
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+
* [PORT-4538] Fix ambiguous oneOf instances on porting service and documents ([590e706](https://github.com/team-telnyx/telnyx-python/commit/590e7067ff51d2b3815ea019438eb2c38f9c72fb))
14+
* **api:** join all 10dlc operations into messaging_10dlc group ([c600cff](https://github.com/team-telnyx/telnyx-python/commit/c600cff7ccc52f41c695eb4241428e981d8c5744))
15+
* **api:** manual updates ([c0aefc7](https://github.com/team-telnyx/telnyx-python/commit/c0aefc75736d4bdc6cfacdeb2e1e58146edbb72a))
16+
* **api:** manual updates ([073b654](https://github.com/team-telnyx/telnyx-python/commit/073b65440f8c80d5c54ec64677af99a567fc738a))
17+
* **api:** manual updates ([6821aca](https://github.com/team-telnyx/telnyx-python/commit/6821aca282284f7a2cfc2d1c4ca9113057f211fd))
18+
* **api:** messaging_10dlc group with all their endpoints ([0ed622e](https://github.com/team-telnyx/telnyx-python/commit/0ed622e0765cc44e3f4219cf18c5d8fd81bc5184))
19+
* **api:** reverted previous commit ([f0fdff6](https://github.com/team-telnyx/telnyx-python/commit/f0fdff6c41921c34fb9a56c70ab55240d901f000))
20+
* Document supervising leg of call ([89c9c3d](https://github.com/team-telnyx/telnyx-python/commit/89c9c3deb8336674f4f7d585bbd2dfbb642214bb))
21+
* DOTCOM-5179. Fix Redocly errors in outbound-voice-profiles.json ([e64e8f9](https://github.com/team-telnyx/telnyx-python/commit/e64e8f9b76b38e3c5e204dedc13193791e99f745))
22+
* Draft. DOTCOM-5184. Fix 44 errors in the spec as reported by Redocly on video ([76c2bed](https://github.com/team-telnyx/telnyx-python/commit/76c2bedd1ef690cdb959936b5a7642240bd25b6f))
23+
* Engdesk 47920/wireless cleanup ([8b5a65d](https://github.com/team-telnyx/telnyx-python/commit/8b5a65d81d894eed9ec78b2672a8c6618c3f5121))
24+
* ENGDESK-47883: Fix all lint errors in telapps owned APIs ([dbdb567](https://github.com/team-telnyx/telnyx-python/commit/dbdb56771461d526c8a582aea43ab3979362c3e4))
25+
* ENGDESK-47914 - fix warnings in numbers.json file ([ab80c9d](https://github.com/team-telnyx/telnyx-python/commit/ab80c9dd1d9ad47a5ba2776704b72d413ef85e93))
26+
* ENGDESK-47935: Fixed unnecessary `RegionIn` schema ([46c1a8d](https://github.com/team-telnyx/telnyx-python/commit/46c1a8da131cf9b83da89d6c75110b4f768af904))
27+
* hotfix: restore 10dlc prefixes ([21299b3](https://github.com/team-telnyx/telnyx-python/commit/21299b3b84632cbeee9195666ee43dd9c943af78))
28+
* Improve messaging API naming and navigation ([ad2e6c6](https://github.com/team-telnyx/telnyx-python/commit/ad2e6c671cb54d88fa9e94499ff7648d1060d394))
29+
* messaging meta object with required fields ([5cbe6fd](https://github.com/team-telnyx/telnyx-python/commit/5cbe6fde3a728db63e7394d0ae24f538316cde3e))
30+
* Msg 6152 ([6e9ae3e](https://github.com/team-telnyx/telnyx-python/commit/6e9ae3e1a7b976396bf4dbfc7b256ace837d5fce))
31+
* MSG-6140: Add SMS OTP endpoints for Sole Prop brands ([26f930e](https://github.com/team-telnyx/telnyx-python/commit/26f930e9d1299259efa05ed1fae198e1241b7c2d))
32+
* MSG-6145: OTP status endpoint ([d0d0abc](https://github.com/team-telnyx/telnyx-python/commit/d0d0abcb7392ba486425415c85426098a7faa1f6))
33+
* port-4551: remove CustomerServiceRecordStatusChanged webhook doc ([ef2ac27](https://github.com/team-telnyx/telnyx-python/commit/ef2ac27966ce401a97001ab59fb1cef923d49f35))
34+
* PORT-4553: Add a discriminator to portout webhook ([a746e1d](https://github.com/team-telnyx/telnyx-python/commit/a746e1d887e40a5ed3bb7da448f1f79f243d8306))
35+
* PORTAL-5787 - document query parameter to handle messaging service error ([807ac22](https://github.com/team-telnyx/telnyx-python/commit/807ac2259e91d2cccb92fa03861ba475d5e3d8af))
36+
* TBS-3422: Fix redocly errors ([08c8ca9](https://github.com/team-telnyx/telnyx-python/commit/08c8ca90fe2ca711d605b755e480b028b35043ff))
37+
38+
39+
### Bug Fixes
40+
41+
* **stainless:** fixes the messsages typo ([0dee0a1](https://github.com/team-telnyx/telnyx-python/commit/0dee0a119d0713a69de22fa99911e0c75e5d1021))
42+
43+
44+
### Chores
45+
46+
* **internal:** add missing files argument to base client ([ee23a70](https://github.com/team-telnyx/telnyx-python/commit/ee23a707200a50394c3e587c59d88ab0b9c56326))
47+
* Resolved all codegen errors ([017a063](https://github.com/team-telnyx/telnyx-python/commit/017a06353a9284c358fdf6fce0f62152a6f78c19))
48+
* speedup initial import ([f805b1e](https://github.com/team-telnyx/telnyx-python/commit/f805b1e23abc2b964acb70f49f3b60c03c5864de))
49+
350
## 3.17.0 (2025-12-08)
451

552
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)