plivo 4.37.1 → 4.38.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: 9868a4be02dd30339bda337a837f89304bbc22fc
4
- data.tar.gz: '08438aa41d55f366e04c23a8c9c19cf80a4eda57'
3
+ metadata.gz: 7cea73f6d29068d7cbcf857f4f654680ec083eba
4
+ data.tar.gz: e112359a5779c97c8c1928898c2c5740bd8e9dd9
5
5
  SHA512:
6
- metadata.gz: 9221a5183a4a060ab3422bcb6c8a96103aac4631162f30333f01a4d1b89433dfb029a416656d4d5c9f47d349fda8c22beba493c3b8088158dd3c60e517d26a79
7
- data.tar.gz: 4635e9c48e4f789c24da1c72e8e318f9a898684b5a2dea920aad46a1786c9336a4692c5ffd08ab2037dc559aa083cbe509e0820c5d142f7a3472ff1606a6a683
6
+ metadata.gz: 26bf81a3368e7500fa1021fa590386b8ce4615baccbf48e1f7836a35588c0691246504f3719918c1e2a53f44338de39b971f3f786cbb082e7d9d834a2e74424e
7
+ data.tar.gz: 3d9eb2920f5c272f2da240dcc21556017f3ab62a864f73af93c5ed5137ca96c3ac6db6d9add1799ab76170eb43d685b51ac9e2219cb90db27adb740ab390322f
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # Change Log
2
+ ## [4.38.0](https://github.com/plivo/plivo-ruby/tree/v4.38.0) (2023-03-03)
3
+ **Adding new attribute - 'is_domestic' in Get Message and List Message APIs**
4
+ - Add `is_domestic` to the response for the [list all messages API](https://www.plivo.com/docs/sms/api/message/list-all-messages/) and the [get message details API](https://www.plivo.com/docs/sms/api/message#retrieve-a-message)
5
+
2
6
  ## [4.37.1](https://github.com/plivo/plivo-ruby/tree/v4.37.1) (2023-02-23)
3
7
  **Bug fix on Messaging object **
4
8
  -
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.37.1'
12
+ gem 'plivo', '>= 4.38.0'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -34,7 +34,8 @@ module Plivo
34
34
  tendlc_campaign_id: @tendlc_campaign_id,
35
35
  destination_country_iso2: @destination_country_iso2,
36
36
  tendlc_registration_status: @tendlc_registration_status,
37
- requester_ip: @requester_ip
37
+ requester_ip: @requester_ip,
38
+ is_domestic: @is_domestic
38
39
  }.to_s
39
40
  end
40
41
  end
data/lib/plivo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = "4.37.1".freeze
2
+ VERSION = "4.38.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.37.1
4
+ version: 4.38.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: 2023-02-28 00:00:00.000000000 Z
11
+ date: 2023-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday