2.0.0
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 ofint64
. This is a breaking change, so the old code will have to be updated. To use the new client, you need to importgithub.com/questdb/go-questdb-client/v2
instead of the oldgithub.com/questdb/go-questdb-client
path.
- All timestamp methods now require
- Fix godoc for
WithTlsInsecureSkipVerify
#19