Skip to content

Releases: qoollo/bob

v2.1.0-alpha.2

26 Apr 21:54
9d3f5c8
Compare
Choose a tag to compare

Added

  • Added grpc exist testing feature to bobp (#419)
  • Add support for hierarchical range filters (#439)

Changed

  • Deleted dcr utility (#370)
  • Put error logs now agregate in one line every 5 sec (in case of disk disconnection) (#420)

Fixed

  • Fix ping and timeout leading to sending too much requests (#438)
  • Get & Put speed calculation in bobp (#419)

Updated

  • Update Pearl to v0.11.0:
    • Add support for hierarchical range filters
    • Remove active checking for blob update
    • Corrupted blob now should be saved in case of 'unexpected eof' error

v2.0.14-alpha.0

19 Apr 17:09
Compare
Choose a tag to compare
v2.0.14-alpha.0 Pre-release
Pre-release

Added

  • Bloom filters memory metric (#400)
  • root_dir_name to node configuration api (#440)

Fixed

  • Fix ping and timeout leading to sending too much requests (#438)
  • brt: Version in BlobHeader now changes during migration (#447)
  • brt: Default target version is now 1 instead of 2 (#448)

Updated

  • Update pearl to 0.9.3:
    • Remove active checking for blob update
    • corrupted blob now should be saved in case of 'unexpected eof' error

v2.1.0-alpha.1

04 Apr 17:53
6ef1d90
Compare
Choose a tag to compare

Added

  • Add iops & iowait disk metrics (collected via iostat) & cpu_iowait metric (#342)
  • Add refkey to support pearl (#397)
  • API method for occupied space info (#404)
  • Added -init_folders flag that creates bob and alien folders (#180)
  • If bob and alien folders doesn't exist bobd will panic (#398)
  • root_dir_name to node configuration api (#440)

Changed

  • All hardware metrics are now placed in 'hardware' group (#452)

Fixed

  • brt: Version in BlobHeader now changes during migration (#447)
  • brt: Default target version is now 1 instead of 2 (#448)

Updated

  • Update pearl to v0.10.0:
    • Add refkey trait
    • Change nightly to stable rust toolchain

v2.1.0-alpha.0

22 Feb 05:42
Compare
Choose a tag to compare

Added

  • Bloom filters memory metric (#400)
  • Add bob ram usage metric (#393)
  • Add REST API method for data deletion (#221)

Changed

  • File descriptors metric now tries to use lsof | wc first (#359)

Fixed

  • Used disk space metric calculation fix (#376)
  • Fix partitions removal response code (#405)
  • No more use of MockBobClient in production (#389)
  • Ubuntu docker image build error (#412)
  • Fix panic on nodes request (#429)

Updated

  • Configs now support human readable formats (in max_blob_size & bloom_filter_memory_limit) (#388)
  • Upgrade pearl to v0.9.2:
    • Add record delete api method

v2.0.13

17 Feb 13:31
Compare
Choose a tag to compare

Fixed

  • Fix panic on nodes request (#429)

v2.0.0-alpha.12

10 Feb 14:31
Compare
Choose a tag to compare

Fixed

  • Ubuntu docker image build error (#412)
  • No more use of MockBobClient in production (#389)
  • Fix partitions removal response code (#405)

Updated

  • Upgrade pearl to v0.9.1:
    • Add wait cycle for tests with index files
    • In memory index last record retrieval

v2.0.0-alpha.11

10 Dec 10:14
95d1a00
Compare
Choose a tag to compare

Added

  • Hierarchical filters (#333)

Fixed

  • Disk space metrics calculation fix (#376)

Updated

  • Upgrade pearl to v0.9.0:
    • Add hierarchical filters support

v2.0.0-alpha.10

03 Dec 18:54
3a6b0ec
Compare
Choose a tag to compare

Added

  • Add bloom_filter_memory_limit to example config (#378)
  • Add traits to support pearl #123

Updated

  • Upgrade pearl to v0.8.1:
    • Add key trait

v2.0.0-alpha.9

19 Nov 10:01
Compare
Choose a tag to compare

Fixed

  • Fix allocated size computation in BloomFilterMemoryLimitHooks (#372)

v2.0.0-alpha.8

18 Nov 14:54
43a292b
Compare
Choose a tag to compare

Added

  • Bloom filter offloading (#301)