Releases: aereal/go-aws-timestream-driver
Releases · aereal/go-aws-timestream-driver
v1.8.0
1.8.0 (2020-11-18)
Features
v1.7.0
1.7.0 (2020-11-18)
Bug Fixes
Features
- move config package to root package (9d57d51)
v1.6.0
1.6.0 (2020-11-17)
Features
v1.5.0
1.5.0 (2020-11-17)
Bug Fixes
- correctly handle null value (69ead36)
Features
v1.4.1
1.4.1 (2020-11-16)
Bug Fixes
- parse date with correct layout (8be396e)
v1.4.0
1.4.0 (2020-11-15)
Bug Fixes
- check DSN scheme (1418203)
- holds host and port instead of only host name (4b8cfd0)
- move DriverName to constants package (174e83c)
- now Config has hostname instead of complete endpoint URI (81792ac)
Features
- enable X-Ray tracing if enableXray parameter passed (f45c328)
- move Config to config package (0fbcb8c)
- pass custom scheme via DSN (86fc952)
v1.3.0
1.3.0 (2020-11-13)
Features
v1.2.0
1.2.0 (2020-11-12)
Features
- implements driver.RowsColumnTypeDatabaseTypeName (4b8ada4)
- implements RowsColumnTypeScanType (0f5533d)
v1.1.0
1.1.0 (2020-11-11)
Bug Fixes
- check returned values (efa491b)
- make region parameter optional (2fb77ef)
- prefer simple loop (28d89bc)
- remove Queryer implementation (36179e5)
Features
- automatically register the driver (5f98e03)
- implements database/sql/driver interfaces (e5f03b6)
- pass connection info as DSN (7d2547a)
- support passing custom credentials (f6c6091)
v1.0.0
1.0.0 (2020-11-09)
Bug Fixes
- Driver.Open delegates its implementation to Connector (4ff0bdc)
- return stubbed Tx (a1fa4a9)
Features