Releases: waves-enterprise/we-tx-observer
Releases · waves-enterprise/we-tx-observer
1.1.2
- Optimized query
findAndLockLatestActualPartition
inTxQueuePartitionJpaRepository
Query returns partition with highest priority. Transactions in the same partition are processed sequentially by timestamp, from old to new. Transaction with bigger timestamp (new) could be processed earlier than transaction with less timestamp (old) only if these transactions relate to different partitions.
Transactions of different partitions should be independent of each other.
1.1.1
- Added support for multi-pod configuration
- Added
@Transactional
toScheduledPartitionPausedOnTxIdCleaner
- Fixed Flyway migrations checksum for backward compatibility
- Fixed typo in
ScheduledForkResolver
, added tests - Open fun cleanReadEnqueuedTx in
ScheduledTxQueueCleaner
1.1.0
- Updated README;
- Added javadoc for the components;
- Added a job for cleaning partitions;
- Added the ability to configure
TxObserverConfigurer
viaTxObserverConfigurerBuilder
;