All Versions
22
Latest Version
Avg Release Cycle
10 days
Latest Release
919 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.2.0 Changes
October 19, 2021- โ remove exponential back off logic from insertAll driven streamer client,
as this logic is already built-in the std BQ client used internally;
- we do still keep the max deadline on top of that by using a deadline context;
- โ remove the builder-pattern approach used to build a streamer, and instead use a clean Config approach, as to keep it as simple as possible, while at the same time being more Go idiomatic;
- โฌ๏ธ upgrade
google.golang.org/grpc
tov1.41.0
, was onv1.40.0
;
- โ remove exponential back off logic from insertAll driven streamer client,
as this logic is already built-in the std BQ client used internally;
-
v0.1.0 Changes
October 18, 2021๐ Initial pre-release version. Not yet ready for production-use.
This version is already used for internal projects โ at OTA Insight, mostly for testing purposes.
- provide a small API (
Streamer
) to write rows concurrently to a specific BQ table; - ๐ the client within this API can be build (
StreamerBuilder
) using a builder with sane defaults; - ๐ง most configurations can be optionally configured where desired;
- dependencies are kept to the bare minimum google cloud dependencies, with no other third party dependencies required;
- provide a small API (