This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
v0.4.0 Release
File Checksums
Extension | SHA256 checksum |
---|---|
.tar.gz | 984715fa32f7ba1f08b66bc8d8886f79dff6ee601fb868716d05267bb051a405 |
.zip | 814bef6f7daadf52b64b0fa082ac5d5fbcce218993ad013b2b2e51d1218828fb |
Release Notes
-
Breaking Changes
-
Other Changes
- feat: add
SessionPoolOptions
with labels toMakeConnection()
(#1109) - fix: tell
clang-format
to leave doxygen@copydoc
directives alone (#1122) - feat: allow users to configure retry policies (#1111)
- feat: optimize passing
Bytes
toValue
(#1104) - feat: change
GetCurrentRow
toGetSingularRow
(#1092) - feat: update the pool options to match the design (#1089)
- feat: support multiple channels in
SessionPool
(#1063) - bug: fix year formatting in
spanner::Date
(#1085) - fix: execute each rerun of an aborted transaction in the same session (#1079)
- feat: add function to get a single row from a range (#1074)
- feat: add some plumbing to enable multiple channels (#1050)
- feat: attempt to speed up hot loop in
NextRow
(#1052) - feat: associate
SpannerStub
with aSession
(#1041) - add and update several examples, benchmarks, and tests.
- feat: add