Skip to content

Commit 78f3332

Browse files
committed
Update README for 5.0.0-RC9, add compat reports
1 parent 7a2d530 commit 78f3332

File tree

2 files changed

+1133
-5
lines changed

2 files changed

+1133
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Please use the [Kryo mailing list](https://groups.google.com/forum/#!forum/kryo-
8484

8585
## Recent releases
8686

87-
* [5.0.0-RC8](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.0.0-RC8) - 8th release candidate with minor fixes and performance improvements. Note: For libraries (not applications) using Kryo, there's now a completely self-contained, versioned artifact (for details see [installation](#installation)). For migration from kryo 4.x see also [Migration to v5](https://github.com/EsotericSoftware/kryo/wiki/Migration-to-v5).
87+
* [5.0.0-RC9](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.0.0-RC9) - 9th release candidate with significant performance improvements. Note: For libraries (not applications) using Kryo, there's now a completely self-contained, versioned artifact (for details see [installation](#installation)). For migration from kryo 4.x see also [Migration to v5](https://github.com/EsotericSoftware/kryo/wiki/Migration-to-v5).
8888
* [5.0.0-RC1](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.0.0-RC1) - fixes many issues and makes many long awaited improvements.
8989
* [4.0.2](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-4.0.2) - brings several incremental fixes and improvements.
9090

@@ -104,7 +104,7 @@ To use the latest Kryo release in your application, use this dependency entry in
104104
<dependency>
105105
<groupId>com.esotericsoftware</groupId>
106106
<artifactId>kryo</artifactId>
107-
<version>5.0.0-RC8</version>
107+
<version>5.0.0-RC9</version>
108108
</dependency>
109109
```
110110

@@ -114,7 +114,7 @@ To use the latest Kryo release in a library you want to publish, use this depend
114114
<dependency>
115115
<groupId>com.esotericsoftware.kryo</groupId>
116116
<artifactId>kryo5</artifactId>
117-
<version>5.0.0-RC8</version>
117+
<version>5.0.0-RC9</version>
118118
</dependency>
119119
```
120120

@@ -131,13 +131,13 @@ To use the latest Kryo snapshot, use:
131131
<dependency>
132132
<groupId>com.esotericsoftware</groupId>
133133
<artifactId>kryo</artifactId>
134-
<version>5.0.0-RC9-SNAPSHOT</version>
134+
<version>5.0.0-RC10-SNAPSHOT</version>
135135
</dependency>
136136
<!-- for usage in a library that should be published: -->
137137
<dependency>
138138
<groupId>com.esotericsoftware.kryo</groupId>
139139
<artifactId>kryo5</artifactId>
140-
<version>5.0.0-RC9-SNAPSHOT</version>
140+
<version>5.0.0-RC10-SNAPSHOT</version>
141141
</dependency>
142142
```
143143

0 commit comments

Comments
 (0)