DistributedLog v0.3.37 Release Notes

    • โœ‚ Remove partitions from DL
    • ๐Ÿ“ฆ Move DistributedLogExample to distributedlog-example package
    • โž• Add getLastLogRecordAsync to log manager
    • โœ‚ Remove unpartitioned from log writers
    • ๐Ÿ“‡ Skip ledger number validation if the ledger metadata doesn't contain ledger sequence number
    • ๐Ÿ”Š Rename LedgerSequenceNumber to LogSegmentSequenceNumber
    • Using BKAsyncLogReader to implement BKSyncLogReader
    • ๐Ÿ”Š LogSegmentWriter should close ledger if the log segment isn't in error state
    • Async positioning reader by transaction id
    • ๐Ÿšš Move log creation and initialization logic out of log handler constructors
    • ๐Ÿ‘ป Don't retry invalid stream name exception on acquiring ownership
    • Checksum between client and proxy for write
    • ๐Ÿšš Move DistributedLog Write Proxy to use TwitterServer
    • โšก๏ธ Update fiangle and utils dependencies to scala 2.11