Skip to content

Releases: openmessaging/dledger

DLedger-0.4.0

31 Aug 23:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: dledger-all-0.3.1...dledger-all-0.4.0

DLedger-all-0.3.2

23 Nov 02:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: dledger-all-0.3.1...dledger-all-0.3.2

DLedger-0.3.1

15 Sep 02:34
Compare
Choose a tag to compare

What's Changed

  • [ISSUE #231] Fix run DLedger Server with jar can't find Main class by @mxsm in #232
  • [ISSUE #234] Add enableCleanSpaceService config for statemachine by @RongtongJin in #234
  • [ISSUE #236] Do not enable clean space service after registering the state machine by @RongtongJin in #237

Full Changelog: dledger-all-0.3.0...dledger-all-0.3.1

DLedger-0.3.0

10 Sep 03:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: dledger-0.2.7...dledger-all-0.3.0

DLedger-0.2.7

06 Jul 03:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: dledger-0.2.6...dledger-0.2.7

DLedger-0.2.6

03 Jun 10:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: dledger-0.2.5...dledger-0.2.6

DLedger-0.2.5

28 Apr 11:18
Compare
Choose a tag to compare

This release fixes some bugs and support state machine for dledger

What's Changed

  • [ISSUE #126] The class DLedgerProtocolHander name should be DLedgerProtocolHandler by @llIlll in #127
  • [ISSUE #125] fix hanged unavailable file in deleteExpiredFileByTime by @yuz10 in #124
  • [ISSUE #130] update authors in license by @yuz10 in #129
  • Feature: add statemachine for dledger by @hzh0425 in #128
  • Feature: let dledger complete responseFutures after applying entries to statemachine by @hzh0425 in #132
  • Add Statemachine feature for DLedger by @hzh0425 in #133
  • [ISSUE #134] fix batch push error by @Git-Yang in #137
  • BugFix: fix bug in statemachine mode by @hzh0425 in #139

New Contributors

Full Changelog: dledger-0.2.4...dledger-0.2.5

DLedger-0.2.4

03 Apr 08:24
Compare
Choose a tag to compare

This release fixes some bugs and support multi-dirs storage

Feature

#119 Support multi-dirs storage

Bug

#123 Fix high CPU in EntryDispatcher
#89 DLedgerMmapFileStore move flushedWhere pos after truncate file
#106 Fix preferred leader bug

Enhancement

#112 It is better for the peer with the smallest lag(fall behind index) to become the transferee.
#110 Use df algorithm to calculate the disk used ratio
#117 Some class's method lost annotation 'Override'
#104 The variable DLedgerMmapFileStore#isDiskFull should be decorated with the volatile.
#115 Bump junit to 5.8.2
#121 Fix check style error

DLedger-0.2.3

07 Jan 02:26
Compare
Choose a tag to compare

This release fixes some bugs and support multiple preferred leaders

Feature

#90 Support multiple preferred leaders (#91)

Bug

#87 Fix the expiration problem of the push message
#89 DLedgerMmapFileStore move flushedWhere pos after truncate file

Enhancement

#97 Performance optimization
#94 Batch push compatible with the single push

DLedger-0.2.2

09 Nov 06:07
Compare
Choose a tag to compare

This release fix single node with error response when batch append and replace to ALV2 license header.

Bug

#75 Fix single node with error response when batch append

Enhancement

#76 Replace the ALV2 license header