@@ -3,20 +3,24 @@ All notable changes to this project will be documented in this file, which follo
33on [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) . This project adheres to
44[ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## [ Un-released ]
6+ ## [ 0.29.0 ] - 2016-09-30
77
88### Fixed
99- 'Response is closed' bug in PollingRequestClient
1010
1111### Added
12- - ZonedDateTimes methods to convert between ZDT and Sql Timestamps
12+ - ZonedDateTimes methods to convert between ZDT and SQL timestamps
13+ - LocalDate conversion functions
1314- EnveloperFactory method to create a Enveloper with a list of Event classes registered
1415- EventStreamMockHelper that provides a method to verify and return the Stream argument from a call
1516to the EventStream append method
1617- DateProvider to allow easy mocking of date creating for testing
18+ - Random generators and TypeCheck class for type-based testing
19+ - Metrics per action name
1720
1821### Changed
19- - Event Log to include a 'date_created' timestamp field (Event Store).
22+ - Event Store to include a 'date_created' timestamp field - added to the DB schema but not yet
23+ enabled in code
2024
2125## [ 0.28.0] - 2016-09-21
2226
@@ -39,9 +43,9 @@ to the EventStream append method
3943- HttpResponsePoller, replaced with PollingRestClient
4044
4145## [ 0.26.0] - 2016-09-20
42- - Failed release, please do not use.
46+ - Failed release; do not use
4347
44- ## [ 0.25.0]
48+ ## [ 0.25.0] - 2016-09-12
4549### Added
4650- sender.sendAsAdmin() method
4751
0 commit comments