algolia 3.15.1 → 3.15.2
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 +5 -0
- data/Gemfile.lock +1 -1
- data/lib/algolia/api/abtesting_client.rb +3 -3
- data/lib/algolia/api/analytics_client.rb +3 -3
- data/lib/algolia/api/composition_client.rb +3 -3
- data/lib/algolia/api/ingestion_client.rb +3 -3
- data/lib/algolia/api/insights_client.rb +3 -3
- data/lib/algolia/api/monitoring_client.rb +3 -3
- data/lib/algolia/api/personalization_client.rb +3 -3
- data/lib/algolia/api/query_suggestions_client.rb +3 -3
- data/lib/algolia/api/recommend_client.rb +3 -3
- data/lib/algolia/api/search_client.rb +3 -3
- data/lib/algolia/models/ingestion/authentication.rb +2 -0
- data/lib/algolia/models/ingestion/destination.rb +2 -0
- data/lib/algolia/models/ingestion/source.rb +2 -0
- data/lib/algolia/models/ingestion/task.rb +2 -0
- data/lib/algolia/models/ingestion/task_v1.rb +2 -0
- data/lib/algolia/models/ingestion/transformation.rb +2 -0
- data/lib/algolia/models/ingestion/transformation_try_response.rb +2 -2
- 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: 2fe148871e84a4d80954a5d6bde5b88855ac4f9688c7771cd8cc8b8d94384fc4
|
4
|
+
data.tar.gz: fb540475eea0e86db2a17730a5da5aa1c30c3f66f3c05fa3312fbe364d143691
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffb449547ccec5dcf97cdadf4f532256bb09cee42658582c55fc1988148271a85f6dcb4db0ea7cc15e4a519c108603cd247f11261bf0fc152434ef23b0e524e6
|
7
|
+
data.tar.gz: 8c738ccb5070a404fc39daaf032cc43f01cf084dbe747e41739ed4739d882cbbbbc8b41d0399c71df10bd796558cde1310a324f45fe072418c8dddaa7afc86d3
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
## [3.15.2](https://github.com/algolia/algoliasearch-client-ruby/compare/3.15.1...3.15.2)
|
2
|
+
|
3
|
+
- [345e830176](https://github.com/algolia/api-clients-automation/commit/345e830176) fix(ruby): remove integer empty check ([#4698](https://github.com/algolia/api-clients-automation/pull/4698)) by [@lucas-aragno](https://github.com/lucas-aragno/)
|
4
|
+
- [ac400354a9](https://github.com/algolia/api-clients-automation/commit/ac400354a9) fix(specs): make the updateAt non-null in ingestion ([#4697](https://github.com/algolia/api-clients-automation/pull/4697)) by [@millotp](https://github.com/millotp/)
|
5
|
+
|
1
6
|
## [3.15.1](https://github.com/algolia/algoliasearch-client-ruby/compare/3.15.0...3.15.1)
|
2
7
|
|
3
8
|
- [a51683025e](https://github.com/algolia/api-clients-automation/commit/a51683025e) chore: deprecate mcm methods ([#4694](https://github.com/algolia/api-clients-automation/pull/4694)) by [@kai687](https://github.com/kai687/)
|
data/Gemfile.lock
CHANGED
@@ -38,15 +38,15 @@ module Algolia
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def self.create_with_config(config)
|
41
|
-
if config.connect_timeout.nil?
|
41
|
+
if config.connect_timeout.nil?
|
42
42
|
config.connect_timeout = 2000
|
43
43
|
end
|
44
44
|
|
45
|
-
if config.read_timeout.nil?
|
45
|
+
if config.read_timeout.nil?
|
46
46
|
config.read_timeout = 5000
|
47
47
|
end
|
48
48
|
|
49
|
-
if config.write_timeout.nil?
|
49
|
+
if config.write_timeout.nil?
|
50
50
|
config.write_timeout = 30000
|
51
51
|
end
|
52
52
|
|
@@ -38,15 +38,15 @@ module Algolia
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def self.create_with_config(config)
|
41
|
-
if config.connect_timeout.nil?
|
41
|
+
if config.connect_timeout.nil?
|
42
42
|
config.connect_timeout = 2000
|
43
43
|
end
|
44
44
|
|
45
|
-
if config.read_timeout.nil?
|
45
|
+
if config.read_timeout.nil?
|
46
46
|
config.read_timeout = 5000
|
47
47
|
end
|
48
48
|
|
49
|
-
if config.write_timeout.nil?
|
49
|
+
if config.write_timeout.nil?
|
50
50
|
config.write_timeout = 30000
|
51
51
|
end
|
52
52
|
|
@@ -31,15 +31,15 @@ module Algolia
|
|
31
31
|
end
|
32
32
|
|
33
33
|
def self.create_with_config(config)
|
34
|
-
if config.connect_timeout.nil?
|
34
|
+
if config.connect_timeout.nil?
|
35
35
|
config.connect_timeout = 2000
|
36
36
|
end
|
37
37
|
|
38
|
-
if config.read_timeout.nil?
|
38
|
+
if config.read_timeout.nil?
|
39
39
|
config.read_timeout = 5000
|
40
40
|
end
|
41
41
|
|
42
|
-
if config.write_timeout.nil?
|
42
|
+
if config.write_timeout.nil?
|
43
43
|
config.write_timeout = 30000
|
44
44
|
end
|
45
45
|
|
@@ -38,15 +38,15 @@ module Algolia
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def self.create_with_config(config)
|
41
|
-
if config.connect_timeout.nil?
|
41
|
+
if config.connect_timeout.nil?
|
42
42
|
config.connect_timeout = 25000
|
43
43
|
end
|
44
44
|
|
45
|
-
if config.read_timeout.nil?
|
45
|
+
if config.read_timeout.nil?
|
46
46
|
config.read_timeout = 25000
|
47
47
|
end
|
48
48
|
|
49
|
-
if config.write_timeout.nil?
|
49
|
+
if config.write_timeout.nil?
|
50
50
|
config.write_timeout = 25000
|
51
51
|
end
|
52
52
|
|
@@ -38,15 +38,15 @@ module Algolia
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def self.create_with_config(config)
|
41
|
-
if config.connect_timeout.nil?
|
41
|
+
if config.connect_timeout.nil?
|
42
42
|
config.connect_timeout = 2000
|
43
43
|
end
|
44
44
|
|
45
|
-
if config.read_timeout.nil?
|
45
|
+
if config.read_timeout.nil?
|
46
46
|
config.read_timeout = 5000
|
47
47
|
end
|
48
48
|
|
49
|
-
if config.write_timeout.nil?
|
49
|
+
if config.write_timeout.nil?
|
50
50
|
config.write_timeout = 30000
|
51
51
|
end
|
52
52
|
|
@@ -23,15 +23,15 @@ module Algolia
|
|
23
23
|
end
|
24
24
|
|
25
25
|
def self.create_with_config(config)
|
26
|
-
if config.connect_timeout.nil?
|
26
|
+
if config.connect_timeout.nil?
|
27
27
|
config.connect_timeout = 2000
|
28
28
|
end
|
29
29
|
|
30
|
-
if config.read_timeout.nil?
|
30
|
+
if config.read_timeout.nil?
|
31
31
|
config.read_timeout = 5000
|
32
32
|
end
|
33
33
|
|
34
|
-
if config.write_timeout.nil?
|
34
|
+
if config.write_timeout.nil?
|
35
35
|
config.write_timeout = 30000
|
36
36
|
end
|
37
37
|
|
@@ -38,15 +38,15 @@ module Algolia
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def self.create_with_config(config)
|
41
|
-
if config.connect_timeout.nil?
|
41
|
+
if config.connect_timeout.nil?
|
42
42
|
config.connect_timeout = 2000
|
43
43
|
end
|
44
44
|
|
45
|
-
if config.read_timeout.nil?
|
45
|
+
if config.read_timeout.nil?
|
46
46
|
config.read_timeout = 5000
|
47
47
|
end
|
48
48
|
|
49
|
-
if config.write_timeout.nil?
|
49
|
+
if config.write_timeout.nil?
|
50
50
|
config.write_timeout = 30000
|
51
51
|
end
|
52
52
|
|
@@ -38,15 +38,15 @@ module Algolia
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def self.create_with_config(config)
|
41
|
-
if config.connect_timeout.nil?
|
41
|
+
if config.connect_timeout.nil?
|
42
42
|
config.connect_timeout = 2000
|
43
43
|
end
|
44
44
|
|
45
|
-
if config.read_timeout.nil?
|
45
|
+
if config.read_timeout.nil?
|
46
46
|
config.read_timeout = 5000
|
47
47
|
end
|
48
48
|
|
49
|
-
if config.write_timeout.nil?
|
49
|
+
if config.write_timeout.nil?
|
50
50
|
config.write_timeout = 30000
|
51
51
|
end
|
52
52
|
|
@@ -31,15 +31,15 @@ module Algolia
|
|
31
31
|
end
|
32
32
|
|
33
33
|
def self.create_with_config(config)
|
34
|
-
if config.connect_timeout.nil?
|
34
|
+
if config.connect_timeout.nil?
|
35
35
|
config.connect_timeout = 2000
|
36
36
|
end
|
37
37
|
|
38
|
-
if config.read_timeout.nil?
|
38
|
+
if config.read_timeout.nil?
|
39
39
|
config.read_timeout = 5000
|
40
40
|
end
|
41
41
|
|
42
|
-
if config.write_timeout.nil?
|
42
|
+
if config.write_timeout.nil?
|
43
43
|
config.write_timeout = 30000
|
44
44
|
end
|
45
45
|
|
@@ -34,15 +34,15 @@ module Algolia
|
|
34
34
|
end
|
35
35
|
|
36
36
|
def self.create_with_config(config)
|
37
|
-
if config.connect_timeout.nil?
|
37
|
+
if config.connect_timeout.nil?
|
38
38
|
config.connect_timeout = 2000
|
39
39
|
end
|
40
40
|
|
41
|
-
if config.read_timeout.nil?
|
41
|
+
if config.read_timeout.nil?
|
42
42
|
config.read_timeout = 5000
|
43
43
|
end
|
44
44
|
|
45
|
-
if config.write_timeout.nil?
|
45
|
+
if config.write_timeout.nil?
|
46
46
|
config.write_timeout = 30000
|
47
47
|
end
|
48
48
|
|
@@ -8,7 +8,7 @@ require "time"
|
|
8
8
|
module Algolia
|
9
9
|
module Ingestion
|
10
10
|
class TransformationTryResponse
|
11
|
-
# The array of records returned by the transformation service.
|
11
|
+
# The array of stringified records returned by the transformation service.
|
12
12
|
attr_accessor :payloads
|
13
13
|
|
14
14
|
attr_accessor :error
|
@@ -24,7 +24,7 @@ module Algolia
|
|
24
24
|
# Attribute type mapping.
|
25
25
|
def self.types_mapping
|
26
26
|
{
|
27
|
-
:payloads => :"Array<
|
27
|
+
:payloads => :"Array<String>",
|
28
28
|
:error => :"TransformationError"
|
29
29
|
}
|
30
30
|
end
|
data/lib/algolia/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: algolia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.15.
|
4
|
+
version: 3.15.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- https://alg.li/support
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-03 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: faraday
|