Skip to content

Commit e47df65

Browse files
algolia-botmillotp
andcommitted
chore: release 2024-09-19 [skip ci]
Co-authored-by: Pierre Millot <[email protected]>
1 parent 74930e0 commit e47df65

34 files changed

+35
-35
lines changed

clients/algoliasearch-client-java/algoliasearch/src/main/java/com/algolia/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ private BuildConfig() {
66
// Empty.
77
}
88

9-
public static final String VERSION = "4.3.3";
9+
public static final String VERSION = "4.3.4";
1010
}

clients/algoliasearch-client-java/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.algolia
2-
VERSION_NAME=4.3.3
2+
VERSION_NAME=4.3.4
33

44
SONATYPE_HOST=DEFAULT
55
RELEASE_SIGNING_ENABLED=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "2.3.3"
1+
ThisBuild / version := "2.3.4"

clients/algoliasearch-client-swift/AlgoliaSearchClient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlgoliaSearchClient'
33
s.module_name = 'AlgoliaSearchClient'
4-
s.version = '9.3.3'
5-
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.3.3' }
4+
s.version = '9.4.0'
5+
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.4.0' }
66
s.authors = { 'Algolia' => '[email protected]' }
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/main'

clients/algoliasearch-client-swift/Sources/Core/Helpers/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ extension Version: CustomStringConvertible {
4848
}
4949

5050
public extension Version {
51-
static let current: Version = .init(version: "9.3.3")
51+
static let current: Version = .init(version: "9.4.0")
5252
}

snippets/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ java {
1414
}
1515

