Skip to content

Commit 98630c5

Browse files
committed
chore: release 4.29.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]>
1 parent 2715046 commit 98630c5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.29.0](https://github.com/algolia/algoliasearch-client-java/compare/4.28.2...4.29.0)
2+
3+
- [7f9de7cd9](https://github.com/algolia/api-clients-automation/commit/7f9de7cd9) fix(specs): ingestion small fix + added source input descriptions ([#5515](https://github.com/algolia/api-clients-automation/pull/5515)) by [@sbellone](https://github.com/sbellone/)
4+
- [dacf940a5](https://github.com/algolia/api-clients-automation/commit/dacf940a5) fix(java): dont use watch=true in replaceAllObjectsWithTransformation ([#5516](https://github.com/algolia/api-clients-automation/pull/5516)) by [@millotp](https://github.com/millotp/)
5+
- [7287faaa7](https://github.com/algolia/api-clients-automation/commit/7287faaa7) feat(specs): add `facets` query parameter available at run time ([#5486](https://github.com/algolia/api-clients-automation/pull/5486)) by [@ClaraMuller](https://github.com/ClaraMuller/)
6+
17
## [4.28.2](https://github.com/algolia/algoliasearch-client-java/compare/4.28.1...4.28.2)
28

39
- [9a92b3269](https://github.com/algolia/api-clients-automation/commit/9a92b3269) chore(deps): dependencies 2025-10-13 ([#5453](https://github.com/algolia/api-clients-automation/pull/5453)) by [@algolia-bot](https://github.com/algolia-bot/)

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.28.2";
9+
public static final String VERSION = "4.29.0";
1010
}

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.28.2
2+
VERSION_NAME=4.29.0
33

44
# POM
55
POM_DESCRIPTION=Java client for Algolia Search API

0 commit comments

Comments
 (0)