Releases: viant/bqtail
Releases · viant/bqtail
v2.10.4
Release 2.10.3
v2.10.3 patched IsSelectQuery method
Release 2.10.1
- update batch ingestion logic for substantially delayed Google Storage event
- added arm build
Release 2.10.0
- Added batch grouping
- Added When.Exclusion expression for rule matching (viant/afs update)
- Updated internal server error handling
Release 2.8.0
- Added Template attribute to the copy action
- Added $Date source datafile time based global expanding variable
Release 2.7.0
- Introduced conditional action execution (When.Exists for now)
- Extended SiteInput with Inner bool flag for INNER JOIN (default LEFT JOIN)
- Added retries to CreateTableIfNotExist
Release 2.6.0
- Extended export request with UseAvroLogicalTypes (default true for AVRO format export)
- Added $TriggerBucket variable
Release 2.5.1
- Upgraded cloud function to g113 runtime
- Upgraded CLI to go1.15 SDK
- Patched post-action sharing nodes related intermittent issue
Releas 2.4.1
- Extended retry for load job, get job status with internal server error checks
- Added Insert action (StreamingAPI)
- Added bqmonitor CLI
Release 2.2.0
- Extended direct eventing mode in bqtail CLI
- Added arbitrary schema field addition with JSON format
- Added expiry option
- Added Transient.CopyMethod to control copy strategy.
- Removed Dest.DMLAppend (BREAK BACKWARD COMPATIBILITY), use Transient.CopyMethod=DML instead