Skip to content

Releases: devxb/Netx

0.1.4

13 Feb 03:32
ddb50ea
Compare
Choose a tag to compare

What's Changed

  • fix: @EnableDistributedTransaction 이 동작하지 않는 버그 수정 by @devxb in #19

Full Changelog: 0.1.3...0.1.4

0.1.3

12 Feb 08:12
bc23adb
Compare
Choose a tag to compare

What's Changed

  • feat: 트랜잭션 메시지 처리 실패시 Retry 정책 수립 및 구현 by @devxb in #15
  • feat: Transaction이 종료(커밋, 롤백) 되면 transaction retry watch에서 제거 by @devxb in #17

Full Changelog: 0.1.2...0.1.3

0.1.2

06 Feb 06:54
7441d51
Compare
Choose a tag to compare

Description

  • Add undo server to keep and find rollback messages
  • Refactoring @AutoConfigureRedisTransaction to @AutoConfigureDistributedTransaction

0.1.1

04 Feb 09:28
6ad7ac5
Compare
Choose a tag to compare

Overview

  • Add distribute transaction based on redis-stream

0.1.0

04 Feb 09:28
6ad7ac5
Compare
Choose a tag to compare

Overview

  • Add distribute transaction based on redis-stream