Skip to content

Release v9.1.0

Choose a tag to compare

@bartes bartes released this 28 May 12:48
· 2 commits to master since this release
2bb8d00

9.1.0

Enhancements:

  • Add Events API support (enterprise) — three new client methods for querying event data:
    • events_schemaGET /v1/events/schema
    • query_eventsPOST /v1/events/query
    • group_eventsPOST /v1/events/group

Housekeeping:

  • Remove unused Castle::Validators::NotSupported (dead code)
  • Remove unused Session::HTTPS_SCHEME constant; inline the comparison in GetConnection
  • Replace deprecated :mingw, :x64_mingw Bundler platforms with :windows
  • Bump Bundler 2.6.9 → 2.7.2
  • Bump json 2.19.5 → 2.19.7