Skip to content

Commit

Permalink
Corrected readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Jul 3, 2024
1 parent 4ab814b commit 4e304f0
Showing 1 changed file with 1 addition and 60 deletions.
61 changes: 1 addition & 60 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,60 +336,10 @@ spec:

# Changelog

## 1.5.1

* Property `th2.operation_timestamp` is added to metadata to each message
* Use mutable map for metadata when sending a messages from the handler
* Fix error when new property with operation timestamp added to the immutable map

## 1.5.0

* `minConnectionTimeoutOnSend` parameter is added.
* Sending timeout now decreases in half on each failed attempt (but not less than `minConnectionTimeoutOnSend`).

## 1.4.2
* Ungraceful session disconnect support.
* Removed NPE when session is reset by schedule.
* Use UTC time zone for sending time tag

## 1.4.1
* Timeout on send from queue thread
* Parameter `connectionTimeoutOnSend` was added

## 1.4.0
* Updated bom: `4.5.0-dev`
* Updated common: `5.4.0-dev`
* Updated common-utils: `2.2.0-dev`
* Updated grpc-lw-data-provider: `2.1.0-dev`
* Updated kotlin: `1.8.22`
* Added support for th2 transport protocol

## 1.3.2
* Improve logging: log session group and session alias for each log message.

## 1.3.1
* fix multiple consequent SOH characters

## 1.3.0
* Added handling for incoming test request messages
* Fixed resetSeqNum flag handling on incoming logon messages.
* Added option to automatically reset server sequence when internal conn sequence doesn't match with sequence that server sent.

## 1.2.1
* fix multiple consequent SOH characters

## 1.2.0
* loading requested messages from cradle.

## 1.1.1
* fix scheduling: hasn't worked for some ranges.

## 1.1.0
* state reset option on server update.

## 1.2.0
* Added support for th2 transport protocol
* Header tags are forced to update by conn
* Merged changes from [th2-conn-dirty-fix:1.5.1](https://github.com/th2-net/th2-conn-dirty-fix)

## 1.1.0
* state reset option on server update.
Expand All @@ -404,18 +354,9 @@ spec:
## 1.0.0
* Bump `conn-dirty-tcp-core` to `3.0.0` for books and pages support

<<<<<<< HEAD
<<<<<<< HEAD
=======
## 0.3.0
* Ability to recover messages from cradle.

>>>>>>> original/dev-version-1
=======
## 0.3.0
* Ability to recover messages from cradle.

>>>>>>> original/dev-version-1
## 0.2.0
* optional state reset on silent server reset.

Expand Down

0 comments on commit 4e304f0

Please sign in to comment.