customerio 4.3.0 → 4.3.1

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
  SHA256:
3
- metadata.gz: 16635bdd8c1cfb5e77fbe0c29ca18a69fdbcd48b3824a19a4657f4bb9d6d0991
4
- data.tar.gz: ad565a4bf81cb86a956893bdc104bd0967971af84b4dfcb453f47ac6fae0b6ea
3
+ metadata.gz: be14989a3ca17091869a6dc20f34341d2845fb15f8d5570b5641040edab27c39
4
+ data.tar.gz: 36e35e8ce757ccf5a93c68e86af0da4c86a4026debb8d7015246606103a42c8f
5
5
  SHA512:
6
- metadata.gz: 6b944374f304906b7533def39708eb07078390e07a413bf3bec11f46aecc65683a88c1a8d89bf50d65b16fdc2d5c561f2a0b484827c8ac828b3857cf101efba5
7
- data.tar.gz: 17fe083a74d404f9d243e0c9e0a9713e4f02fb4009d10807d30f50d192ce020ba33065684bd84aadaf02908fc9de55d950b5f23d9549ffadce1cb36502f2bc8d
6
+ metadata.gz: 1edc792c72b64a6141e08d8feefc41ac39541c859380c2f229cfcd958937455f71d4260c4e4828b5254c5b7d9e9cdbcc3049fdf67b7025a6566d59cc09d8864d
7
+ data.tar.gz: 29baa33725a8089a340631c9b805330a89936537eb8691fd5e70ff37e5d797f2af74d4240d2551dd196c4a911c0d37ec49300d20708cb41512e0428c19fc05e5
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,11 @@
1
+ ## Customerio 4.3.1 - January 5, 2023
2
+ ### Added
3
+ - Added the `disable_css_preprocessing` and `language` optional fields to send request
4
+
5
+ ## Customerio 4.3.0 - April 26, 2022
6
+ ### Added
7
+ - Support for [anonymous invite events](https://customer.io/docs/anonymous-invite-emails/) by setting `anonymous_id` to `nil`.
8
+
1
9
  ## Customerio 4.1.0 - Sep 27, 2021
2
10
  ### Added
3
11
  - Added support for [merge customers](https://customer.io/docs/api/#operation/merge) API
@@ -36,6 +36,9 @@ module Customerio
36
36
  send_to_unsubscribed
37
37
  tracked
38
38
  queue_draft
39
+ disable_css_preprocessing
40
+ send_at
41
+ language
39
42
  )
40
43
 
41
44
  def invalid_field?(field)
@@ -1,3 +1,3 @@
1
1
  module Customerio
2
- VERSION = "4.3.0"
2
+ VERSION = "4.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: customerio
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Allison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-26 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
143
  requirements: []
144
- rubygems_version: 3.2.5
144
+ rubygems_version: 3.3.5
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: A ruby client for the Customer.io event API.