All Versions
44
Latest Version
Avg Release Cycle
11 days
Latest Release
2221 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.43 Changes
- ๐ Log metadata creation handles missing log identifer
-
v0.3.42 Changes
- ๐ Bump birdcage release to 20160128130022-e7bf469
- โ Add markEndOfStream to log writer
- ๐ Conversion of many synchronous/blocking operations to asynchronous
-
v0.3.41 Changes
- โฌ๏ธ Bump bkc to 4.3.2
- Shard level resource limits in service
- ๐ง Dynamically configurable readahead settings
- ๐ง Categorize and cleanup configuration
- ๐ Bug fixes for non-durable write mode, log enumeration, readahead cache
- ๐ Fix some flaky tests
- โ Add docbird docs
-
v0.3.40 Changes
- ๐ Reorganize local run scripts to support full service config
- ๐ Fix emulator timeout bug
- Break service layer into Stream, Service, StreamManager
- โ Add some stream scope stats
-
v0.3.39 Changes
- ๐ Sync Reader uses Async Reader
- Write proxy returns if failed to pre-execute the stream operation
- Write proxy checksum
- โฌ๏ธ Upgrade zookeeper version
- ๐ LogSegmentSequenceNumber Assignment should consider v3 rolling back to v2
- ๐ Merge Search Release to master
- ๐ SyncLogReader should start from the fromTxnId
- ๐ฒ ReadAhead should detect log deletion
- Docbird structure
- ๐ฒ Unify per stream stats logging
-
v0.3.37 Changes
- โ 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
-
v0.3.36 Changes
- โ Remove partitions from DL
- โ Add getLastLogRecordAsync to log manager
- โ Remove Unpartitioned from log writers
- ๐ Skip ledger number validation if the ledger metadata doesn't contain ledger sequence number
-
v0.3.35 Changes
- ๐ Fix syncownership elapsed time issue
-
v0.3.34 Changes
- โ Add validation on server configuration
- โ Remove server mode from distributedlog proxy
- ๐ Fix wrong scope for client operation stats
-
v0.3.33 Changes
- ๐ Make per stream thread as daemon thread
- ๐จ DistributedLog Service Layer Refactor
- Binding changes for federated namespace
- ๐ฒ Enforce ledger sequence number validation when get list of log segments
- Graceful shutdown period for write proxies
- Handshake should detect service status
- ๐ Non decreasing transaction id support