Skip to content

2.0.0

Compare
Choose a tag to compare
@puzpuzpuz puzpuzpuz released this 10 Oct 09:16
· 22 commits to main since this release
e8d780a

Release overview

Maintenance release to include important API improvements.

What is new

  • Introduce safer timestamp API #23
    • All timestamp methods now require time.Time type instead of int64. This is a breaking change, so the old code will have to be updated. To use the new client, you need to import github.com/questdb/go-questdb-client/v2 instead of the old github.com/questdb/go-questdb-client path.
  • Fix godoc for WithTlsInsecureSkipVerify #19