algolia 3.0.0.alpha.8 → 3.0.0.alpha.9
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/Gemfile.lock +1 -1
- data/lib/algolia/models/ingestion/commercetools_custom_fields.rb +5 -1
- data/lib/algolia/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c497a0a403dd15a9c839ff211a09d10e68eef9755d60242c20893879caee6fad
|
|
4
|
+
data.tar.gz: 867cdfa39c35a29b5279f7d9e0dd73ca1992b38d0a84fdf07178190251ecdbc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e8b6a9396dc6b1157a010c87533f9e348da333f412abc031bb4b0f065349128974cf086c78890ae5787c9ca767320a434318bdd9ffd2ea37e36405b83edd2fd
|
|
7
|
+
data.tar.gz: 4b7ea4afb7278803bfc556d6fa5dea440de505dcd9fc6d997ccdd59ec84c43199da7e679441d7991ecb319b7b8ffd1a306eaaefb48e4129e4673b1d735680ce0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.0.0.alpha.9](https://github.com/algolia/algoliasearch-client-ruby/compare/3.0.0.alpha.8...3.0.0.alpha.9)
|
|
2
|
+
|
|
3
|
+
- [4f6e2d0b3](https://github.com/algolia/api-clients-automation/commit/4f6e2d0b3) fix(specs): allow custom fields to be nullable ([#2746](https://github.com/algolia/api-clients-automation/pull/2746)) by [@shortcuts](https://github.com/shortcuts/)
|
|
4
|
+
|
|
1
5
|
## [3.0.0.alpha.8](https://github.com/algolia/algoliasearch-client-ruby/compare/3.0.0.alpha.7...3.0.0.alpha.8)
|
|
2
6
|
|
|
3
7
|
- [6624759e1](https://github.com/algolia/api-clients-automation/commit/6624759e1) feat(specs): add CustomFields to CT Source Input ([#2742](https://github.com/algolia/api-clients-automation/pull/2742)) by [@damcou](https://github.com/damcou/)
|
data/Gemfile.lock
CHANGED
data/lib/algolia/version.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
module Algolia
|
|
4
|
-
VERSION = '3.0.0.alpha.
|
|
4
|
+
VERSION = '3.0.0.alpha.9'.freeze
|
|
5
5
|
end
|