README.md in fluent-plugin-bigquery-0.5.0.beta2 vs README.md in fluent-plugin-bigquery-1.0.0

- old
+ new

@@ -1,10 +1,10 @@ # fluent-plugin-bigquery [Fluentd](http://fluentd.org) output plugin to load/insert data into Google BigQuery. -- **Plugin type**: TimeSlicedOutput +- **Plugin type**: BufferedOutput * insert data over streaming inserts * for continuous real-time insertions * https://developers.google.com/bigquery/streaming-data-into-bigquery#usecases * load data @@ -12,11 +12,14 @@ * https://developers.google.com/bigquery/loading-data-into-bigquery Current version of this plugin supports Google API with Service Account Authentication, but does not support OAuth flow for installed applications. -## Notice -If you use ruby-2.1 or earlier, you must use activesupport-4.2.x or earlier. +## Version Information +v1.0.0 or later supports fluentd-0.14.0 or later. +If you use fluentd-0.12.x, please use v0.4.x. + +I recommend to update fluentd version to v0.14.x or later. ## With docker image If you use official alpine based fluentd docker image (https://github.com/fluent/fluentd-docker-image), You need to install `bigdecimal` gem on your own dockerfile. Because alpine based image has only minimal ruby environment in order to reduce image size.