plivo 4.37.0 → 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: 9bce183c37b08afe3c1c818c760ea19e23d59aa0
4
- data.tar.gz: 758f85c1a34e730fdb6319f504b325f563087613
3
+ metadata.gz: 7cea73f6d29068d7cbcf857f4f654680ec083eba
4
+ data.tar.gz: e112359a5779c97c8c1928898c2c5740bd8e9dd9
5
5
  SHA512:
6
- metadata.gz: 12826d9c8f1e56072dabf04120e67df56d6e1a7d5a0c6385c59ae8c419139d5c6d31c46543b1a17a6d21acdb84c31424de2d5be448dd88face0933e4d0b88452
7
- data.tar.gz: 2e06406a3690697d405b1cb89dae6bebc5bc3bace1a3f463fa665ef36e62c43179838436abc56478614bfed1f9772ea3bb4c4f272389aa0cb35e6e7493a94d08
6
+ metadata.gz: 26bf81a3368e7500fa1021fa590386b8ce4615baccbf48e1f7836a35588c0691246504f3719918c1e2a53f44338de39b971f3f786cbb082e7d9d834a2e74424e
7
+ data.tar.gz: 3d9eb2920f5c272f2da240dcc21556017f3ab62a864f73af93c5ed5137ca96c3ac6db6d9add1799ab76170eb43d685b51ac9e2219cb90db27adb740ab390322f
data/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
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
+
6
+ ## [4.37.1](https://github.com/plivo/plivo-ruby/tree/v4.37.1) (2023-02-23)
7
+ **Bug fix on Messaging object **
8
+ -
2
9
  ## [4.37.0](https://github.com/plivo/plivo-ruby/tree/v4.37.0) (2023-02-23)
3
10
  **Feature - Enhance MDR filtering capabilities **
4
11
  - Added new fields on MDR object response
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.0'
12
+ gem 'plivo', '>= 4.38.0'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -33,8 +33,9 @@ module Plivo
33
33
  units: @units,
34
34
  tendlc_campaign_id: @tendlc_campaign_id,
35
35
  destination_country_iso2: @destination_country_iso2,
36
- tendlc_registration_status: @tendlc_registration_status
37
- requester_ip: @requester_ip
36
+ tendlc_registration_status: @tendlc_registration_status,
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.0".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.0
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-27 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