Releases: waves-enterprise/we-tx-observer
Releases · waves-enterprise/we-tx-observer
2.0.0
Important Changes
- Java Version Update: This release upgrades the required Java version to Java 17. Previous versions of Java are no longer supported. Starting from this version, our library now requires Java 17 for all functionalities. This change is necessary to leverage new language features, improve performance, and maintain security standards. Refer to the official Java 17 migration guide for assistance in upgrading your Java version.
- Kotlin Version Update: This release upgrades the Kotlin version to 1.9.23. Our library now uses Kotlin 1.9.23. This update includes various bug fixes, performance improvements, and new features that are part of the Kotlin 1.9.23 release.
- Spring Boot Version Update: This release upgrades the Spring Boot version from 2.6.* to 3.3.0 (migration guide).
Upgrades of dependencies versions
1.5.1
1.5.0
1.4.0
- Moved all components from outdated
com.wavesenterprise.we
package to actualcom.wavesenterprise.sdk
package - Fixed mechanism for resetting the current height
1.3.2
Fixed сonflict when competing scheduled tasks work with the tx_queue_partition table
1.3.1
Fixed shedlock configuration for correct working in multi instances environment.
1.3.0
Optimizations of the we-tx-observer:
- Added job for cleaning empty partitions
- Decreased default partition polling delay
- Decreased default block sync delay
1.2.0
Fixes and optimizations of the we-tx-observer:
- adding a hybrid poller mode (it is enabled when the transaction queue is larger 200 by default via property accelerateAtQueueSize);
- optimizing work through the restriction on reading blocks in the we-tx-observer (it is enabled when the transaction queue is larger 10000 by default via property pauseSyncAtQueueSize);
1.1.4
Fix the occurrence of deadlocks between threads when working on jobs