You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,47 @@
1
+
# 2.3.0
2
+
3
+
### Added
4
+
5
+
* Support for the PSD2 Verify endpoints for EU customers
6
+
*`vonage/nexmo-bridge` as a dependency so `\Nexmo` namespaced code works with the new `\Vonage` namespace
7
+
* Calls using `\Vonage\Client\APIResource` can now specify headers for individual requests
8
+
9
+
### Changed
10
+
11
+
* Namespace changed from `\Nexmo` to `\Vonage` for all classes, interfaces, and traits
12
+
13
+
### Fixed
14
+
15
+
* Base URL overrides were not being pushed up properly
16
+
* JSON payload for transferring via NCCO or URL was malformed
17
+
18
+
# 2.2.3
19
+
20
+
### Added
21
+
22
+
* Added country as a search option for Nexmo\Numbers\Client::searchOwned()
23
+
24
+
# 2.2.2
25
+
26
+
### Fixed
27
+
28
+
*#235 - Adds a fix for calling the calls() API client
29
+
30
+
# 2.2.1
31
+
32
+
### Added
33
+
34
+
* Allow Conversations NCCO to set event URL information
35
+
* Added missing Notify webhook and new ASR code
36
+
37
+
### Changed
38
+
39
+
* NCCOs now set let default options
40
+
41
+
### Removed
42
+
43
+
* Redundant comments in client for sms() and verify() clients
44
+
1
45
# 2.2.0
2
46
This release focuses on deprecation of dead and old code, and preps many internal changes in regards to v3.0.0. Where possible upcoming v3.0.0 changes were backported where backward-compatibility could be maintained.
0 commit comments