algolia 3.26.0 → 3.27.0

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: f372f2101f97310738cfd9f77d8d0e3ee6502e14dbec0a30cadc83dfcf89c0ac
4
- data.tar.gz: 94aab675a68ba1022b88b0a193833364ccbe60207b5cbaebfe9ec3fc55894fc1
3
+ metadata.gz: 82de9fa850b8ab28c21f8cc374d015db00a44748cce05de5f38bff6226b0ef33
4
+ data.tar.gz: 63afaf4b420f90689a15c741f9e265f50b2ec872d4bf8c52850eae233344b369
5
5
  SHA512:
6
- metadata.gz: 6c585c233ee2a2817e5bcb89968a87bc969b7f5385b5d5529840d9a784057d88873d1aeac1fef6a350be9fd705b89bb3547136b513ba4865332f23ab2fd31d54
7
- data.tar.gz: 9fe6ff5a18cf7315929e0564019da39536a3e4462f2ea28bc1883ea3e33d5c4630e5df47d89d5841771370ff1ff045112cb00d16c67af6e483aa5234d8db871c
6
+ metadata.gz: ffcbc8a400058d7de3f301f44cb201f6d56af03a3c2fe6b1934464f7711e79d695ab624a5d5478d721df63ddebd8afa28b1df238fb1471dbd1f068d2c4655d9d
7
+ data.tar.gz: 1f6e12d9ffc281ad29f333d07783e1e332ce94bb57c0817d58d78e68e2c4e1ecd72067badd8442928c731d4059e900aed7401663714707006ae3be46d9ca8599
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.27.0](https://github.com/algolia/algoliasearch-client-ruby/compare/3.26.0...3.27.0)
2
+
3
+ - [ad51f60561](https://github.com/algolia/api-clients-automation/commit/ad51f60561) feat(specs): add partialNoCreate action to ingestion specs ([#5389](https://github.com/algolia/api-clients-automation/pull/5389)) by [@shortcuts](https://github.com/shortcuts/)
4
+
1
5
  ## [3.26.0](https://github.com/algolia/algoliasearch-client-ruby/compare/3.25.0...3.26.0)
2
6
 
3
7
  - [ca25c44e2](https://github.com/algolia/api-clients-automation/commit/ca25c44e2) chore(deps): dependencies 2025-09-08 ([#5310](https://github.com/algolia/api-clients-automation/pull/5310)) 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.26.0)
4
+ algolia (3.27.0)
5
5
  base64 (>= 0.2.0, < 1)
6
6
  faraday (>= 1.0.1, < 3.0)
7
7
  faraday-net_http_persistent (>= 0.15, < 3)
@@ -11,10 +11,11 @@ module Algolia
11
11
  REPLACE = "replace".freeze
12
12
  SAVE = "save".freeze
13
13
  PARTIAL = "partial".freeze
14
+ PARTIAL_NO_CREATE = "partialNoCreate".freeze
14
15
  APPEND = "append".freeze
15
16
 
16
17
  def self.all_vars
17
- @all_vars ||= [REPLACE, SAVE, PARTIAL, APPEND].freeze
18
+ @all_vars ||= [REPLACE, SAVE, PARTIAL, PARTIAL_NO_CREATE, APPEND].freeze
18
19
  end
19
20
 
20
21
  # Builds the enum from string
@@ -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.26.0"
6
+ VERSION = "3.27.0"
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.26.0
4
+ version: 3.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://alg.li/support