Skip to content

Releases: up9inc/basenine

v0.2.9

15 Nov 20:31
Compare
Choose a tag to compare

Changelog:

  • Implemented doing meta periodic update for 3 seconds in case of limit helper as well.

v0.2.8

14 Nov 20:47
Compare
Choose a tag to compare

Changelog:

  • Implemented meta periodic update for providing a way to synchronize desynced data and meta channels.

v0.2.7

11 Nov 18:48
Compare
Choose a tag to compare

Changelog:

  • Made it dump the core in case of a partition removal (-persisten)
  • Correct the metadata values by subtracting removedOffsetsCounter

v0.2.6

09 Nov 13:51
Compare
Choose a tag to compare

Changelog:

  • Fixed the regex for expanding the macros.

v0.2.5

06 Nov 18:13
Compare
Choose a tag to compare

Changelog:

  • Fix a segmentation violation error in dumpCore method

v0.2.4

06 Nov 16:56
Compare
Choose a tag to compare

Changelog:

  • Made it dump the core periodically in case of -persistent flag is enabled

v0.2.3

02 Nov 12:58
Compare
Choose a tag to compare

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

02 Nov 10:46
Compare
Choose a tag to compare

Changelog:

  • Fixed the datetime format to en-US
  • Added rlimit helper

v0.2.1

28 Oct 17:29
Compare
Choose a tag to compare

Changelog:

  • Fix the issue of leaking file descriptors from the TCP connections in the server

v0.2.0

28 Oct 01:12
Compare
Choose a tag to compare

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 parameter meta chan []byte
  • Added -persistent option and implemented persistent storage