From 3b75a70070dc41d905c694562eafad104bbba731 Mon Sep 17 00:00:00 2001 From: Nitesh Kant Date: Thu, 19 Mar 2015 11:30:17 -0700 Subject: [PATCH] Release notes for 0.4.6 & 0.4.7 --- CHANGES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7ef14f73..3dfe05aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,25 @@ # RxNetty Releases # +### Version 0.4.7 ### + +[Milestone](https://github.com/ReactiveX/RxNetty/issues?q=milestone%3A0.4.7+is%3Aclosed) + +* [Pull 341] (https://github.com/ReactiveX/RxNetty/pull/341) UnicastContentSubject unsubscribes eagerly. +* [Pull 334] (https://github.com/ReactiveX/RxNetty/pull/334) Unsubscribe from auto release timeout if a subscriber comes along. + +Artifacts: [Maven Central](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxnetty%7C0.4.7%7C) + +### Version 0.4.6 ### + +[Milestone](https://github.com/ReactiveX/RxNetty/issues?q=milestone%3A0.4.6+is%3Aclosed) + +* [Pull 327] (https://github.com/ReactiveX/RxNetty/pull/327) HttpServerRequest.getPath should only return path. +* [Pull 328] (https://github.com/ReactiveX/RxNetty/pull/328) Race condition in ClientRequestResponseConverter. +* [Pull 329] (https://github.com/ReactiveX/RxNetty/pull/329) Removing client name uniqueness. +* [Pull 330] (https://github.com/ReactiveX/RxNetty/pull/330) Updating netty to 4.0.25.Final. + +Artifacts: [Maven Central](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxnetty%7C0.4.6%7C) + ### Version 0.4.5 ### [Milestone](https://github.com/ReactiveX/RxNetty/issues?q=milestone%3A0.4.5+is%3Aclosed)