Releases: team-telnyx/telnyx-python
v2.1.3
What's Changed
-
build: update black dependency to version 23.0 or higher in setup.py
-
feat: add support for verifying verification code by ID in the verification resource
-
feat: add support for verifying verification code by Phone Number in the verification resource
-
feat: add support for listing verification codes by Phone Number in the verification resource
-
fix: handle optional nested_id in retrieve_nested_resource method
-
fix: handle empty API response body for 204 No Content status in TelnyxResponse
-
fix: update "six" library dependency to version 1.16.0 or higher in setup.py
-
fix: skip failing test cases due to "Prism mock 500 invalid response parsing errors"
2.1.2
What's Changed
- Bug fix for errors during rare exceptions
- Updates and optimizations
- Fix test cases
- Deprecate WhatsApp and PSD2 verify product
- ENGDESK-31284 by @ADandyGuyInSpace in #84
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
The big:
- Parity update
- 100+ methods, requests, including initial AI Inference support (the above deserved two lines)
- Deprecation of legacy Python versions, repo now requires 3.8+
- Deprecation of custom six library, adding full support for Python 3.12
- Proxy server for streamlined mock testing using local specs
The small:
- Basic automation of method parsing, package will be kept more in-date
- Full deprecation of legacy WhatsApp and initial deprecation of legacy Verification process
- Workflows targeting more modern infra
- Initial pruning of legacy operations, preparation for streaming related methods
- Solved rare case of error type mismatch when Call Control Calls would be made in rapid succession.
- Misc. bug fixes
WIP:
- Retrieve/Update method support for prism mock service when ID is dynamically generated
- Helper commands
Full Change log: v2.0.0...v2.1.1
Python API Parity Update + New Mock Service
This release contains a massive parity update, to match the current live functionality of the Telnyx API.
Things include:
- Documents endpoint
- Managed accounts
- Notifications
- Number Orders
- Reports
- Rooms
- SIM Card actions
... and much more
Full Changelog: v1.5.0...v2.0.0
Verification update & Call queuing support
- Updates to new verification API specs
- Call queuing support
Support for transcriptions
Adds call-control live transcriptions endpoints
Update Phone Number Requirements and more hosted messaging
Hosted messaging support finalized along with phone_numbers_regulatory_requirements
path fix
Hotfix for Fax API
Hotfixes Fax API support
Include Fax Support
Includes fax support for Telnyx API
Update to include Verify
Python SDK now supports Verification endpoints