Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Releases: FeatureBaseDB/featurebase

v0.10.0

15 May 22:07
1ae4705
Compare
Choose a tag to compare

This version contains 93 contribution from 8 contributors. There are 93 files changed, 4,495 insertions, and 5,392 deletions.

Added

  • Add B+Tree containers (Enterprise Edition) (#1285)
  • Add /info endpoint (#1236)

Changed

Removed

  • Remove unused code (#1286)
  • Remove input definition, add install-stringer to Makefile (#1284)
  • Remove /id and /hosts endpoints. Add local ID to /status (#1238)
  • Remove API.URI (#1255)

Fixed

  • Assorted docs fixes (#1281, #1269)
  • Update PQL syntax in bench subcommand (#1279)
  • Update help menu in WebUI (#1278)
  • Fix dead lock (#1268)
  • Make sure gossipMemberSet.Logger is set during server setup (#1266)
  • Make sure ~ is expanded in NewServer; BroadcastReceiver uses temp path (#1242)
  • Avoid creating a slice of nil timestamps on Import() (#1234)
  • Fixup internal client (#1253)

v0.9.0

04 May 22:48
bba472f
Compare
Choose a tag to compare

This version contains 188 contribution from 12 contributors. There are 141 files changed, 17,832 insertions, and 7,503 deletions.

Please see special upgrading instructions for this release.

Added

  • Add ability to dynamically resize clusters (#982, #946, #929, #927, #917, #913, #912, #908)
  • Update docs to include cluster-resize config and instructions (#1088)
  • Add support for lists of gossip seeds for redundancy (#1133)
  • Add HTTP Handler validation (#1140, #1121)
  • Add validation around node-remove conditions (#1138)
  • broadcast.SendSync field creation and deletion to all nodes (#1132)
  • Spread recalculate caches to all nodes. Fixes #1069 (#1109)
  • Add QueryResult.Type to protobuf message to distiguish results at the client (#1064)
  • Modify pilosa import to support string rows/columns (#1063)
  • Add some statsd calls to HolderSyncer (#1048)
  • Add support for memberlist gossip configuration via pilosa.Config (#1014)
  • Add local and cluster IDs (#1013, #1245)
  • Add HolderCleaner and view.DeleteFragment (#985)
  • Add set-coordinator endpoint (#963)
  • Implement Min/Max BSI queries (#1191)
  • Log time/version to startup log (#1246)
  • Documentation improvements (#1135, #1154, #1091, #1108, #1087, #1086, #1026, #1022, #1007, #981, #901, #972, #1215, #1213, #1224, #1250)

Changed

  • Put Statik behind an interface (#1163)
  • Refactor diagnostics, inject gopsutil dependency (#1166)
  • Use boolean instead of address to configure coordinator (#1158)
  • Put GCNotify behind an interface (#1148)
  • Replace custom assembly bit functions with standard go (#797)
  • Improve roaring tests (#1115)
  • Change configuration cluster.type (string) to cluster.disabled (bool) (#1099)
  • Use NodeID instead of URI for node identification (#1077)
  • Change gossip config from DefaultLocalConfig to DefaultWANConfig (#1032)
  • Use binary search in runAdd (#1027)
  • Use HTTP handler for gossip SendSync (#1001)
  • Group the write operations in syncBlock by MaxWritesPerRequest (#950)
  • Refactor HTTPClient handling (#991)
  • Remove FrameSchema. Move Fields to the Frame struct (#907)
  • Refactor pilosa/server (#1220)
  • Clean up flipBitmap and add tests (#1223)
  • Move pilosa.Config to pilosa/server.Config (#1216)
  • Vendor github.com/golang/groupcache/lru (#1221)

Removed

  • Remove the Gossip stutter from memberlist-related config options (#1171)
  • Remove old GossipPort and GossipSeed config options (#1142)
  • Remove cluster type http from docs (#1130)
  • Remove holder.Peek, combine with HasData, move server logic (#1226)
  • Remove PATCH frame endpoint (#1222)
  • Remove Index.MergeSchemas() method (#1219)
  • Remove references to Input Definition from the docs (#1212)
  • Remove Index.TimeQuantum (#1209)
  • Remove SecurityManager. Implement api restrictions in api package. (#1207)

Fixed

  • Handle the scheme correctly in config.Bind (#1143)
  • Prevent excessive sendSync (createView) messages. (#1139)
  • Fix a shift logic bug in bitmapZeroRange (#1110)
  • Fix node id validation on set-coordinator (#1102)
  • Avoid overflow bug in differenceRunArray (#1105)
  • Fix bug in NewServerCluster where each host was its own coordinator (#1101)
  • Fix count/bitmap mismatch bug (#1084)
  • Fix edge case with Range() calls outside field Min/Max. Fixes #876. (#979)
  • Bind the handler to all interfaces (0.0.0.0) in Dockerfile. Fixes #977. (#980)
  • Fix nil client bug in monitorAntiEntropy (and test) (#1233)
  • Fix crash due to server.diagnostics.server not set (#1229)
  • Fix some cluster race conditions (#1228)

Deprecated

  • Deprecate RangeEnabled option (#1205)

Performance

  • Add benchmark for various container usage patterns (#1017)

v0.8.8

19 Feb 22:03
cb9ca66
Compare
Choose a tag to compare

This version contains 1 contribution from 2 contributors. There are 4 files changed, 1,153 insertions, and 618 deletions.

Fixed

  • Bug fixes and improved test coverage in roaring (#1118)

v0.8.7

12 Feb 23:39
75a8076
Compare
Choose a tag to compare

This version contains 1 contribution from 1 contributors. There are 2 files changed, 84 insertions, and 4 deletions.

Fixed

  • Fix a shift logic bug in bitmapZeroRange (#1111)

v0.8.6

09 Feb 18:22
3257f34
Compare
Choose a tag to compare

This version contains 2 contributions from 2 contributors. There are 3 files changed, 171 insertions, and 6 deletions.

Fixed

  • Fix overflow bug in differenceRunArray #1106
  • Fix bug where count and bitmap queries could return different numbers #1083

v0.8.5

18 Jan 19:31
3be4a92
Compare
Choose a tag to compare

This version contains 1 contribution from 1 contributor. There is 1 file changed, 1 insertion, and 0 deletions.

Fixed

  • Bind Docker container on all interfaces (#1061)

v0.8.4

10 Jan 16:54
09f07a6
Compare
Choose a tag to compare

This version contains 4 contributions from 3 contributors. There are 17 files changed, 974 insertions, and 221 deletions.

Fixed

  • Group the write operations in syncBlock by MaxWritesPerRequest (#1038)
  • Change gossip config from memberlist.DefaultLocalConfig to memberlist.DefaultWANConfig (#1033)

Performance

  • Change AttrBlock handler calls to support protobuf instead of json (#1046)
  • Use RLock instead of Lock in a few places (#1042)

v0.8.3

12 Dec 22:50
504fc01
Compare
Choose a tag to compare

This version contains 1 contribution from 1 contributor. There are 2 files changed, 59 insertions, and 42 deletions.

Fixed

  • Protect against accessing pointers to memory which was unmapped (#1000)

v0.8.2

05 Dec 21:21
623efc8
Compare
Choose a tag to compare

This version contains 1 contribution from 1 contributor. There are 15 files changed, 127 insertions, and 98 deletions.

Fixed

  • Modify initialization of HTTP client so only one instance is created (#994)

v0.8.1

15 Nov 22:19
0d4b790
Compare
Choose a tag to compare

This version contains 2 contributions from 2 contributors. There are 4 files changed, 27 insertions, and 14 deletions.

Fixed

  • Fix CountOpenFiles() fatal crash (#969)
  • Fix version check when local is greater than pilosa.com (#968)