Skip to content

Commit f36a208

Browse files
committed
Merge branch 'main' into chore/renovateBaseBranch
2 parents f2118a0 + 9d62976 commit f36a208

File tree

186 files changed

+415
-3608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+415
-3608
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to the contributing guide for the api-clients-automation repository!
44

5-
Please read [our contributing guides](https://api-clients-automation.netlify.app/docs/contributing/introduction/) for advanced usage.
5+
Please read [our contributing guides](https://api-clients-automation.netlify.app/docs/introduction/) for advanced usage.
66

77
If you can't find what you are looking for, please [open an issue](https://github.com/algolia/api-clients-automation/issues/new/choose).
88

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ The Algolia API clients are generated from [OpenAPI specs](https://swagger.io/sp
1717

1818
**Migration note from current API clients**
1919

20-
> In July 2022, we released an alpha version generated API clients for the JavaScript, Java and PHP languages. If you are using the latest stable of those clients and looking to upgrade, read the [migration guide](https://api-clients-automation.netlify.app/docs/clients/migration-guides/). You can still browse the documentation of the stable clients on [the Algolia documentation](https://www.algolia.com/doc/).
20+
> In July 2022, we released an alpha version generated API clients for the JavaScript, Java and PHP languages. If you are using the latest stable of those clients and looking to upgrade, read the [migration guide](https://www.algolia.com/doc/libraries/). You can still browse the documentation of the stable clients on [the Algolia documentation](https://www.algolia.com/doc/).
2121
2222
## 💡 Getting Started with the clients
2323

24-
You can read `getting started` guides and how to use the API clients on [our documentation](https://api-clients-automation.netlify.app/docs/clients/installation).
24+
You can read `getting started` guides and how to use the API clients on [our documentation](https://www.algolia.com/doc/libraries/).
2525

2626
## ✨ Contributing
2727

28-
> Looking to add a new client, or fix a bug? Make sure to take a look at [our contribution guides](https://api-clients-automation.netlify.app/docs/contributing/introduction).
28+
> Looking to add a new client, or fix a bug? Make sure to take a look at [our contribution guides](https://api-clients-automation.netlify.app/docs/introduction).
2929
3030
### Setup repository tooling
3131

@@ -41,31 +41,31 @@ nvm use && yarn
4141
yarn docker:setup
4242
```
4343

44-
[Read more on our documentation](https://api-clients-automation.netlify.app/docs/contributing/setup-repository)
44+
[Read more on our documentation](https://api-clients-automation.netlify.app/docs/setup-repository)
4545

4646
### CLI
4747

4848
The CLI allows you to make changes locally and run commands through the docker container.
4949

50-
- [Specs CLI commands](https://api-clients-automation.netlify.app/docs/contributing/CLI/specs-commands)
51-
- [Clients CLI commands](https://api-clients-automation.netlify.app/docs/contributing/CLI/clients-commands)
52-
- [CTS CLI commands](https://api-clients-automation.netlify.app/docs/contributing/CLI/cts-commands)
50+
- [Specs CLI commands](https://api-clients-automation.netlify.app/docs/CLI/specs-commands)
51+
- [Clients CLI commands](https://api-clients-automation.netlify.app/docs/CLI/clients-commands)
52+
- [CTS CLI commands](https://api-clients-automation.netlify.app/docs/CLI/cts-commands)
5353

5454
### Guides and requirements
5555

5656
Read the guides and requirements to:
5757

58-
- [Add a new client](https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client)
59-
- [Add a new language](https://api-clients-automation.netlify.app/docs/contributing/add-new-api-language)
58+
- [Add a new client](https://api-clients-automation.netlify.app/docs/add-new-api-client)
59+
- [Add a new language](https://api-clients-automation.netlify.app/docs/add-new-api-language)
6060

6161
### Tests
6262

6363
Test the generated clients by running:
6464

65-
- The [`playground`](./playground) (see [documentation](https://api-clients-automation.netlify.app/docs/contributing/testing/playground))
66-
- The [`Common Test Suite`](./tests/) (see [documentation](https://api-clients-automation.netlify.app/docs/contributing/testing/common-test-suite)).
65+
- The [`playground`](./playground) (see [documentation](https://api-clients-automation.netlify.app/docs/testing/playground))
66+
- The [`Common Test Suite`](./tests/) (see [documentation](https://api-clients-automation.netlify.app/docs/testing/common-test-suite)).
6767

68-
For full documentation, visit the **[online documentation](https://api-clients-automation.netlify.app/docs/contributing/introduction)**.
68+
For full documentation, visit the **[online documentation](https://api-clients-automation.netlify.app/docs/introduction)**.
6969

7070
## ❓ Troubleshooting
7171

clients/algoliasearch-client-csharp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [7.0.2](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.1...7.0.2)
2+
3+
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [7.0.1](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.0...7.0.1)
26

37
- [40c5d47bd](https://github.com/algolia/api-clients-automation/commit/40c5d47bd) fix(specs): delete user token processing time ([#3525](https://github.com/algolia/api-clients-automation/pull/3525)) by [@kai687](https://github.com/kai687/)

clients/algoliasearch-client-csharp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</p>
1313

1414
<p align="center">
15-
<a href="https://api-clients-automation.netlify.app/docs/clients/csharp/" target="_blank">Documentation</a> •
15+
<a href="https://www.algolia.com/doc/libraries/csharp/v7/" target="_blank">Documentation</a> •
1616
<a href="https://discourse.algolia.com" target="_blank">Community Forum</a> •
1717
<a href="http://stackoverflow.com/questions/tagged/algolia" target="_blank">Stack Overflow</a> •
1818
<a href="https://github.com/algolia/algoliasearch-client-csharp/issues" target="_blank">Report a bug</a> •
@@ -98,7 +98,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
9898

9999
## Contributing
100100

101-
This repository hosts the code of the generated Algolia API client for CSharp, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
101+
This repository hosts the code of the generated Algolia API client for CSharp, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
102102

103103
## 📄 License
104104

clients/algoliasearch-client-csharp/algoliasearch/Algolia.Search.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<RepositoryType>git</RepositoryType>
2222
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
2323
<Copyright>Copyright 2019 Algolia</Copyright>
24-
<Version>7.0.1</Version>
24+
<Version>7.0.2</Version>
2525
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2626
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
2727
<IncludeSymbols>true</IncludeSymbols>

clients/algoliasearch-client-csharp/algoliasearch/Utils/SearchClientExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ private static async Task<T> RetryUntil<T>(Func<Task<T>> func, Func<T, bool> val
410410
/// Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are untouched.
411411
/// Replace all objects in an index without any downtime. Internally, this method copies the existing index settings, synonyms and query rules and indexes all passed objects.
412412
/// Finally, the temporary one replaces the existing index. (Synchronous version)
413-
/// See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
413+
/// See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
414414
/// </summary>
415415
/// <param name="indexName">The index in which to perform the request.</param>
416416
/// <param name="objects">The list of `objects` to store in the given Algolia `indexName`.</param>
@@ -425,7 +425,7 @@ public ReplaceAllObjectsResponse ReplaceAllObjects<T>(string indexName, IEnumera
425425
/// Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are untouched.
426426
/// Replace all objects in an index without any downtime. Internally, this method copies the existing index settings, synonyms and query rules and indexes all passed objects.
427427
/// Finally, the temporary one replaces the existing index.
428-
/// See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
428+
/// See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
429429
/// </summary>
430430
/// <param name="indexName">The index in which to perform the request.</param>
431431
/// <param name="objects">The list of `objects` to store in the given Algolia `indexName`.</param>

clients/algoliasearch-client-dart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
104104

105105
## Contributing
106106

107-
This repository hosts the code of the generated Algolia API client for Dart, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
107+
This repository hosts the code of the generated Algolia API client for Dart, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
108108

109109
## 📄 License
110110

clients/algoliasearch-client-dart/packages/algoliasearch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2)
2+
3+
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [1.22.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.0...1.22.1)
26

37
- [40c5d47bd](https://github.com/algolia/api-clients-automation/commit/40c5d47bd) fix(specs): delete user token processing time ([#3525](https://github.com/algolia/api-clients-automation/pull/3525)) by [@kai687](https://github.com/kai687/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.1';
2+
const packageVersion = '1.22.2';

clients/algoliasearch-client-dart/packages/algoliasearch/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algoliasearch
2-
version: 1.22.1
2+
version: 1.22.2
33
description: A Dart package for Algolia. Enables seamless integration for instant search, typo tolerance & user insights, and more, in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/algoliasearch
@@ -11,9 +11,9 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.22.1
15-
algolia_client_search: ^1.22.1
16-
algolia_client_insights: ^1.22.1
14+
algolia_client_core: ^1.22.2
15+
algolia_client_search: ^1.22.2
16+
algolia_client_insights: ^1.22.2
1717
json_annotation: ^4.8.1
1818
collection: ^1.17.1
1919

clients/algoliasearch-client-dart/packages/client_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2)
2+
3+
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [1.22.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.0...1.22.1)
26

37
- [40c5d47bd](https://github.com/algolia/api-clients-automation/commit/40c5d47bd) fix(specs): delete user token processing time ([#3525](https://github.com/algolia/api-clients-automation/pull/3525)) by [@kai687](https://github.com/kai687/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.1';
2+
const packageVersion = '1.22.2';

clients/algoliasearch-client-dart/packages/client_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Algolia Client Core is a Dart package for seamless Algolia API integration,
44
offering HTTP request handling, retry strategy, and robust exception
55
management.
6-
version: 1.22.1
6+
version: 1.22.2
77
homepage: https://www.algolia.com/doc/
88
repository: >-
99
https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_core

clients/algoliasearch-client-dart/packages/client_insights/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2)
2+
3+
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [1.22.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.0...1.22.1)
26

37
- [40c5d47bd](https://github.com/algolia/api-clients-automation/commit/40c5d47bd) fix(specs): delete user token processing time ([#3525](https://github.com/algolia/api-clients-automation/pull/3525)) by [@kai687](https://github.com/kai687/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.1';
2+
const packageVersion = '1.22.2';

clients/algoliasearch-client-dart/packages/client_insights/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_insights
2-
version: 1.22.1
2+
version: 1.22.2
33
description: A sub-package of the AlgoliaSearch library, offering insights-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_insights
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.22.1
14+
algolia_client_core: ^1.22.2
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

clients/algoliasearch-client-dart/packages/client_recommend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2)
2+
3+
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [1.22.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.0...1.22.1)
26

37
- [40c5d47bd](https://github.com/algolia/api-clients-automation/commit/40c5d47bd) fix(specs): delete user token processing time ([#3525](https://github.com/algolia/api-clients-automation/pull/3525)) by [@kai687](https://github.com/kai687/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.1';
2+
const packageVersion = '1.22.2';

clients/algoliasearch-client-dart/packages/client_recommend/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_recommend
2-
version: 1.22.1
2+
version: 1.22.2
33
description: A sub-package of the AlgoliaSearch library, offering recommend-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_recommend
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.22.1
14+
algolia_client_core: ^1.22.2
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

clients/algoliasearch-client-dart/packages/client_search/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2)
2+
3+
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [1.22.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.0...1.22.1)
26

37
- [40c5d47bd](https://github.com/algolia/api-clients-automation/commit/40c5d47bd) fix(specs): delete user token processing time ([#3525](https://github.com/algolia/api-clients-automation/pull/3525)) by [@kai687](https://github.com/kai687/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.22.1';
2+
const packageVersion = '1.22.2';

clients/algoliasearch-client-dart/packages/client_search/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_search
2-
version: 1.22.1
2+
version: 1.22.2
33
description: A sub-package of the AlgoliaSearch library, offering search-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_search
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.22.1
14+
algolia_client_core: ^1.22.2
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

clients/algoliasearch-client-go/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.0.2](https://github.com/algolia/algoliasearch-client-go/compare/4.0.1...4.0.2)
2+
3+
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [4.0.1](https://github.com/algolia/algoliasearch-client-go/compare/4.0.0...4.0.1)
26

37
- [40c5d47bd](https://github.com/algolia/api-clients-automation/commit/40c5d47bd) fix(specs): delete user token processing time ([#3525](https://github.com/algolia/api-clients-automation/pull/3525)) by [@kai687](https://github.com/kai687/)

clients/algoliasearch-client-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
8888

8989
## Contributing
9090

91-
This repository hosts the code of the generated Algolia API client for Go, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
91+
This repository hosts the code of the generated Algolia API client for Go, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
9292

9393
## 📄 License
9494

clients/algoliasearch-client-go/algolia/abtesting/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/analytics/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/ingestion/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/insights/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/monitoring/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/personalization/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)