algolia 3.41.0 → 3.42.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/api/agent_studio_client.rb +0 -3
- data/lib/algolia/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a971ea2b5be323619d3dc578359f908354a85e4369b357076f0bddab9167dd3d
|
|
4
|
+
data.tar.gz: 2dd0b2c76b9f8f78ff089729d83a5b165b67b90de477102ee3444aa393023bf1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9810e34c3b4ed5ab12267808c88f7c2f4e6aa80885be042986df034b216bf219f6d682998ad9e2f656d9bf4a5626a4cbb5c59a53ffc02185032f6fcacd889229
|
|
7
|
+
data.tar.gz: 64b0a902627f2319386e1210006e3218d5d88853e43e970434be8e13dc70b0e2fed02529e4e1a3f3a39ccecec60f9b2aa8c929295eea1ddfb2af93d553408df5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [3.42.0](https://github.com/algolia/algoliasearch-client-ruby/compare/3.41.0...3.42.0)
|
|
2
|
+
|
|
3
|
+
- [52ebd28f58](https://github.com/algolia/api-clients-automation/commit/52ebd28f58) feat(clients): release Agent Studio package updates ([#6573](https://github.com/algolia/api-clients-automation/pull/6573)) by [@Fluf22](https://github.com/Fluf22/)
|
|
4
|
+
|
|
1
5
|
## [3.41.0](https://github.com/algolia/algoliasearch-client-ruby/compare/3.40.0...3.41.0)
|
|
2
6
|
|
|
3
7
|
- [e6753bc802](https://github.com/algolia/api-clients-automation/commit/e6753bc802) chore(deps): dependencies 2026-06-01 ([#6476](https://github.com/algolia/api-clients-automation/pull/6476)) by [@algolia-bot](https://github.com/algolia-bot/)
|
data/Gemfile.lock
CHANGED
|
@@ -27,9 +27,6 @@ module Algolia
|
|
|
27
27
|
end
|
|
28
28
|
|
|
29
29
|
@api_client = Algolia::ApiClient.new(config)
|
|
30
|
-
warn(
|
|
31
|
-
"[algolia] Agent Studio API is in beta and subject to breaking changes. See https://www.algolia.com/doc/rest-api/agent-studio"
|
|
32
|
-
)
|
|
33
30
|
end
|
|
34
31
|
|
|
35
32
|
def self.create(app_id, api_key, opts = {})
|
data/lib/algolia/version.rb
CHANGED