Skip to content

Releases: aereal/go-aws-timestream-driver

v1.8.0

18 Nov 12:06
Compare
Choose a tag to compare

1.8.0 (2020-11-18)

Features

  • support named parameters (8f59094)

v1.7.0

18 Nov 05:19
f55ef40
Compare
Choose a tag to compare

1.7.0 (2020-11-18)

Bug Fixes

Features

  • move config package to root package (9d57d51)

v1.6.0

17 Nov 14:57
487028a
Compare
Choose a tag to compare

1.6.0 (2020-11-17)

Features

v1.5.0

17 Nov 08:56
0af91cb
Compare
Choose a tag to compare

1.5.0 (2020-11-17)

Bug Fixes

  • correctly handle null value (69ead36)

Features

  • add BareStringValue type (5f998f5)

v1.4.1

16 Nov 06:40
f64b7a6
Compare
Choose a tag to compare

1.4.1 (2020-11-16)

Bug Fixes

  • parse date with correct layout (8be396e)

v1.4.0

15 Nov 13:27
b619a85
Compare
Choose a tag to compare

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

13 Nov 04:25
1b65905
Compare
Choose a tag to compare

1.3.0 (2020-11-13)

Features

v1.2.0

12 Nov 09:44
5938aee
Compare
Choose a tag to compare

1.2.0 (2020-11-12)

Features

  • implements driver.RowsColumnTypeDatabaseTypeName (4b8ada4)
  • implements RowsColumnTypeScanType (0f5533d)

v1.1.0

11 Nov 13:23
f381a9f
Compare
Choose a tag to compare

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

09 Nov 12:42
a3702b7
Compare
Choose a tag to compare

1.0.0 (2020-11-09)

Bug Fixes

  • Driver.Open delegates its implementation to Connector (4ff0bdc)
  • return stubbed Tx (a1fa4a9)

Features

  • initial implementations (d84ad3a)