Skip to content

Releases: devxb/Netx

0.2.4

03 Mar 04:25
e4f267a
Compare
Choose a tag to compare

What's Changed

  • perf: Delete useless distributed lock by @devxb in #52
  • perf: Fault Tolerance supports in TransactionListener by @devxb in #53
  • fix: Create Logger progrmatically by @devxb in #58
  • feat: Automatic conversion type of undo fields by @devxb in #59
  • feat: Supports event publishing and handling by @devxb in #60
  • feat: Event-based transaction handling by @devxb in #61

Full Changelog: 0.2.3...0.2.4

0.2.3

28 Feb 02:07
5b6c2ef
Compare
Choose a tag to compare

What's Changed

  • perf: Graceful shutdown supports in TransactionRetrySupporter by @devxb in #46
  • perf: Fault Tolerance supports in TransactionRetrySupporter by @devxb in #45

Full Changelog: 0.2.2...0.2.3

0.2.2

26 Feb 08:09
e74bc64
Compare
Choose a tag to compare

What's Changed

  • fix: Change transaction retry thread daemon to user by @devxb in #44

Full Changelog: 0.2.1...0.2.2

0.2.1

26 Feb 04:39
0d39cd9
Compare
Choose a tag to compare

What's Changed

  • perf: Supprot backpressure and & auto restart transaciton listener by @devxb in #42

Full Changelog: 0.2.0...0.2.1

0.2.0

25 Feb 06:57
e9c5fbb
Compare
Choose a tag to compare

What's Changed

  • feat: 반환타입이 Publisher가 아니여도 @TransactionHandler 를 사용할 수 있도록 구현 by @devxb in #36
  • feat: Supports sync API by @devxb in #39

Full Changelog: 0.1.9...0.2.0

0.1.9

18 Feb 15:43
793f6da
Compare
Choose a tag to compare

What's Changed

  • fix: 자신이 발행한 transaction을 찾지 못하는 버그 수정 by @devxb in #32

Full Changelog: 0.1.8...0.1.9

0.1.8

18 Feb 12:34
dbaa69d
Compare
Choose a tag to compare

What's Changed

  • perf: Netx redis-stream 구현채가 하나의 커넥션으로 모든 트랜잭션을 수신하도록 수정 by @devxb in #30
스크린샷 2024-02-17 오후 3 42 10

Full Changelog: 0.1.7...0.1.8

0.1.7

15 Feb 03:48
ccbccfc
Compare
Choose a tag to compare

What's Changed

  • fix: handler가 없을때 트랜잭션 deleteElastic이 호출되지 않는 버그 수정 by @devxb in #27

Full Changelog: 0.1.6...0.1.7

0.1.6

14 Feb 17:47
435e837
Compare
Choose a tag to compare

What's Changed

  • fix: TransactionRollbackEvent의 undo필드가 매핑되지 않는 버그 수정 by @devxb in #25

Full Changelog: 0.1.5...0.1.6

0.1.5

14 Feb 16:49
1d79943
Compare
Choose a tag to compare

What's Changed

  • refactor: 로컬 로직이 실패하면 분산트랜잭션도 ack되지 않도록 수정 by @devxb in #22
  • feat: 어노테이션기반 TransactionHandler 추가 by @devxb in #22
  • fix: interval 과정중 에러 방출시 무시하고 계속 interval 되도록 수정 by @devxb in #22

Full Changelog: 0.1.4...0.1.5