From e811c5a6bb7480b26c2c241c7c2cbced1b776d2e Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Tue, 3 Sep 2024 12:41:30 +0400 Subject: [PATCH] [TS-2413] Bumped version --- README.md | 17 ++++------------- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 542c012..4ad8adf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-conn-dirty-fix (1.3.0) +# th2-conn-dirty-fix (1.4.0) This microservice allows sending and receiving messages via FIX protocol @@ -333,22 +333,13 @@ spec: memory: 100Mi cpu: 20m ``` -## 1.3.0 +## 1.4.0 -* Migrated to th2 gradle plugin `0.1.1` -* Updated: - * bom: `4.6.1` - * common: `5.13.1-dev` - * common-utils: `2.2.3-dev` - * conn-dirty-tcp-core: `3.6.0-dev` - * grpc-lw-data-provider: `2.3.1-dev` - * httpclient5: `5.3.1` - * auto-service: `1.1.1` - * kotlin-logging: `3.0.5` +* Provided ability to disable transformation strategies: `TRANSFORM_MESSAGE_STRATEGY`, `INVALID_CHECKSUM`, `FAKE_RETRANSMISSION` for raw message types specified in the `disableForMessageTypes` property ## 1.3.0 -* Provided ability to disable transformation strategies: `TRANSFORM_MESSAGE_STRATEGY`, `INVALID_CHECKSUM`, `FAKE_RETRANSMISSION` for raw message types specified in the `disableForMessageTypes` property +* Fixed the problem long recovery in case of mixing recovery message with non-recovery messages * Migrated to th2 gradle plugin `0.1.1` * Updated: * bom: `4.6.1` diff --git a/gradle.properties b/gradle.properties index c3996f9..83f8cd0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version=1.3.0 \ No newline at end of file +release_version=1.4.0 \ No newline at end of file