plivo 4.23.0 → 4.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/plivo/base.rb +3 -3
- data/lib/plivo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15f859f3b8d4d5c86051c7707f7a0b3519bbccc6
|
|
4
|
+
data.tar.gz: 4058af2b93014f1552e30cae972e7f3a30bc4b3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f14e5c137e14abb3775c6aca039e03ec3027688500ea265c33dcb9c3b2bd861b186f19694449f7f758de6632a8ab6cda90844ab424ee219507d7047cdd178647
|
|
7
|
+
data.tar.gz: a91d7d11cda391bfc9d5079b2d5ea1d233cdf82c2cb2c7083c33cafb8e9be28d2bdafb59c8671a698b24728efe4a35e001087ee7a43ea7bf7ec172e0b8e43236
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [4.24.0](https://github.com/plivo/plivo-ruby/tree/v4.24.0) (2021-12-14)
|
|
4
|
+
**Features - Voice**
|
|
5
|
+
- Routing SDK traffic through Akamai endpoints for all the [Voice APIs](https://www.plivo.com/docs/voice/api/overview/)
|
|
6
|
+
|
|
3
7
|
## [4.23.0](https://github.com/plivo/plivo-ruby/releases/tag/v4.23.0) (2021-12-02)
|
|
4
8
|
**Features - Messaging: 10 DLC**
|
|
5
9
|
- 10DLC API's for brand and campaign support.
|
data/README.md
CHANGED
data/lib/plivo/base.rb
CHANGED
|
@@ -6,9 +6,9 @@ module Plivo
|
|
|
6
6
|
module Base
|
|
7
7
|
PLIVO_API_URL = 'https://api.plivo.com'.freeze
|
|
8
8
|
|
|
9
|
-
API_VOICE = 'https://
|
|
10
|
-
API_VOICE_FALLBACK_1 = 'https://
|
|
11
|
-
API_VOICE_FALLBACK_2 = 'https://
|
|
9
|
+
API_VOICE = 'https://api.plivo.com'.freeze
|
|
10
|
+
API_VOICE_FALLBACK_1 = 'https://api.plivo.com'.freeze
|
|
11
|
+
API_VOICE_FALLBACK_2 = 'https://api.plivo.com'.freeze
|
|
12
12
|
|
|
13
13
|
CALLINSIGHTS_API_URL = 'https://stats.plivo.com'.freeze
|
|
14
14
|
PHLO_API_URL = 'https://phlorunner.plivo.com'.freeze
|
data/lib/plivo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: plivo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.24.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Plivo SDKs Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|