Skip to content

Commit 28e0566

Browse files
Added v2.3.0 changelog
1 parent 3538fe2 commit 28e0566

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
145
# 2.2.0
246
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.
347

0 commit comments

Comments
 (0)