Skip to content

Commit d047075

Browse files
committed
chore: release 4.38.0
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
1 parent d4a1c86 commit d047075

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.38.0](https://github.com/algolia/algoliasearch-client-java/compare/4.37.0...4.38.0)
2+
3+
- [d275af4e18](https://github.com/algolia/api-clients-automation/commit/d275af4e18) feat(specs): add Algolia Index as a native connector in ingestion client ([#6290](https://github.com/algolia/api-clients-automation/pull/6290)) by [@morganleroi](https://github.com/morganleroi/)
4+
- [74e91c1cd3](https://github.com/algolia/api-clients-automation/commit/74e91c1cd3) fix(specs): compostion run payload example for external injected items ([#6291](https://github.com/algolia/api-clients-automation/pull/6291)) by [@gavinwade12](https://github.com/gavinwade12/)
5+
- [72289a2a06](https://github.com/algolia/api-clients-automation/commit/72289a2a06) fix(java): prevent chunkedPush subList index errors ([#6283](https://github.com/algolia/api-clients-automation/pull/6283)) by [@louisfisch](https://github.com/louisfisch/)
6+
- [07b3ba7e7e](https://github.com/algolia/api-clients-automation/commit/07b3ba7e7e) feat(java): add TransformationOptions for ingestion configuration ([#6289](https://github.com/algolia/api-clients-automation/pull/6289)) by [@MarioAlexandruDan](https://github.com/MarioAlexandruDan/)
7+
- [7b4c9dfc5d](https://github.com/algolia/api-clients-automation/commit/7b4c9dfc5d) fix(clients): push helper smooth traffic ([#6247](https://github.com/algolia/api-clients-automation/pull/6247)) by [@shortcuts](https://github.com/shortcuts/)
8+
- [a98b7f7cd8](https://github.com/algolia/api-clients-automation/commit/a98b7f7cd8) feat(specs): add feedsOrder to composition run params ([#6314](https://github.com/algolia/api-clients-automation/pull/6314)) by [@gavinwade12](https://github.com/gavinwade12/)
9+
110
## [4.37.0](https://github.com/algolia/algoliasearch-client-java/compare/4.36.3...4.37.0)
211

312
BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.

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.37.0";
9+
public static final String VERSION = "4.38.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.37.0
2+
VERSION_NAME=4.38.0
33

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

0 commit comments

Comments
 (0)