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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
249
249
- Bumped dependency versions
250
250
251
251
## [6.4.0] - 2021-05-28
252
-
- Adding Random From Number Feature for the Voice API, if set to `true`, the from number will be randomly selected from the pool of numbers available to the application making the call.
252
+
- Adding Random From Number Feature for the Voice API, if set to `true`, the `from` number will be randomly selected from the pool of numbers available to the application making the call.
253
253
- adjusting operator used to check json payloads
254
254
- Adding extra parsing for top level Roaming Status in Advanced Number Insights
255
255
@@ -585,8 +585,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
585
585
586
586
## [2.0.1] - 2017-03-18
587
587
### Changed
588
-
- Made servlet-api an optional dependency so it isn't bundled in war files. (This
589
-
could result in class conflicts in Tomcat.)
588
+
- Made servlet-api an optional dependency, so it isn't bundled in WAR files. (This could result in class conflicts in Tomcat.)
590
589
591
590
## [2.0.0] - 2017-03-16
592
591
### Added
@@ -630,7 +629,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
630
629
### Changed
631
630
- Correcting some comments and log statements
632
631
- Fix some small things reported by findbugs
633
-
- Re-factor NexmoSmsClient. There are now sub-classes of this client class depending on the level of security required
632
+
- Re-factor NexmoSmsClient. There are now subclasses of this client class depending on the level of security required
634
633
-`com.nexmo.messaging.sdk.NexmoSmsClient`: The default client
635
634
-`com.nexmo.messaging.sdk.NexmoSmsClientSSL`: Uses SSL / HTTPS to encrypt the requests
636
635
-`com.nexmo.messaging.sdk.NexmoSmsClientSignedRequests`: Signs the requests using the secret key assigned to your account
0 commit comments