Skip to content

v3.0.0-beta

Pre-release
Pre-release

Choose a tag to compare

@varas varas released this 02 May 09:28
· 512 commits to master since this release
7564353

3.0.0-beta

Added

  • Protocol v2 (remote entities) support
  • Concurrency support (via Synchronized option)
  • Configurable Logger
  • Configurable output Writer
  • Configurable Storer
  • New packages inventory, event with proper constructors
  • Integration parametrized creation via optional Options

Changed

  • Package sdk renamed to integration
  • Package cache renamed to persist
  • Packages metric, inventory, event moved into data folder
  • Replace github.com/sirupsen/logrus with builtin log package
  • Update Event type
  • Update Integration type

Removed

  • Protocol v1 support
  • Global log and cache instances