algolia 3.6.0 → 3.7.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/algolia/models/ingestion/auth_input.rb +2 -1
- data/lib/algolia/models/ingestion/authentication_type.rb +2 -1
- 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: 52d221b1939d70642bf10ea1c2ecd20a916c5bee15d74cb1353dae9243f3624d
|
|
4
|
+
data.tar.gz: c80dc9fd998bf676302175bf799190359d1a3c1f64a077a207ceba2e76f52368
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
@@ -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
|
data/lib/algolia/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2024-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|