instream v0.10.0 Release Notes

Release Date: 2016-02-27 // about 8 years ago
    • ✨ Enhancements

      • Default precision (:rfc3339) can be explicitly set
      • Query builder can construct CREATE DATABASE statements
      • Query builder can construct CREATE RETENTION POLICY statements
      • Query builder can construct DROP DATABASE statements
      • Query builder can construct DROP RETENTION POLICY statements
      • Query builder can construct SHOW statements
      • Series database definitions allow anything "evaluating to a string" (#14)
      • Series measurement definitions allow anything "evaluating to a string" (#14)
    • 🗄 Deprecations

      • Atoms for defining a series' database are deprecated
      • Atoms for defining a series' measurement are deprecated
      • Using if_not_exists (CREATE DATABASE) has been deprecated and will be completely removed once InfluxDB removes it
    • Backwards incompatible changes

      • :cluster query type has been removed in favor of regular :read queries
      • Retention policy convenience function has been replaced with a more detailed version