Skip to content

Commit 260d680

Browse files
committed
Added warning about serialized object and removed beta.
Right now I don't think we want to guarantee compatibility of serialized object between versions (although they will likely work fine). We can revisit this as we clarify our versioning.
1 parent 6120c75 commit 260d680

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
[![Build Status](https://travis-ci.org/maxmind/GeoIP2-java.png?branch=master)](https://travis-ci.org/maxmind/GeoIP2-java)
44

5-
## Beta Note ##
6-
7-
This is a beta release. The API may change before the first production
8-
release, which will be numbered 2.0.0.
9-
10-
You may find information on the GeoIP2 beta release process on [our
11-
website](http://www.maxmind.com/en/geoip2_beta).
12-
135
## Description ##
146

157
This distribution provides an API for the GeoIP2 [web services]
@@ -230,6 +222,8 @@ whenever possible.
230222

231223
The GeoIP2 Java API uses [Semantic Versioning](http://semver.org/).
232224

225+
Note: Serialized objects may not necessarily work between versions.
226+
233227
## Copyright and License ##
234228

235229
This software is Copyright (c) 2013 by MaxMind, Inc.

0 commit comments

Comments
 (0)