All Versions
22
Latest Version
Avg Release Cycle
10 days
Latest Release
919 days ago

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 to v1.41.0, was on v1.40.0;
  • 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;