Skip to content

Commit

Permalink
[TS-2413] Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Sep 3, 2024
1 parent 0aa9523 commit e811c5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version=1.3.0
release_version=1.4.0

0 comments on commit e811c5a

Please sign in to comment.