algolia 3.6.0 → 3.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b69b808ce96019740c30c69c06a65099eaab82d19970c84d232e04d14e817ce
4
- data.tar.gz: 91215450649fb00e5cd29de2d8ac38b2c3a1fe64df5598cddd12091ce77263c8
3
+ metadata.gz: 52d221b1939d70642bf10ea1c2ecd20a916c5bee15d74cb1353dae9243f3624d
4
+ data.tar.gz: c80dc9fd998bf676302175bf799190359d1a3c1f64a077a207ceba2e76f52368
5
5
  SHA512:
6
- metadata.gz: 97c9bcc12f6fa8f7860fbb2daecb2711ed67553f2050d0c770bf7ee5d3f138160715d32a853197f922cddb8258554ced95f407571f78fb2431845279ae5a518a
7
- data.tar.gz: c9430142c056ff019be74f2f73b67617825681dee9454d18f9e3c51df485d0a31f07f7f5dc21e541182ff22a18c102856a9a02c757f02c7b5f9268107ce63df0
6
+ metadata.gz: '011973f576b4bcf054395526ffe04134b0036e15b760bc8e9599805d5a09cf2981dc55a39b31382909d6e703558a5c1b50c723753cc98e5eaa6f52bdddd1fd84'
7
+ data.tar.gz: e1406a6ca15019601820d07308f11599a32a29dc96cbf0d3321deb09010beab5b0964a765d87be10c7ee928805cc15f9f8689fde965e54bbf79c7e69ad79fc26
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.7.0](https://github.com/algolia/algoliasearch-client-ruby/compare/3.6.0...3.7.0)
2
+
3
+ - [be40cf61d](https://github.com/algolia/api-clients-automation/commit/be40cf61d) feat(specs): add secrets authentications to ingestion ([#4054](https://github.com/algolia/api-clients-automation/pull/4054)) by [@shortcuts](https://github.com/shortcuts/)
4
+
1
5
  ## [3.6.0](https://github.com/algolia/algoliasearch-client-ruby/compare/3.5.4...3.6.0)
2
6
 
3
7
  - [46ba4b50a](https://github.com/algolia/api-clients-automation/commit/46ba4b50a) fix(ruby): provide default ttl ([#4027](https://github.com/algolia/api-clients-automation/pull/4027)) by [@millotp](https://github.com/millotp/)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- algolia (3.6.0)
4
+ algolia (3.7.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)
@@ -15,7 +15,8 @@ module Algolia
15
15
  :"AuthAlgoliaInsights",
16
16
  :"AuthBasic",
17
17
  :"AuthGoogleServiceAccount",
18
- :"AuthOAuth"
18
+ :"AuthOAuth",
19
+ :"Hash<String, String>"
19
20
  ]
20
21
  end
21
22
 
@@ -12,9 +12,10 @@ module Algolia
12
12
  OAUTH = "oauth".freeze
13
13
  ALGOLIA = "algolia".freeze
14
14
  ALGOLIA_INSIGHTS = "algoliaInsights".freeze
15
+ SECRETS = "secrets".freeze
15
16
 
16
17
  def self.all_vars
17
- @all_vars ||= [GOOGLE_SERVICE_ACCOUNT, BASIC, API_KEY, OAUTH, ALGOLIA, ALGOLIA_INSIGHTS].freeze
18
+ @all_vars ||= [GOOGLE_SERVICE_ACCOUNT, BASIC, API_KEY, OAUTH, ALGOLIA, ALGOLIA_INSIGHTS, SECRETS].freeze
18
19
  end
19
20
 
20
21
  # Builds the enum from string
@@ -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.6.0".freeze
4
+ VERSION = "3.7.0".freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: algolia
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.0
4
+ version: 3.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://alg.li/support
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-29 00:00:00.000000000 Z
11
+ date: 2024-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday