Skip to content
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

release 1.1.2 #1515

Merged
merged 1 commit into from
Oct 7, 2024
Merged
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
20 changes: 19 additions & 1 deletion docs/src/main/paradox/release-notes/releases-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,27 @@

Apache Pekko 1.1.x releases support Java 8 and above.

## 1.1.2

Pekko 1.1.2 is a bug fix and dependency upgrade release.

### Bug Fixes

* Fix version issue in OSGi metadata ([PR1464](https://github.com/apache/pekko/pull/1464))
* Support primitives in Flow#collectType ([PR1490](https://github.com/apache/pekko/pull/1490))

### Changes

* Some updates to fix issues seen by Kamon users ([#1484](https://github.com/apache/pekko/issues/1484))

### Dependency Changes

* pekko-protobuf-v3 is now based on protobuf-java 3.25.5
* netty 4.1.114.Final
Comment on lines +20 to +21
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(might be interesting to also list the 'previous' version, but not essential)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've avoided linking PRs for dependency upgrades. I find that style of listing every PR for such upgrades to be noisy. Many releases can have far more commits for upgrades than other code changes and many dependencies have loads of upgrades.

I guess that I could summarise the version change but in practice, I prefer to think of release notes as a quick summary and people who are really interested can do their own research looking at commit history or pom files. This one in particular is an upgrade from 4.1.113.Final to 4.1.114.Final - you would hope that a minor version number like this would come with few wrinkles.


## 1.1.1

Pekko 1.1.1 is a bugfix release.
Pekko 1.1.1 is a bug fix release.

### Bug Fixes

Expand Down