Explorar o código

Update to 2.1.0

Olivier Coanet %!s(int64=7) %!d(string=hai) anos
pai
achega
da88ac3763
Modificáronse 2 ficheiros con 12 adicións e 2 borrados
  1. 10 0
      RELEASE_NOTES.md
  2. 2 2
      version.yml

+ 10 - 0
RELEASE_NOTES.md

@@ -1,3 +1,13 @@
+## 2.1.0
+- Features
+	- Inject an error reporter in various zmq outbound socket operations
+	- Allow local message dispatch when the bus is stopping
+- Bug fixes
+    - Ensure all replayed messages are acked to the persistence
+	- Support unserializable messages in dispatch error handling
+- Code cleanup
+    - Migrate to VS2017 project file
+
 ## 2.0.0
 This version introduces a major breaking change: a dedicated `TransportMessage` is now used to forward messages to the persistence service, instead of sending a `PersistMessageCommand`. An updated persistence service is still able to process commands sent by old peers, but an old persistence service is not be able to process the new TransportMessage. Thus the persistence service must be updated first.
 - Features

+ 2 - 2
version.yml

@@ -1,2 +1,2 @@
-NugetVersion: 2.0.5
-AssemblyVersion: 2.0.5
+NugetVersion: 2.1.0
+AssemblyVersion: 2.1.0