v0.2.0
"Nulli secundus"
Notable changes:
- support both legacy and SQL syntanx for BigQuery #218
Scio now supports the new SQL 2011 syntax in BigQuery. This is backwards compatible as Scio detects whether a query string is legacy or SQL. However the new SQL syntax works better with type safe BigQuery and is recommended. - add helpers to simplify accumulator API #215
Some convenience methods where added improve accumulator usability. See AccumulatorExample and AccumulatorSCollectionTest for more.