diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-04-24 14:56:34 +0200 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-04-24 14:56:34 +0200 |
commit | 9005ec2c76193f629ba237645da16cba0f07fa77 (patch) | |
tree | d045128de85aba1866bdb5ffafe2d60d4887bc16 /README.md | |
parent | 5fb0874b1e136f1aeb4cf98cda9541a57e303b19 (diff) |
Release notes for 0.4.0.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -46,10 +46,15 @@ Pre-1.0: A release is a milestone in the project. Whenever the system seems to be working fairly well, a commit is tagged as the release version. ### Next release +* Add timeouts to outgoing RPCs. (Actually a protobuf-simple-rpc feature) +* Master takeover works again. +* Possibly an unique session key per client. + +### 0.4 * Use protocol buffer services based on [protobuf-simple-rpc](https://github.com/orbekk/protobuf-simple-rpc). -* Removes HTTP based services. * Advertise new master. => New clients can join the network. * Kill SameService if SameController fails. (E.g. when binding Jetty). +* Known issue: Master takeover doesn't work anymore. ### 0.3 * Tag: 0.3 |