Skip to content

Commit 5ee9b6b

Browse files
committed
updated CHANGES.md
1 parent 546c28a commit 5ee9b6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# 3.0.0
1+
# 3.0.1
2+
- Fixed bug where a JWT was created globally and could expire. Now a new JWT is generated when a request is made.
3+
- Fixed bug where timeout was not passed to session object.
24

5+
# 3.0.0
36
Breaking changes:
47
- Removed deprecated methods from `client.py` that are now available in specific modules related to each of the available Vonage APIs. E.g. to call the number insight API, the methods are now called in this way: `client.number_insight.get_basic_number_insight(...)`, or by instantiating the `NumberInsight` class directly: `ni = vonage.NumberInsight(client)`, `ni.get_basic_number_insight(...)` etc.
58
- Removed automatic client creation when instantiating an `sms`, `voice` or `verify` object. You can now use these APIs from a client instance you create (e.g. `client.sms.send_message()`) or pass in a client to the API class to create it (e.g. `sms = vonage.Sms(client)`), as has been the case since v2.7.0 of the SDK.

0 commit comments

Comments
 (0)