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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af622ae45477eb36e65251261be2d268e643f486eef9fa58ade403d9b0add27c
4
- data.tar.gz: c65bb79725ceaea7da5c0d8a949029304b8235dffccc297cd6276494a80f1309
3
+ metadata.gz: 1db63a1b903c40427512010e991ee81e6bf594486711c26a694d20a4d7f46a14
4
+ data.tar.gz: ad4231553e54fd5a0b585e976d9cada33b6d0965066879aaacbc4bf34c6bb2cf
5
5
  SHA512:
6
- metadata.gz: ec3d2039e54ac77523aa16ac05bb912778f49eebdee8de760deb8a367df251f4ed151c019a9f48a443fccc4b61a7072a8775bddfe2423b3eb92ea2763baca62a
7
- data.tar.gz: a763ee24d7b92f909f3c4b19fbd3dc203d031a1b0c6418807d9bc83e9f7cda2301a2fa80d4aaf34778f4c4e4a5c9e9c66dfd69d8741259657e6842bc877b066e
6
+ metadata.gz: d426e45713dd051dc7cc0f19a901971aa7d465fc8a4b2e5e1fdbd1f515c67dcfe40ea919e0b518123581560dfc2e69d677a52c4f86f46cbd1431fec322bd89e3
7
+ data.tar.gz: dba20a8fd6f82fd0203081d818bba3ab664e5176c07f6f60a96583baefcc10024aa1b7fae79bff8ee61688258d0b7118fa908fba197dc0ccb25f677559eec1be
@@ -21,7 +21,7 @@ jobs:
21
21
  - name: Install Ruby
22
22
  uses: ruby/setup-ruby@v1
23
23
  with:
24
- ruby-version: 3.4.8
24
+ ruby-version: 4.0.0
25
25
  bundler-cache: true
26
26
 
27
27
  - uses: rubygems/release-gem@1c162a739e8b4cb21a676e97b087e8268d8fc40b
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- algolia (3.34.2)
4
+ algolia (3.34.3)
5
5
  base64 (>= 0.2.0, < 1)
6
6
  faraday (>= 1.0.1, < 3.0)
7
7
  faraday-net_http_persistent (>= 0.15, < 3)
@@ -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)
@@ -3,5 +3,5 @@
3
3
  # 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.
4
4
 
5
5
  module Algolia
6
- VERSION = "3.34.2"
6
+ VERSION = "3.34.3"
7
7
  end
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.2
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: 3.6.9
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: []