Releases: einride/spanner-aip-go
Releases · einride/spanner-aip-go
v0.34.0
0.34.0 (2021-04-26)
Bug Fixes
- spantest: use grpc.WithBlock to dial emulator (e8ada2b)
Features
- spantest: support multiple schema globs (46f5798)
v0.33.0
0.33.0 (2021-04-22)
Features
- initial support for indexes (84968d2)
v0.32.0
0.32.0 (2021-04-22)
Features
- select first host/port of emulator (9f7eb55)
v0.31.0
0.31.0 (2021-03-30)
Features
- add MutatePresentColumns method (8d69ab6)
Dependency bumps
chore(deps): bump google.golang.org/api from 0.41.0 to 0.42.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.41.0...v0.42.0)
Signed-off-by: dependabot[bot] <support@github.com>
v0.28.0
0.28.0 (2021-03-02)
Features
- implement batch get interleaved with read API (12aa3f4)
- implement buffered row iterator (bdda8af)
- implement get row interleaved with read API (16b4b0a)
- implement list interleaved with read API (e01e97e)
- implement read interleaved rows helper (6c39e9e)
v0.27.0
0.27.0 (2021-02-25)
Features
- transpile has operator on repeated primitives (12032b1)
v0.26.0
0.26.0 (2021-02-22)
Features
- spantest: add InMemoryFixture with API-parity to emulator fixture (bb21a74)