@@ -7,27 +7,35 @@ project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]  
99### Added  
10- -  An option to override Event appending logic in Postgres EventStore implementation.
11- -  ` postgres.Serde `  interface to support more serialization formats.
10+ -  ...
1211
1312### Changed  
14- -  Existing ` Event-Id `  value in Event Metadata does not get overwritten in correlation.EventStoreWrapper.
15- -  ` postgres.EventStore `  now uses the ` Serde `  interface for serializing to and deserializing from byte array.
16- -  ` postgres.Registry `  is now called ` postgres.JSONRegistry `  and implements thenew ` postgres.Serde `  interface.
17- -  ` CaptureErrors `  in ` command.ErrorRecorder `  is now a function (` ShouldCaptureError ` ), to allow for a more flexible capture strategy.
13+ -  ...
1814
1915### Deprecated  
2016-  ...
2117
2218### Removed  
2319-  ...
2420
21+ ## [ v0.1.0-alpha.2]  
22+ ### Added  
23+ -  An option to override Event appending logic in Postgres EventStore implementation.
24+ -  ` postgres.Serde `  interface to support more serialization formats.
25+ 
26+ ### Changed  
27+ -  Existing ` Event-Id `  value in Event Metadata does not get overwritten in correlation.EventStoreWrapper.
28+ -  ` postgres.EventStore `  now uses the ` Serde `  interface for serializing to and deserializing from byte array.
29+ -  ` postgres.Registry `  is now called ` postgres.JSONRegistry `  and implements thenew ` postgres.Serde `  interface.
30+ -  ` CaptureErrors `  in ` command.ErrorRecorder `  is now a function (` ShouldCaptureError ` ), to allow for a more flexible capture strategy.
31+ 
2532## [ v0.1.0-alpha.1]  
2633
2734A lot of changes have happened here, a lot of different API design iterations and stuff. All of which, I diligently forgot to keep track of...
2835
2936Sorry :)
3037
3138<!--  @formatter:off --> 
32- [ Unreleased ] : https://github.com/get-eventually/go-eventually/compare/v0.1.0-alpha.1..HEAD 
33- [ v0.1.0-alpha.1 ] : https://github.com/get-eventually/go-eventually/compare/8bb9190..HEAD 
39+ [ Unreleased ] : https://github.com/get-eventually/go-eventually/compare/v0.1.0-alpha.2..HEAD 
40+ [ v0.1.0-alpha.2 ] : https://github.com/get-eventually/go-eventually/compare/v0.1.0-alpha.1..v0.1.0-alpha.2 
41+ [ v0.1.0-alpha.1 ] : https://github.com/get-eventually/go-eventually/compare/8bb9190..v0.1.0-alpha.1 
0 commit comments