diff --git a/CHANGELOG.md b/CHANGELOG.md index 913bc722..cf73c8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Change Log +## 17.0.1 - 2018-03-12 +Note: this releases fixes a serious regression introduced in 16.7.0 +### Enhancements: +- Add connection max lifetime after start to connection pool + +### Bug Fixes: +- Fix transaction batching/reordering (introduced in 16.7.0) +- Fix default Sybase IQ update via insert threshold +- Fix running tests in different timezones + ## 17.0.0 - 2018-03-02 ### Enhancements: - Eclipse Collections integration. Please see [migration documentation](https://github.com/goldmansachs/reladomo/blob/master/reladomo/src/doc/GSC_TO_EC_MIGRATION_GUIDE.md) diff --git a/build/reladomo-config.xml b/build/reladomo-config.xml index c907fee3..3392556c 100644 --- a/build/reladomo-config.xml +++ b/build/reladomo-config.xml @@ -14,6 +14,6 @@ under the License. --> - + \ No newline at end of file diff --git a/build/sign-release.bat b/build/sign-release.bat index 8606134b..4c936c7a 100644 --- a/build/sign-release.bat +++ b/build/sign-release.bat @@ -1,6 +1,6 @@ setlocal -set VER=17.0.0 +set VER=17.0.1 cd ../target gpg -ab reladomo-%VER%-javadoc.jar diff --git a/reladomo/src/test/java/com/gs/fw/common/mithra/test/TestDatedAuditOnly.java b/reladomo/src/test/java/com/gs/fw/common/mithra/test/TestDatedAuditOnly.java index 2cebd0bc..b031f7b2 100644 --- a/reladomo/src/test/java/com/gs/fw/common/mithra/test/TestDatedAuditOnly.java +++ b/reladomo/src/test/java/com/gs/fw/common/mithra/test/TestDatedAuditOnly.java @@ -570,7 +570,7 @@ public Object executeTransaction(MithraTransaction tx) throws Throwable { return null; } }); - + sleep(100); MithraManagerProvider.getMithraManager().executeTransactionalCommand(new TransactionalCommand() { @Override public Object executeTransaction(MithraTransaction tx) throws Throwable {