1616
dependencies {
17-
testImplementation 'com.algolia:algoliasearch:4.3.3'
17+
testImplementation 'com.algolia:algoliasearch:4.3.4'
1818
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2020
testImplementation 'org.skyscreamer:jsonassert:1.5.3'

tests/output/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ java {
1414
}
1515

1616
dependencies {
17-
testImplementation 'com.algolia:algoliasearch:4.3.3'
17+
testImplementation 'com.algolia:algoliasearch:4.3.4'
1818
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2020
testImplementation 'org.skyscreamer:jsonassert:1.5.3'

tests/output/java/src/test/java/com/algolia/client/Abtesting.test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void commonApiTest1() {
7676
client.customPost("1/test");
7777
EchoResponse result = echo.getLastResponse();
7878
{
79-
String regexp = "^Algolia for Java \\(4.3.3\\).*";
79+
String regexp = "^Algolia for Java \\(4.3.4\\).*";
8080
assertTrue(
8181
result.headers.get("user-agent").matches(regexp),
8282
"Expected " + result.headers.get("user-agent") + " to match the following regex: " + regexp

tests/output/java/src/test/java/com/algolia/client/Analytics.test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void commonApiTest1() {
7676
client.customPost("1/test");
7777
EchoResponse result = echo.getLastResponse();
7878
{
79-
String regexp = "^Algolia for Java \\(4.3.3\\).*";
79+
String regexp = "^Algolia for Java \\(4.3.4\\).*";
8080
assertTrue(
8181
result.headers.get("user-agent").matches(regexp),
8282
"Expected " + result.headers.get("user-agent") + " to match the following regex: " + regexp

tests/output/java/src/test/java/com/algolia/client/Ingestion.test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void commonApiTest1() {
7676
client.customPost("1/test");
7777
EchoResponse result = echo.getLastResponse();
7878
{
79-
String regexp = "^Algolia for Java \\(4.3.3\\).*";
79+
String regexp = "^Algolia for Java \\(4.3.4\\).*";
8080
assertTrue(
8181
result.headers.get("user-agent").matches(regexp),
8282
"Expected " + result.headers.get("user-agent") + " to match the following regex: " + regexp

tests/output/java/src/test/java/com/algolia/client/Insights.test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void commonApiTest1() {
7676
client.customPost("1/test");
7777
EchoResponse result = echo.getLastResponse();
7878
{
79-
String regexp = "^Algolia for Java \\(4.3.3\\).*";
79+
String regexp = "^Algolia for Java \\(4.3.4\\).*";
8080
assertTrue(
8181
result.headers.get("user-agent").matches(regexp),
8282
"Expected " + result.headers.get("user-agent") + " to match the following regex: " + regexp

tests/output/java/src/test/java/com/algolia/client/Monitoring.test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void commonApiTest1() {
7575
client.customPost("1/test");
7676
EchoResponse result = echo.getLastResponse();
7777
{
78-
String regexp = "^Algolia for Java \\(4.3.3\\).*";
78+
String regexp = "^Algolia for Java \\(4.3.4\\).*";
7979
assertTrue(
8080
result.headers.get("user-agent").matches(regexp),
8181
"Expected " + result.headers.get("user-agent") + " to match the following regex: " + regexp

tests/output/java/src/test/java/com/algolia/client/Personalization.test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void commonApiTest1() {
7676
client.customPost("1/test");
7777
EchoResponse result = echo.getLastResponse();
7878
{
79-
String regexp = "^Algolia for Java \\(4.3.3\\).*";
79+
String regexp = "^Algolia for Java \\(4.3.4\\).*";
8080
assertTrue(
8181
result.headers.get("user-agent").matches(regexp),
8282
"Expected " + result.headers.get("user-agent") + " to match the following regex: " + regexp

tests/output/java/src/test/java/com/algolia/client/QuerySuggestions.test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void commonApiTest1() {
7676
client.customPost("1/test");
7777
EchoResponse result = echo.getLastResponse();
7878
{
79-
String regexp = "^Algolia for Java \\(4.3.3\\).*";
79+
String regexp = "^Algolia for Java \\(4.3.4\\).*";
8080
assertTrue(
8181
result.headers.get("user-agent").matches(regexp),
8282
"Expected " + result.headers.get("user-agent") + " to match the following regex: " + regexp

tests/output/java/src/test/java/com/algolia/client/Recommend.test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void commonApiTest1() {
9393
client.customPost("1/test");
9494
EchoResponse result = echo.getLastResponse();
9595
{
96-
String regexp = "^Algolia for Java \\(4.3.3\\).*";
96+
String regexp = "^Algolia for Java \\(4.3.4\\).*";
9797
assertTrue(
9898
result.headers.get("user-agent").matches(regexp),
9999
"Expected " + result.headers.get("user-agent") + " to match the following regex: " + regexp

tests/output/java/src/test/java/com/algolia/client/Search.test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void commonApiTest1() {
173173
client.customPost("1/test");
174174
EchoResponse result = echo.getLastResponse();
175175
{
176-
String regexp = "^Algolia for Java \\(4.3.3\\).*";
176+
String regexp = "^Algolia for Java \\(4.3.4\\).*";
177177
assertTrue(
178178
result.headers.get("user-agent").matches(regexp),
179179
"Expected " + result.headers.get("user-agent") + " to match the following regex: " + regexp

tests/output/scala/src/test/scala/algoliasearch/client/AbtestingTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class AbtestingTest extends AnyFunSuite {
6363
),
6464
Duration.Inf
6565
)
66-
val regexp = """^Algolia for Scala \(2.3.3\).*""".r
66+
val regexp = """^Algolia for Scala \(2.3.4\).*""".r
6767
val header = echo.lastResponse.get.headers("user-agent")
6868
assert(header.matches(regexp.regex), s"Expected $header to match the following regex: ${regexp.regex}")
6969
}

tests/output/scala/src/test/scala/algoliasearch/client/AnalyticsTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class AnalyticsTest extends AnyFunSuite {
6363
),
6464
Duration.Inf
6565
)
66-
val regexp = """^Algolia for Scala \(2.3.3\).*""".r
66+
val regexp = """^Algolia for Scala \(2.3.4\).*""".r
6767
val header = echo.lastResponse.get.headers("user-agent")
6868
assert(header.matches(regexp.regex), s"Expected $header to match the following regex: ${regexp.regex}")
6969
}

tests/output/scala/src/test/scala/algoliasearch/client/IngestionTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class IngestionTest extends AnyFunSuite {
6363
),
6464
Duration.Inf
6565
)
66-
val regexp = """^Algolia for Scala \(2.3.3\).*""".r
66+
val regexp = """^Algolia for Scala \(2.3.4\).*""".r
6767
val header = echo.lastResponse.get.headers("user-agent")
6868
assert(header.matches(regexp.regex), s"Expected $header to match the following regex: ${regexp.regex}")
6969
}

tests/output/scala/src/test/scala/algoliasearch/client/InsightsTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class InsightsTest extends AnyFunSuite {
6363
),
6464
Duration.Inf
6565
)
66-
val regexp = """^Algolia for Scala \(2.3.3\).*""".r
66+
val regexp = """^Algolia for Scala \(2.3.4\).*""".r
6767
val header = echo.lastResponse.get.headers("user-agent")
6868
assert(header.matches(regexp.regex), s"Expected $header to match the following regex: ${regexp.regex}")
6969
}

tests/output/scala/src/test/scala/algoliasearch/client/MonitoringTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class MonitoringTest extends AnyFunSuite {
5858
),
5959
Duration.Inf
6060
)
61-
val regexp = """^Algolia for Scala \(2.3.3\).*""".r
61+
val regexp = """^Algolia for Scala \(2.3.4\).*""".r
6262
val header = echo.lastResponse.get.headers("user-agent")
6363
assert(header.matches(regexp.regex), s"Expected $header to match the following regex: ${regexp.regex}")
6464
}

tests/output/scala/src/test/scala/algoliasearch/client/PersonalizationTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class PersonalizationTest extends AnyFunSuite {
6363
),
6464
Duration.Inf
6565
)
66-
val regexp = """^Algolia for Scala \(2.3.3\).*""".r
66+
val regexp = """^Algolia for Scala \(2.3.4\).*""".r
6767
val header = echo.lastResponse.get.headers("user-agent")
6868
assert(header.matches(regexp.regex), s"Expected $header to match the following regex: ${regexp.regex}")
6969
}

tests/output/scala/src/test/scala/algoliasearch/client/QuerySuggestionsTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class QuerySuggestionsTest extends AnyFunSuite {
6363
),
6464
Duration.Inf
6565
)
66-
val regexp = """^Algolia for Scala \(2.3.3\).*""".r
66+
val regexp = """^Algolia for Scala \(2.3.4\).*""".r
6767
val header = echo.lastResponse.get.headers("user-agent")
6868
assert(header.matches(regexp.regex), s"Expected $header to match the following regex: ${regexp.regex}")
6969
}

tests/output/scala/src/test/scala/algoliasearch/client/RecommendTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class RecommendTest extends AnyFunSuite {
8484
),
8585
Duration.Inf
8686
)
87-
val regexp = """^Algolia for Scala \(2.3.3\).*""".r
87+
val regexp = """^Algolia for Scala \(2.3.4\).*""".r
8888
val header = echo.lastResponse.get.headers("user-agent")
8989
assert(header.matches(regexp.regex), s"Expected $header to match the following regex: ${regexp.regex}")
9090
}

tests/output/scala/src/test/scala/algoliasearch/client/SearchTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class SearchTest extends AnyFunSuite {
171171
),
172172
Duration.Inf
173173
)
174-
val regexp = """^Algolia for Scala \(2.3.3\).*""".r
174+
val regexp = """^Algolia for Scala \(2.3.4\).*""".r
175175
val header = echo.lastResponse.get.headers("user-agent")
176176
assert(header.matches(regexp.regex), s"Expected $header to match the following regex: ${regexp.regex}")
177177
}

tests/output/swift/Tests/client/AbtestingTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class AbtestingClientClientTests: XCTestCase {
4646
let responseBodyData = try XCTUnwrap(response.bodyData)
4747
let echoResponse = try CodableHelper.jsonDecoder.decode(EchoResponse.self, from: responseBodyData)
4848

49-
let pattern = "^Algolia for Swift \\(9.3.3\\).*"
49+
let pattern = "^Algolia for Swift \\(9.4.0\\).*"
5050
let rule = StringRule(pattern: pattern)
5151
let userAgent = try XCTUnwrap(echoResponse.headers?["User-Agent"])
5252
guard let userAgent else {

tests/output/swift/Tests/client/AnalyticsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class AnalyticsClientClientTests: XCTestCase {
4646
let responseBodyData = try XCTUnwrap(response.bodyData)
4747
let echoResponse = try CodableHelper.jsonDecoder.decode(EchoResponse.self, from: responseBodyData)
4848

49-
let pattern = "^Algolia for Swift \\(9.3.3\\).*"
49+
let pattern = "^Algolia for Swift \\(9.4.0\\).*"
5050
let rule = StringRule(pattern: pattern)
5151
let userAgent = try XCTUnwrap(echoResponse.headers?["User-Agent"])
5252
guard let userAgent else {

tests/output/swift/Tests/client/IngestionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class IngestionClientClientTests: XCTestCase {
4646
let responseBodyData = try XCTUnwrap(response.bodyData)
4747
let echoResponse = try CodableHelper.jsonDecoder.decode(EchoResponse.self, from: responseBodyData)
4848

49-
let pattern = "^Algolia for Swift \\(9.3.3\\).*"
49+
let pattern = "^Algolia for Swift \\(9.4.0\\).*"
5050
let rule = StringRule(pattern: pattern)
5151
let userAgent = try XCTUnwrap(echoResponse.headers?["User-Agent"])
5252
guard let userAgent else {

tests/output/swift/Tests/client/InsightsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class InsightsClientClientTests: XCTestCase {
4646
let responseBodyData = try XCTUnwrap(response.bodyData)
4747
let echoResponse = try CodableHelper.jsonDecoder.decode(EchoResponse.self, from: responseBodyData)
4848

49-
let pattern = "^Algolia for Swift \\(9.3.3\\).*"
49+
let pattern = "^Algolia for Swift \\(9.4.0\\).*"
5050
let rule = StringRule(pattern: pattern)
5151
let userAgent = try XCTUnwrap(echoResponse.headers?["User-Agent"])
5252
guard let userAgent else {

tests/output/swift/Tests/client/MonitoringTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class MonitoringClientClientTests: XCTestCase {
4646
let responseBodyData = try XCTUnwrap(response.bodyData)
4747
let echoResponse = try CodableHelper.jsonDecoder.decode(EchoResponse.self, from: responseBodyData)
4848

49-
let pattern = "^Algolia for Swift \\(9.3.3\\).*"
49+
let pattern = "^Algolia for Swift \\(9.4.0\\).*"
5050
let rule = StringRule(pattern: pattern)
5151
let userAgent = try XCTUnwrap(echoResponse.headers?["User-Agent"])
5252
guard let userAgent else {

tests/output/swift/Tests/client/PersonalizationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ final class PersonalizationClientClientTests: XCTestCase {
5454
let responseBodyData = try XCTUnwrap(response.bodyData)
5555
let echoResponse = try CodableHelper.jsonDecoder.decode(EchoResponse.self, from: responseBodyData)
5656

57-
let pattern = "^Algolia for Swift \\(9.3.3\\).*"
57+
let pattern = "^Algolia for Swift \\(9.4.0\\).*"
5858
let rule = StringRule(pattern: pattern)
5959
let userAgent = try XCTUnwrap(echoResponse.headers?["User-Agent"])
6060
guard let userAgent else {

tests/output/swift/Tests/client/QuerySuggestionsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ final class QuerySuggestionsClientClientTests: XCTestCase {
5454
let responseBodyData = try XCTUnwrap(response.bodyData)
5555
let echoResponse = try CodableHelper.jsonDecoder.decode(EchoResponse.self, from: responseBodyData)
5656

57-
let pattern = "^Algolia for Swift \\(9.3.3\\).*"
57+
let pattern = "^Algolia for Swift \\(9.4.0\\).*"
5858
let rule = StringRule(pattern: pattern)
5959
let userAgent = try XCTUnwrap(echoResponse.headers?["User-Agent"])
6060
guard let userAgent else {

tests/output/swift/Tests/client/RecommendTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ final class RecommendClientClientTests: XCTestCase {
7070
let responseBodyData = try XCTUnwrap(response.bodyData)
7171
let echoResponse = try CodableHelper.jsonDecoder.decode(EchoResponse.self, from: responseBodyData)
7272

73-
let pattern = "^Algolia for Swift \\(9.3.3\\).*"
73+
let pattern = "^Algolia for Swift \\(9.4.0\\).*"
7474
let rule = StringRule(pattern: pattern)
7575
let userAgent = try XCTUnwrap(echoResponse.headers?["User-Agent"])
7676
guard let userAgent else {

tests/output/swift/Tests/client/SearchTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ final class SearchClientClientTests: XCTestCase {
153153
let responseBodyData = try XCTUnwrap(response.bodyData)
154154
let echoResponse = try CodableHelper.jsonDecoder.decode(EchoResponse.self, from: responseBodyData)
155155

156-
let pattern = "^Algolia for Swift \\(9.3.3\\).*"
156+
let pattern = "^Algolia for Swift \\(9.4.0\\).*"
157157
let rule = StringRule(pattern: pattern)
158158
let userAgent = try XCTUnwrap(echoResponse.headers?["User-Agent"])
159159
guard let userAgent else {

0 commit comments

Comments
 (0)