1.1.1 (2023-09-29)
1.1.0 (2023-07-05)
- Add missing spanner config properties (#152) (c6bda23)
- driver: Replace
value.Value
withValue()
return (#139) (6f2b96e)
1.0.1 (2023-03-06)
1.0.0 (2022-09-15)
- Add ARRAY support (#19) (6b1556a)
- Add client side statement parser (#38) (969bf52)
- Add support for JSON data type (#39) (ef52036)
- Add support for stale reads (#44) (2e3a264)
- Add support of positional parameter in the queries (#110) (a71a457)
- Allow host in dsn and use statement based transactions (#10) (0528e13)
- Create standalone samples that run against emulator (#30) (22b127e)
- Support getting the commit timestamp of a transaction or statement (#52) (802e7be)
- Support mutations (#43) (2d698b7)
- Add ddl support and change tests to run ddl from driver (259f98b)
- Added ddl support to driver, changed tests to call driver rather than api directly (a9c4c8a)
- Allow users to specify custom credentials (#57) (1715929)
- Always set a value for dest in Next (#34) (7b8190c)
- Check named value parameter types (#35) (f260dd2)
- deps: Update all modules (#108) (2d13f6d)
- deps: Update google.golang.org/genproto commit hash (#78) (c9ed2ac)
- deps: Update google.golang.org/genproto commit hash to 1739428 (#81) (3f6ba94)
- deps: Update module cloud.google.com/go to v0.100.2 (#71) (cac55f0)
- deps: Update module cloud.google.com/go to v0.102.1 (#103) (23d315e)
- deps: Update module cloud.google.com/go/spanner to v1.29.0 (#74) (9a676ba)
- deps: Update module github.com/google/go-cmp to v0.5.7 (#80) (cae3a7a)
- deps: Update module github.com/google/uuid to v1.3.0 (#75) (2072930)
- deps: Update module google.golang.org/api to v0.68.0 (#76) (8af9417)
- deps: Update module google.golang.org/grpc to v1.44.0 (#82) (7b20269)
- Do not parse hints as parameters (#45) (56243a5)
- Pass userAgent in client config (#118) (2c97068)
- Race condition when opening multiple connections in parallel as first action (#59) (0971f81)
- Refuse DDL during transactions (#41) (4e7fa97), refs #31
- Standardize returned errors (#32) (e780348), refs #14
- Use correct type for decoding bytes (49d08fc)
- Add comments to all samples to document what they do and how to use them (#46) (17a434f)
- Add DDL batch sample (#48) (82a23e4)
- Add documentation about contributing (fd70120)
- Add sample for all data types (#51) (5a0129b)
- Add sample for DML batches (#49) (bac4a4c)
- Add sample for PDML (#53) (9bd832b)
- Add sample for read-only transaction (#47) (306c4ea)
- Cleanup and extend readme (#60) (2d64f82)
- Remove disclaimer from README (#93) (12780e5)