Skip to content

Commit faf7e0b

Browse files
committed
Update CHANGLOG to reflect reality
1 parent 58159b9 commit faf7e0b

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,39 @@
22

33
## v0.7.0 (2024-xx-xx)
44

5+
### Added
6+
7+
* [#998] (https://github.com/zeromq/jeromq/pull/998)
8+
Add IPC support for Java 16 and above
9+
10+
* [#974] (https://github.com/zeromq/jeromq/pull/974)
11+
Implement `NetworkProtocols` as `ServiceProviders` to decouple protocol from implementation
12+
13+
* [#971] (https://github.com/zeromq/jeromq/pull/971)
14+
Attribute core developers in `pom.xml`
15+
16+
### Changed
17+
18+
* [#985] (https://github.com/zeromq/jeromq/pull/985)
19+
Correct set option implementation for `IP_TOS` as it was previously set to modify `SO_SNDBUF`. Update various dependency versions
20+
21+
* [#978] (https://github.com/zeromq/jeromq/pull/978)
22+
Use multi-module project organization and release
23+
24+
* [#976] (https://github.com/zeromq/jeromq/pull/976)
25+
Correct handling of unsupported protocols
26+
27+
* [#973] (https://github.com/zeromq/jeromq/pull/973)
28+
Eliminate wrapping of `SO_KEEPALIVE` settings with Java 11
29+
30+
* [#972] (https://github.com/zeromq/jeromq/pull/972)
31+
Change the minimum supported Java android version to 11
32+
533
## v0.6.0 (2024-02-04)
634

735
### Added
836

9-
* [#964] https://github.com/zeromq/jeromq/pull/964
37+
* [#964] (https://github.com/zeromq/jeromq/pull/964)
1038
Exports all options default values as constant in ZMQ class. This will allow client libraries to use them.
1139

1240
* [#963] (https://github.com/zeromq/jeromq/pull/963)

0 commit comments

Comments
 (0)