plivo 4.27.1 → 4.28.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/resources/calls.rb +2 -1
- 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: 91f541dc63837a9f4a0b79eb70e711da032861ee
|
|
4
|
+
data.tar.gz: 69f4ea6a4ad5fe0055b823a19c1b4ba58bdc76ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
@@ -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
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.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-
|
|
11
|
+
date: 2022-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|