Skip to content

Releases: mneudert/influxql

v0.2.1

25 May 14:23
adf6e73

Choose a tag to compare

  • Bug fixes
    • Compilation for OTP-22.0 has been fixed (#3)

v0.2.0

30 Dec 11:36
544f7b9

Choose a tag to compare

  • Enhancements

    • Most possibilities (as currently known) of InfluxQL injection via malicious identifier or value arguments should be prevented (#1)
    • Trying to quote invalid identifier or value types (such as functions) now raises an ArgumentError
  • Bug fixes

    • Values like atoms or booleans are now properly quoted

v0.1.0

14 Apr 13:53
a98261e

Choose a tag to compare

  • Initial Release