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

v0.8.0

Compare
Choose a tag to compare
@codysoyland codysoyland released this 15 Nov 17:48
· 3230 commits to master since this release
fbd5f16

This version contains 31 contributions from 8 contributors. There are 84 files changed, 3,732 insertions, and 1,428 deletions.

Added

  • Diagnostics (#895)
  • Add docker-build make target for repeatable Docker-based builds (#933)
  • Add documentation on importing field values; fixes #924 (#938)
  • Add flag documentation and tests, remove "plugins.path" (#942)
  • Add TLS support (#867)
  • Add TLS cluster how to (#898)
  • Add support for gossip encryption (#889)
  • Add Recalculate Caches endpoint (#881)
  • Add search-friendly documentation for BSI range query syntax (#955)

Changed

  • Remove unneeded Gopkg.toml constraints and update all dependencies (#943)
  • Remove row and column labels in webUI (#884)
  • Internal Client refactoring (#892)
  • Remove column/row labels for input definition (#945)
  • Update dependencies and Go version (#878)

Fixed

  • Skip permissions test when run as root. Fixes #940 (#941)
  • Address "connection reset" issues in client (#934)
  • Fix field value import: Use signed int and respect field minimum (#919)
  • Constrain BoltDB to version rather than specific revision (#887)
  • Fix bug in environment variable format (#882)
  • Fix overflow in differenceRunBitmap (#949)

Performance

  • Use FieldNotNull to improve efficiency of BETWEEN queries (#874)