Skip to content

Commit

Permalink
chore: release 2024-12-12 [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Dec 12, 2024
1 parent 19961de commit c7d0365
Show file tree
Hide file tree
Showing 193 changed files with 247 additions and 248 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<RepositoryUrl>https://github.com/algolia/algoliasearch-client-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<Version>7.11.0</Version>
<Version>7.11.1</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class AbtestingConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region (optional)</param>
public AbtestingConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Abtesting", "7.11.0")
public AbtestingConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Abtesting", "7.11.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class AnalyticsConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region (optional)</param>
public AnalyticsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Analytics", "7.11.0")
public AnalyticsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Analytics", "7.11.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class IngestionConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region </param>
public IngestionConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Ingestion", "7.11.0")
public IngestionConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Ingestion", "7.11.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class InsightsConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region (optional)</param>
public InsightsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Insights", "7.11.0")
public InsightsConfig(string appId, string apiKey, string region = null) : base(appId, apiKey, "Insights", "7.11.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class MonitoringConfig : AlgoliaConfig
/// </summary>
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
public MonitoringConfig(string appId, string apiKey) : base(appId, apiKey, "Monitoring", "7.11.0")
public MonitoringConfig(string appId, string apiKey) : base(appId, apiKey, "Monitoring", "7.11.1")
{
DefaultHosts = GetDefaultHosts();
Compression = CompressionType.None;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class PersonalizationConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region </param>
public PersonalizationConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Personalization", "7.11.0")
public PersonalizationConfig(string appId, string apiKey, string region) : base(appId, apiKey, "Personalization", "7.11.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public sealed class QuerySuggestionsConfig : AlgoliaConfig
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
/// <param name="region">Targeted region </param>
public QuerySuggestionsConfig(string appId, string apiKey, string region) : base(appId, apiKey, "QuerySuggestions", "7.11.0")
public QuerySuggestionsConfig(string appId, string apiKey, string region) : base(appId, apiKey, "QuerySuggestions", "7.11.1")
{
DefaultHosts = GetDefaultHosts(region);
Compression = CompressionType.None;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class RecommendConfig : AlgoliaConfig
/// </summary>
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
public RecommendConfig(string appId, string apiKey) : base(appId, apiKey, "Recommend", "7.11.0")
public RecommendConfig(string appId, string apiKey) : base(appId, apiKey, "Recommend", "7.11.1")
{
DefaultHosts = GetDefaultHosts(appId);
Compression = CompressionType.None;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class SearchConfig : AlgoliaConfig
/// </summary>
/// <param name="appId">Your application ID</param>
/// <param name="apiKey">Your API Key</param>
public SearchConfig(string appId, string apiKey) : base(appId, apiKey, "Search", "7.11.0")
public SearchConfig(string appId, string apiKey) : base(appId, apiKey, "Search", "7.11.1")
{
DefaultHosts = GetDefaultHosts(appId);
Compression = CompressionType.None;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.28.1';
const packageVersion = '1.28.2';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algoliasearch
version: 1.28.1
version: 1.28.2
description: A Dart package for Algolia. Enables seamless integration for instant search, typo tolerance & user insights, and more, in Dart/Flutter apps.
homepage: https://www.algolia.com/doc/
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/algoliasearch
Expand All @@ -11,9 +11,9 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^1.28.1
algolia_client_search: ^1.28.1
algolia_client_insights: ^1.28.1
algolia_client_core: ^1.28.2
algolia_client_search: ^1.28.2
algolia_client_insights: ^1.28.2
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.28.1';
const packageVersion = '1.28.2';
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.28.1';
const packageVersion = '1.28.2';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_insights
version: 1.28.1
version: 1.28.2
description: A sub-package of the AlgoliaSearch library, offering insights-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
homepage: https://www.algolia.com/doc/
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_insights
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^1.28.1
algolia_client_core: ^1.28.2
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.28.1';
const packageVersion = '1.28.2';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_recommend
version: 1.28.1
version: 1.28.2
description: A sub-package of the AlgoliaSearch library, offering recommend-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
homepage: https://www.algolia.com/doc/
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_recommend
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^1.28.1
algolia_client_core: ^1.28.2
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.28.1';
const packageVersion = '1.28.2';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_search
version: 1.28.1
version: 1.28.2
description: A sub-package of the AlgoliaSearch library, offering search-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
homepage: https://www.algolia.com/doc/
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_search
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^1.28.1
algolia_client_core: ^1.28.2
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/algoliasearch-client-go/algolia/insights/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/algoliasearch-client-go/algolia/search/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ private BuildConfig() {
// Empty.
}

public static final String VERSION = "4.10.0";
public static final String VERSION = "4.10.1";
}
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.algolia
VERSION_NAME=4.10.0
VERSION_NAME=4.10.1

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
Expand Down
10 changes: 5 additions & 5 deletions clients/algoliasearch-client-javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add [email protected].0
yarn add [email protected].1
# or
npm install [email protected].0
npm install [email protected].1
# or
pnpm add [email protected].0
pnpm add [email protected].1
```

### Without a package manager
Expand All @@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website:

```html
// for the full client
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/algoliasearch.umd.js"></script>

// for the lite client
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/lite/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lite/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add [email protected].0
yarn add [email protected].1
# or
npm install [email protected].0
npm install [email protected].1
# or
pnpm add [email protected].0
pnpm add [email protected].1
```

### Without a package manager
Expand All @@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website:

```html
// for the full client
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/algoliasearch.umd.js"></script>

// for the lite client
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/lite/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lite/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type {
import type { SearchForFacetValuesResponse } from '../model/searchForFacetValuesResponse';
import type { SearchResponse } from '../model/searchResponse';

export const apiClientVersion = '5.17.0';
export const apiClientVersion = '5.17.1';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/[email protected].0
yarn add @algolia/[email protected].1
# or
npm install @algolia/[email protected].0
npm install @algolia/[email protected].1
# or
pnpm add @algolia/[email protected].0
pnpm add @algolia/[email protected].1
```

### Without a package manager

Add the following JavaScript snippet to the <head> of your website:

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type {
StopABTestProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.17.0';
export const apiClientVersion = '5.17.1';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/[email protected].0
yarn add @algolia/[email protected].1
# or
npm install @algolia/[email protected].0
npm install @algolia/[email protected].1
# or
pnpm add @algolia/[email protected].0
pnpm add @algolia/[email protected].1
```

### Without a package manager

Add the following JavaScript snippet to the <head> of your website:

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Loading

0 comments on commit c7d0365

Please sign in to comment.