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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7320a94bdddc31cfc0e965fd97ca151c2706f215
4
- data.tar.gz: 623c12c0d63b5ef5a676180e24e3e2fc3a1dbc4e
3
+ metadata.gz: 15f859f3b8d4d5c86051c7707f7a0b3519bbccc6
4
+ data.tar.gz: 4058af2b93014f1552e30cae972e7f3a30bc4b3b
5
5
  SHA512:
6
- metadata.gz: bfd70b72b182ba65825c2e3504d2842b21bb23a6b4c1a15f6debabbf766caaeccff58b5e2ec3afe1693a012999f63bf7cb490f4cd262c08916aeb527cd9e3060
7
- data.tar.gz: 5441c0463add6758e0f4fa7025712b458d62897618bc53bdbdc461d781c0df7368099c2ef71d717ea27f0e755a044b5c6723ca38cbb3f5b3f7a3293d12f31b42
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
@@ -9,7 +9,7 @@ The Plivo Ruby SDK makes it simpler to integrate communications into your Ruby a
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'plivo', '>= 4.23.0'
12
+ gem 'plivo', '>= 4.24.0'
13
13
  ```
14
14
 
15
15
  And then execute:
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://voice.plivo.com'.freeze
10
- API_VOICE_FALLBACK_1 = 'https://voice-usw1.plivo.com'.freeze
11
- API_VOICE_FALLBACK_2 = 'https://voice-use1.plivo.com'.freeze
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
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = "4.23.0".freeze
2
+ VERSION = "4.24.0".freeze
3
3
  end
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.23.0
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-02 00:00:00.000000000 Z
11
+ date: 2021-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday