Skip to content

Commit

Permalink
readying v4 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Nov 14, 2024
1 parent 6ee22e6 commit bab3c60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions vonage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 4.0.0b2
# 4.0.0
A complete, ground-up rewrite of the SDK.
Key changes:
- Monorepo structure, with each API under separate packages
- Targeting Python 3.9+
- Support for Python 3.9+
- Feature parity with v3
- Add support for the new network APIs - the [Vonage Sim Swap Network API](https://developer.vonage.com/en/sim-swap/overview) and the [Vonage Number Verification Network API](https://developer.vonage.com/en/number-verification/overview)
- Usage of data models throughout
Expand All @@ -14,7 +14,6 @@ Key changes:
- Add `last_request` and `last_response` properties to the HTTP Client for easier debugging
- Migrated the Vonage JWT package into the monorepo
- Rename `Verify` -> `VerifyLegacy` and `VerifyV2` -> `Verify`
- With even more enhancements to come!

# 3.17.1
- Add "mark WhatsApp message as read" option for Messages API
Expand Down
4 changes: 2 additions & 2 deletions vonage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ dependencies = [
"vonage-network-auth>=1.0.1",
"vonage-network-sim-swap>=1.1.1",
"vonage-network-number-verification>=1.0.1",
"vonage-number-insight>=1.0.4",
"vonage-number-insight>=1.0.5",
"vonage-numbers>=1.0.3",
"vonage-sms>=1.1.4",
"vonage-subaccounts>=1.0.4",
"vonage-users>=1.2.0",
"vonage-verify>=2.0.0",
"vonage-verify-legacy>=1.0.0",
"vonage-video>=1.0.2",
"vonage-video>=1.0.3",
"vonage-voice>=1.0.6",
]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion vonage/src/vonage/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.0.0b2'
__version__ = '4.0.0'

0 comments on commit bab3c60

Please sign in to comment.