Skip to content

Releases: waves-enterprise/we-tx-observer

1.1.2

24 Jan 08:02
Compare
Choose a tag to compare
  • Optimized query findAndLockLatestActualPartition in TxQueuePartitionJpaRepository

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

08 Jan 20:26
Compare
Choose a tag to compare
  • Added support for multi-pod configuration
  • Added @Transactional to ScheduledPartitionPausedOnTxIdCleaner
  • Fixed Flyway migrations checksum for backward compatibility
  • Fixed typo in ScheduledForkResolver, added tests
  • Open fun cleanReadEnqueuedTx in ScheduledTxQueueCleaner

1.1.0

09 Oct 09:02
Compare
Choose a tag to compare
  • Updated README;
  • Added javadoc for the components;
  • Added a job for cleaning partitions;
  • Added the ability to configure TxObserverConfigurer via TxObserverConfigurerBuilder;

1.0.0

19 Sep 15:48
@kt3 kt3
Compare
Choose a tag to compare

Initial we-tx-observer open source release. For features see README.