algolia 3.34.2 → 3.34.3
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/.github/workflows/release.yml +1 -1
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/lib/algolia/models/composition/search_results_item.rb +0 -14
- data/lib/algolia/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1db63a1b903c40427512010e991ee81e6bf594486711c26a694d20a4d7f46a14
|
|
4
|
+
data.tar.gz: ad4231553e54fd5a0b585e976d9cada33b6d0965066879aaacbc4bf34c6bb2cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d426e45713dd051dc7cc0f19a901971aa7d465fc8a4b2e5e1fdbd1f515c67dcfe40ea919e0b518123581560dfc2e69d677a52c4f86f46cbd1431fec322bd89e3
|
|
7
|
+
data.tar.gz: dba20a8fd6f82fd0203081d818bba3ab664e5176c07f6f60a96583baefcc10024aa1b7fae79bff8ee61688258d0b7118fa908fba197dc0ccb25f677559eec1be
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [3.34.3](https://github.com/algolia/algoliasearch-client-ruby/compare/3.34.2...3.34.3)
|
|
2
|
+
|
|
3
|
+
- [cd7a174b4](https://github.com/algolia/api-clients-automation/commit/cd7a174b4) fix(specs): BREAKING CHANGE — remove fields requirement from run response in CompAPI client ([#5809](https://github.com/algolia/api-clients-automation/pull/5809)) by [@ClaraMuller](https://github.com/ClaraMuller/)\
|
|
4
|
+
Some fields from the Composition Run search response were marked as required while they were optional on the API side. This has been fixed, but might impact the client types.
|
|
5
|
+
- [b08917039](https://github.com/algolia/api-clients-automation/commit/b08917039) chore(deps): dependencies 2025-12-29 ([#5792](https://github.com/algolia/api-clients-automation/pull/5792)) by [@algolia-bot](https://github.com/algolia-bot/)
|
|
6
|
+
|
|
1
7
|
## [3.34.2](https://github.com/algolia/algoliasearch-client-ruby/compare/3.34.1...3.34.2)
|
|
2
8
|
|
|
3
9
|
- [005aa6524](https://github.com/algolia/api-clients-automation/commit/005aa6524) chore(deps): dependencies 2025-12-22 ([#5775](https://github.com/algolia/api-clients-automation/pull/5775)) by [@algolia-bot](https://github.com/algolia-bot/)
|
data/Gemfile.lock
CHANGED
|
@@ -341,44 +341,30 @@ module Algolia
|
|
|
341
341
|
if (value = attributes[:hits]).is_a?(Array)
|
|
342
342
|
self.hits = value
|
|
343
343
|
end
|
|
344
|
-
else
|
|
345
|
-
self.hits = nil
|
|
346
344
|
end
|
|
347
345
|
|
|
348
346
|
if attributes.key?(:hits_per_page)
|
|
349
347
|
self.hits_per_page = attributes[:hits_per_page]
|
|
350
|
-
else
|
|
351
|
-
self.hits_per_page = nil
|
|
352
348
|
end
|
|
353
349
|
|
|
354
350
|
if attributes.key?(:nb_hits)
|
|
355
351
|
self.nb_hits = attributes[:nb_hits]
|
|
356
|
-
else
|
|
357
|
-
self.nb_hits = nil
|
|
358
352
|
end
|
|
359
353
|
|
|
360
354
|
if attributes.key?(:nb_pages)
|
|
361
355
|
self.nb_pages = attributes[:nb_pages]
|
|
362
|
-
else
|
|
363
|
-
self.nb_pages = nil
|
|
364
356
|
end
|
|
365
357
|
|
|
366
358
|
if attributes.key?(:page)
|
|
367
359
|
self.page = attributes[:page]
|
|
368
|
-
else
|
|
369
|
-
self.page = nil
|
|
370
360
|
end
|
|
371
361
|
|
|
372
362
|
if attributes.key?(:params)
|
|
373
363
|
self.params = attributes[:params]
|
|
374
|
-
else
|
|
375
|
-
self.params = nil
|
|
376
364
|
end
|
|
377
365
|
|
|
378
366
|
if attributes.key?(:query)
|
|
379
367
|
self.query = attributes[:query]
|
|
380
|
-
else
|
|
381
|
-
self.query = nil
|
|
382
368
|
end
|
|
383
369
|
|
|
384
370
|
if attributes.key?(:compositions)
|
data/lib/algolia/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: algolia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.34.
|
|
4
|
+
version: 3.34.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- https://alg.li/support
|
|
@@ -861,7 +861,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
861
861
|
- !ruby/object:Gem::Version
|
|
862
862
|
version: '0'
|
|
863
863
|
requirements: []
|
|
864
|
-
rubygems_version:
|
|
864
|
+
rubygems_version: 4.0.3
|
|
865
865
|
specification_version: 4
|
|
866
866
|
summary: A simple Ruby client for the algolia.com REST API
|
|
867
867
|
test_files: []
|