Skip to content

Commit

Permalink
Version 0.3.1 of Fluent Plugin for Amazon Kinesis
Browse files Browse the repository at this point in the history
  • Loading branch information
yuta-imai committed Apr 1, 2015
1 parent d5f3852 commit 37f7e53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.3.1

- **Fluentd v0.12 support**: We now support Fluentd v0.12.

## 0.3.0

- **Throughput improvement**: Added support for [PutRecords API](http://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecords.html) by default.
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-kinesis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "test-unit-rr", "~> 1.0"

spec.add_dependency "fluentd", ">= 0.10.53", "< 0.11"
spec.add_dependency "fluentd", ">= 0.10.53", "< 0.13"
spec.add_dependency "aws-sdk-core", "~> 2.0.12"
spec.add_dependency "multi_json", "~> 1.0"
spec.add_dependency "msgpack", ">= 0.5.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# language governing permissions and limitations under the License.

module FluentPluginKinesis
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit 37f7e53

Please sign in to comment.