plivo 4.27.1 → 4.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41cd25f112799f4fb4e95c0fadd5b7ba21d22d94
4
- data.tar.gz: f8fdff993484bbf582168aaa778e4d36673cec4e
3
+ metadata.gz: 91f541dc63837a9f4a0b79eb70e711da032861ee
4
+ data.tar.gz: 69f4ea6a4ad5fe0055b823a19c1b4ba58bdc76ea
5
5
  SHA512:
6
- metadata.gz: eb2714de044e486a8c098d78ece87266f80c3ce05bdc6db8b5bd87ffd41326c3ef63b1c420be142bd9a1bf4baa7a8b72ceec36114fa9d1e747b247bd42936e7d
7
- data.tar.gz: 3e08b774f282d3b92207e0ff7eeaa1e31da0b54461dc705245a8760b448af584ca68b730ac6845341c91ea16ede9ab52f2e44595f87ecc4b0b9b11bb7eb676ab
6
+ metadata.gz: ea87b969d9dc6d4f8bc7133d15b0d3225e64015898677262c334043e7afc6f67367f57f4a439f98bd678814423c4b0298175945dfee10c820502c38accc413c3
7
+ data.tar.gz: 1ad27edb2ed4f707d2e1a969e3d8f19b7f0650e2e47f59df3cc9ab4ee25674c7f9c003917f926e669ac32f7d94704644b6589872b5945e638b855acd5b4dddbf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## [4.28.0](https://github.com/plivo/plivo-go/tree/v4.28.0) (2022-07-11)
4
+ **Feature - STIR Attestation**
5
+ - Add stir attestation param as part of Get CDR and Get live call APIs Response
6
+
3
7
  ## [4.27.1](https://github.com/plivo/plivo-ruby/tree/v4.27.1) (2022-06-30)
4
8
  - `from_number`, `to_number` and `stir_verification` added to filter param [Retrieve all calls] (https://www.plivo.com/docs/voice/api/call#retrieve-all-calls)
5
9
 
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.27.1'
12
+ gem 'plivo', '>= 4.28.0'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -231,7 +231,8 @@ module Plivo
231
231
  request_uuid: @request_uuid,
232
232
  direction: @direction,
233
233
  caller_name: @caller_name,
234
- stir_verification: @stir_verification
234
+ stir_verification: @stir_verification,
235
+ stir_attestation: @stir_attestation
235
236
  }
236
237
  call_details = call_details.select {|k, v| !v.nil? }
237
238
  call_details.to_s
data/lib/plivo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = "4.27.1".freeze
2
+ VERSION = "4.28.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.27.1
4
+ version: 4.28.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: 2022-06-30 00:00:00.000000000 Z
11
+ date: 2022-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday