All Versions
24
Latest Version
Avg Release Cycle
88 days
Latest Release
1327 days ago

Changelog History
Page 3

  • v0.4.0 Changes

    July 25, 2015
    • โœจ Enhancements

      • Allows using header authentication (basic auth)
      • Allows using pre-defined series modules for write queries
      • Provides a way to define series as a module (struct)
    • Backwards incompatible changes

      • Authentication uses headers by default
  • v0.3.0 Changes

    June 19, 2015
    • โœจ Enhancements

      • Allows managing retention policies
      • Dependencies not used in production builds are marked as optional
    • ๐Ÿ› Bug fixes

      • Authentication is passed using query parameters by default
    • Backwards incompatible changes

      • Auth configuration is now expected to be a Keyword.t
      • Queries of type :host are now of type :cluster
      • Remapped Admin namespace to Cluster to match query types
  • v0.2.0 Changes

    April 19, 2015
    • โœจ Enhancements
      • Allows accessing raw query results (undecoded binaries) using Instream.Connection.execute/2
      • Read queries (binaries) can be executed on a database
      • Write queries (map data) can be executed on a database
  • v0.1.0 Changes

    February 23, 2015
    • ๐ŸŽ‰ Initial Release