Releases: up9inc/basenine
Releases · up9inc/basenine
v0.2.9
Changelog:
- Implemented doing meta periodic update for 3 seconds in case of
limit
helper as well.
v0.2.8
Changelog:
- Implemented meta periodic update for providing a way to synchronize desynced data and meta channels.
v0.2.7
Changelog:
- Made it dump the core in case of a partition removal (
-persisten
) - Correct the metadata values by subtracting
removedOffsetsCounter
v0.2.6
Changelog:
- Fixed the regex for expanding the macros.
v0.2.5
Changelog:
- Fix a segmentation violation error in
dumpCore
method
v0.2.4
Changelog:
- Made it dump the core periodically in case of
-persistent
flag is enabled
v0.2.3
Changelog:
- Fixed a segmentation violation in case of
SINGLE
mode - Fixed a segmentation violation in case of
rlimit
- Fixed the performance of
QUERY
mode TCP connections by not sending the metadata so often.
v0.2.2
Changelog:
- Fixed the
datetime
format toen-US
- Added
rlimit
helper
v0.2.1
Changelog:
- Fix the issue of leaking file descriptors from the TCP connections in the server
v0.2.0
Changelog:
- Fixed the
nil
literal - Add
limit
helper to the query language - Added streaming metadata from server in
QUERY
mode to inform client about the progress Query
method in the client library for Go has a new parametermeta chan []byte
- Added -persistent option and implemented persistent storage