Skip to content

Commit d241c36

Browse files
committed
Add 0.8.23 release notes
1 parent 7c3b6e5 commit d241c36

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release Notes
22

3+
## 0.8.23
4+
5+
* Produce stable map values [#548](https://github.com/msgpack/msgpac-java/pull/#548)
6+
* Fixes #544: Fix a bug in reading EXT32 of 2GB size [#545](https://github.com/msgpack/msgpac-java/pull/545)
7+
* Add a warning note for the usage of MessageUnpacker.readPayloadAsReference [#546](https://github.com/msgpack/msgpac-java/pull/546)
8+
9+
Intenral changes:
10+
* Add a script for releasing a new version of msgpack-java at CI
11+
* Publish a snapshot version for every main branch commit [#556](https://github.com/msgpack/msgpac-java/pull/556)
12+
* Use dynamic versioning with Git tags v0.x.y format [#555](https://github.com/msgpack/msgpac-java/pull/555)
13+
* Update ScalaTest and ScalaCheck versions [#554](https://github.com/msgpack/msgpac-java/pull/554)
14+
* Remove findbugs [#553](https://github.com/msgpack/msgpac-java/pull/553)
15+
* Update build settings to use latest version of sbt and plugins [#552](https://github.com/msgpack/msgpac-java/pull/552)
16+
* Run GitHub Actions for develop and main branches [#551](https://github.com/msgpack/msgpac-java/pull/551)
17+
* Remove Travis build [#550](https://github.com/msgpack/msgpac-java/pull/550)
18+
319
## 0.8.22
420
* Support extension type key in Map [#535](https://github.com/msgpack/msgpack-java/pull/535)
521
* Remove addTargetClass() and addTargetTypeReference() from ExtensionTypeCustomDeserializers [#539](https://github.com/msgpack/msgpack-java/pull/539)

0 commit comments

Comments
 (0)