You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ Please use the [Kryo mailing list](https://groups.google.com/forum/#!forum/kryo-
88
88
89
89
## Recent releases
90
90
91
+
*[5.4.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.4.0) - brings bug fixes and performance improvements.
91
92
*[5.3.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.3.0) - brings bug fixes and performance improvements.
92
93
*[5.2.1](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.2.1) - brings minor bug fixes and improvements.
93
94
*[5.2.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.2.0) - brings bug fixes for `RecordSerializer` and improvements. Important: If you are currently storing serialized `java.util.Record`, please see the [release notes](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.2.0) for upgrade instructions.
@@ -111,7 +112,7 @@ To use the latest Kryo release in your application, use this dependency entry in
111
112
<dependency>
112
113
<groupId>com.esotericsoftware</groupId>
113
114
<artifactId>kryo</artifactId>
114
-
<version>5.3.0</version>
115
+
<version>5.4.0</version>
115
116
</dependency>
116
117
```
117
118
@@ -121,7 +122,7 @@ To use the latest Kryo release in a library you want to publish, use this depend
121
122
<dependency>
122
123
<groupId>com.esotericsoftware.kryo</groupId>
123
124
<artifactId>kryo5</artifactId>
124
-
<version>5.3.0</version>
125
+
<version>5.4.0</version>
125
126
</dependency>
126
127
```
127
128
@@ -138,13 +139,13 @@ To use the latest Kryo snapshot, use:
138
139
<dependency>
139
140
<groupId>com.esotericsoftware</groupId>
140
141
<artifactId>kryo</artifactId>
141
-
<version>5.3.1-SNAPSHOT</version>
142
+
<version>5.4.1-SNAPSHOT</version>
142
143
</dependency>
143
144
<!-- for usage in a library that should be published: -->
0 commit comments