Bläddra i källkod

Update to 2.1.0

Olivier Coanet 7 år sedan
förälder
incheckning
da88ac3763
2 ändrade filer med 12 tillägg och 2 borttagningar
  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