From b53739638d34423655bc7d838d865cff58c1d4c2 Mon Sep 17 00:00:00 2001 From: Kevin Osborn Date: Tue, 21 Jun 2016 10:37:42 -0700 Subject: [PATCH] Release notes for 0.3.1, switch to protobuf - updated --- docs/status.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/status.rst b/docs/status.rst index 7e10ac19f..c765383c9 100644 --- a/docs/status.rst +++ b/docs/status.rst @@ -19,6 +19,22 @@ For more detail on individual development issues, please see the project's Release Notes +++++++++++++ +***** +0.3.1 +***** + +Alpha pre-release supporting major feature update. This release is not +backwards compatible with previous releases due to several changes to +the schemas that were required to move to protocol buffers. + +- This release includes the code changes necessary for the migration + to protocol buffers from Avro. + +- Client applications will need to be rebuilt to the new schemas and + use the protobuf json serialization libraries to be compatible + with this version of the server. + + ***** 0.3.0 *****