Skip to content

Releases: tdely/nimflux

v1.0.3

27 Mar 07:36
Compare
Choose a tag to compare

[1.0.3] - 2021-11-23

Changed

  • Fixed not being able to pass SslContext to ssl= in newAsyncInfluxClient.
  • Fixed not being able to get a string representation of AsyncInfluxClient
    through $.
  • Fixed setBasicAuth and setTokenAuth not working with AsyncInfluxClient.

v1.0.2

01 Jul 17:51
Compare
Choose a tag to compare

[1.0.2] - 2021-07-01

Changed

  • close was func instead of proc causing an issue with the strictFunc pragma
    has it may have possible side effects. close is now correctly proc.

v1.0.1

29 Jun 14:18
Compare
Choose a tag to compare

[1.0.1] - 2021-06-29

Changed

  • Fix value of tags being erroneously quoted.