Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab8882d

Browse filesBrowse files
committed
Add 0.8.2 release notes
1 parent ff78c2f commit ab8882d
Copy full SHA for ab8882d

2 files changed

+8-3Lines changed: 8 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ For Maven users:
1818
<dependency>
1919
<groupId>org.msgpack</groupId>
2020
<artifactId>msgpack-core</artifactId>
21-
<version>0.8.1</version>
21+
<version>0.8.2</version>
2222
</dependency>
2323
```
2424

2525
For sbt users:
2626
```
27-
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.8.1"
27+
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.8.2"
2828
```
2929

3030
For gradle users:
@@ -34,7 +34,7 @@ repositories {
3434
}
3535
3636
dependencies {
37-
compile 'org.msgpack:msgpack-core:0.8.1'
37+
compile 'org.msgpack:msgpack-core:0.8.2'
3838
}
3939
```
4040

Collapse file

‎RELEASE_NOTES.md‎

Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5Lines changed: 5 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 0.8.2
4+
* Add some missing asXXX methods in Value
5+
* ValueFactory.MapBuilder now preserves the original element order (by using LinkedHashMap)
6+
* Fix ExtensionType property
7+
38
## 0.8.1
49
* MessagePack.Packer/UnpackerConfig are now immuable and configurable with withXXX methods.
510
* Add bufferSize configuration parameter

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.