You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# th2-conn-dirty-fix (1.3.0)
1
+
# th2-conn-dirty-fix (1.4.0)
2
2
3
3
This microservice allows sending and receiving messages via FIX protocol
4
4
@@ -333,8 +333,13 @@ spec:
333
333
memory: 100Mi
334
334
cpu: 20m
335
335
```
336
+
## 1.4.0
337
+
338
+
* Provided ability to disable transformation strategies: `TRANSFORM_MESSAGE_STRATEGY`, `INVALID_CHECKSUM`, `FAKE_RETRANSMISSION` for raw message types specified in the `disableForMessageTypes` property
339
+
336
340
## 1.3.0
337
341
342
+
* Fixed the problem long recovery in case of mixing recovery message with non-recovery messages
0 commit comments