Skip to content

Updating changelog for 3.5.2 release #506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Verion 3.5.1 (Feb 21, 2024)
# Version 3.5.2 (May 12, 2025)
- [Chore] Depenency upgrades

# Version 3.5.1 (Feb 21, 2024)
- [Chore] Dependency upgrades
- [New](https://github.com/segmentio/analytics-java/pull/471) BlockingFlush, deregister parties upon message completion
- [New](https://github.com/segmentio/analytics-java/pull/476) Added wk size to message size calc along with a buffer
Expand Down
2 changes: 1 addition & 1 deletion analytics-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>analytics-parent</artifactId>
<groupId>com.segment.analytics.java</groupId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
</parent>

<artifactId>analytics-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.segment.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
</parent>

<artifactId>analytics-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>analytics-parent</artifactId>
<groupId>com.segment.analytics.java</groupId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
</parent>

<artifactId>analytics-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.segment.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
</parent>

<artifactId>analytics-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.segment.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
</parent>

<artifactId>analytics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.segment.analytics.java</groupId>
<artifactId>analytics-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Analytics for Java (Parent)</name>
<description>The hassle-free way to add analytics to your Android app.</description>
Expand Down