|
|
@@ -13,8 +13,8 @@ Discussions: https://groups.google.com/forum/#!forum/gocql
|
|
|
|
|
|
Production Stability
|
|
|
---------
|
|
|
-The underlying framing code was rewritten as part of #339 and as such may have
|
|
|
-unforseen bugs. If you run into a bug related to wire framing, please raise a ticket and we will try to resolve this as soon as we can. If you require a stable version to pin your production app against, we have tagged the previous stable version in source code, so you can build against this. The tag is called 1st_gen_framing (180456fef0a3c6d02c51dc7211f49b55e9315867). This note will be removed as the new generation framing code base matures.
|
|
|
+The underlying framing code was rewritten as part of [#339](https://github.com/gocql/gocql/pull/339) and as such may have
|
|
|
+unforseen bugs. If you run into a bug related to wire framing, please raise a ticket and we will try to resolve this as soon as we can. If you require a stable version to pin your production app against, we have tagged the previous stable version in source code, so you can build against this. The tag is called 1st_gen_framing ([180456fef0a3c6d02c51dc7211f49b55e9315867](https://github.com/gocql/gocql/commit/180456fef0a3c6d02c51dc7211f49b55e9315867)). This note will be removed as the new generation framing code base matures.
|
|
|
|
|
|
Supported Versions
|
|
|
------------------
|
|
|
@@ -189,6 +189,6 @@ For some reason, when you google `golang cassandra`, this project doesn't featur
|
|
|
License
|
|
|
-------
|
|
|
|
|
|
-> Copyright (c) 2012-2014 The gocql Authors. All rights reserved.
|
|
|
+> Copyright (c) 2012-2015 The gocql Authors. All rights reserved.
|
|
|
> Use of this source code is governed by a BSD-style
|
|
|
> license that can be found in the LICENSE file.
|