Skip to content

Commit ee74e1e

Browse files
chore(main): release 2.7.0 (#191)
Co-authored-by: developer-experience-bot[bot] <91079284+developer-experience-bot[bot]@users.noreply.github.com>
1 parent 750dcc2 commit ee74e1e

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.7.0](https://github.com/coveo/push-api-client.java/compare/v2.6.3...v2.7.0) (2026-02-04)
4+
5+
6+
### Features
7+
8+
* add configurable batch size infrastructure ([#188](https://github.com/coveo/push-api-client.java/issues/188)) ([8a6116d](https://github.com/coveo/push-api-client.java/commit/8a6116d89aa47d6a8a1eb96a5bd4354c041b078f))
9+
* **services:** upload strategy internal internal handler ([#190](https://github.com/coveo/push-api-client.java/issues/190)) ([d0388c6](https://github.com/coveo/push-api-client.java/commit/d0388c6617672a04318cdf755d5554eb7df5b759))
10+
11+
12+
### Bug Fixes
13+
14+
* **platform-client:** validate userAgents is not null ([#187](https://github.com/coveo/push-api-client.java/issues/187)) ([45a3917](https://github.com/coveo/push-api-client.java/commit/45a391746c14e7b0506e06980660fe4121077404))
15+
16+
17+
### Documentation
18+
19+
* **readme:** add package instructions to readme ([#184](https://github.com/coveo/push-api-client.java/issues/184)) ([c3d5fec](https://github.com/coveo/push-api-client.java/commit/c3d5feca66b1142555fe5399190d5d618133ce3a))
20+
321
## [2.6.3](https://github.com/coveo/push-api-client.java/compare/v2.6.2...v2.6.3) (2025-11-04)
422

523

pom.xml

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

55
<groupId>com.coveo</groupId>
66
<artifactId>push-api-client.java</artifactId>
7-
<version>2.6.4-SNAPSHOT</version>
7+
<version>2.7.0</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<packaging>jar</packaging>
1010
<description>Coveo Push API client. See more on https://github.com/coveo/push-api-client.java</description>

0 commit comments

Comments
 (0)