@@ -336,60 +336,10 @@ spec:
336336
337337# Changelog
338338
339- # # 1.5.1
340-
341- * Property `th2.operation_timestamp` is added to metadata to each message
342- * Use mutable map for metadata when sending a messages from the handler
343- * Fix error when new property with operation timestamp added to the immutable map
344-
345- # # 1.5.0
346-
347- * `minConnectionTimeoutOnSend` parameter is added.
348- * Sending timeout now decreases in half on each failed attempt (but not less than `minConnectionTimeoutOnSend`).
349-
350- # # 1.4.2
351- * Ungraceful session disconnect support.
352- * Removed NPE when session is reset by schedule.
353- * Use UTC time zone for sending time tag
354-
355- # # 1.4.1
356- * Timeout on send from queue thread
357- * Parameter `connectionTimeoutOnSend` was added
358-
359- # # 1.4.0
360- * Updated bom: `4.5.0-dev`
361- * Updated common: `5.4.0-dev`
362- * Updated common-utils: `2.2.0-dev`
363- * Updated grpc-lw-data-provider: `2.1.0-dev`
364- * Updated kotlin: `1.8.22`
365- * Added support for th2 transport protocol
366-
367- # # 1.3.2
368- * Improve logging: log session group and session alias for each log message.
369-
370- # # 1.3.1
371- * fix multiple consequent SOH characters
372-
373- # # 1.3.0
374- * Added handling for incoming test request messages
375- * Fixed resetSeqNum flag handling on incoming logon messages.
376- * Added option to automatically reset server sequence when internal conn sequence doesn't match with sequence that server sent.
377-
378- # # 1.2.1
379- * fix multiple consequent SOH characters
380-
381- # # 1.2.0
382- * loading requested messages from cradle.
383-
384- # # 1.1.1
385- * fix scheduling: hasn't worked for some ranges.
386-
387- # # 1.1.0
388- * state reset option on server update.
389-
390339# # 1.2.0
391340* Added support for th2 transport protocol
392341* Header tags are forced to update by conn
342+ * Merged changes from [th2-conn-dirty-fix:1.5.1](https://github.com/th2-net/th2-conn-dirty-fix)
393343
394344# # 1.1.0
395345* state reset option on server update.
@@ -404,18 +354,9 @@ spec:
404354# # 1.0.0
405355* Bump `conn-dirty-tcp-core` to `3.0.0` for books and pages support
406356
407- <<<<<<< HEAD
408- <<<<<<< HEAD
409- =======
410- # # 0.3.0
411- * Ability to recover messages from cradle.
412-
413- >>>>>>> original/dev-version-1
414- =======
415357# # 0.3.0
416358* Ability to recover messages from cradle.
417359
418- >>>>>>> original/dev-version-1
419360# # 0.2.0
420361* optional state reset on silent server reset.
421362
0 commit comments