fix for python 3.12 - re.compile SyntaxWarning
[smsapi-python.git] / CHANGELOG.md
blob467ab931880ff21088aa178f6fa4552c1acb7a89
1 # Changes
3 ## 2.9.6
4 - fix for python 3.12 - re.compile SyntaxWarning
5 ---
7 ## 2.9.5
8 - fix examples
9 - support "without_prefix" parameter in account API `user` method
10 ---
12 ## 2.9.4
13 - fix module name typo
14 ---
16 ## 2.9.3
17 - update API HTTP methods
18 ---
20 ## 2.9.2
21 - fix: wrong parameter passed to DELETE scheduled SMS,MMS,VMS API endpoints
22 ---
24 ## 2.9.1
25 - fix broken contacts API endpoints
26 ---
28 ## 2.9.0
29 - introduce MFA module
30 ---
32 ## 2.8.0
33 - remove push API
34 ---
36 ## 2.7.0
37 - support MFA API
38 - increase requests timeout to 30 seconds
39 ---
41 ## 2.6.0
42 - Support for smsapi.bg
43 ___
45 ## 2.5.0
46 - Add support for optional `details` param in SMS API, so it makes fields like (`message`, `parts`, `length`) accessible through response model. 
47 ___
49 ## 2.4.5
51 - make exceptions pickleable
52 ___
54 ## 2.4.4
56 - fix: accept 'domain' parameter from short_url API   
57 ___
59 ## 2.4.3
61 - accept 'from' parameter in sms send method   
62 ___
64 ## 2.4.2
66 - Change sms send http method to POST