Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
purple52 committed Mar 30, 2017
1 parent e31369b commit f1907fb
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [1.5.0] - 2017-03-30

### Added
- MultipartRestClient in test-utils: client for multipart file uploads
- LiquibaseDatabaseBootstrapper in test-utils: bootstraps a database using your liquibase scripts
Expand All @@ -24,6 +26,19 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
- Use Utilities version 1.6.0
- JsonEnvelopePayloadMatcher to support matching of JsonValue NULL payloads

## [1.4.3] - 2017-03-30

### Fixed
- Duplicate method names in REST client generator, fixed by making method name generation use more things
- Concurrently issue in event stream appends; optimistic locking did not kick in when it should

## [1.4.2] - 2017-03-08

### Fixed
- Uplift Resteasy dependency versions and changed to provided scope
- Allow JNDI values to fall back to globals
- Performance fix to internal optimistic locking failure retries

## [1.4.1] - 2017-02-13

### Fixed
Expand Down Expand Up @@ -552,7 +567,15 @@ turned off by default

- Initial release with basic dispatcher, handler and adapter generation

[Unreleased]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.0.1...HEAD
[Unreleased]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.5.0...HEAD
[1.5.0]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.4.0...release-1.5.0
[1.4.3]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.4.2...release-1.4.3
[1.4.2]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.4.1...release-1.4.2
[1.4.1]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.4.0...release-1.4.1
[1.4.0]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.3.0...release-1.4.0
[1.3.0]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.2.0...release-1.3.0
[1.2.0]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.1.0...release-1.2.0
[1.1.0]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.0.1...release-1.1.0
[1.0.1]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-1.0.0...release-1.0.1
[1.0.0]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-0.33.0...release-1.0.0
[0.33.0]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-0.32.0...release-0.33.0
Expand Down

0 comments on commit f1907fb

Please sign in to comment.