Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit e26daa1

Browse files
committed
Prepare release v1.0.0
1 parent 37b12f0 commit e26daa1

File tree

2 files changed

+15
-60
lines changed

2 files changed

+15
-60
lines changed

CHANGELOG.md

Lines changed: 14 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,22 @@
1-
# Release Notes for `logstash-input-cloudwatch_logs`
1+
# Release Notes for v1.x
22

3-
## v1.0.0.rc1 Release Candidate 1 (2017-07-02)
4-
* Ensure the plugin stops properly
5-
* Implement `start_position` setting ([#28](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/28))
6-
7-
## v1.0.0.pre3 Pre-Release 3 (2017-06-28)
8-
* Fix call to `filter_log_events` which had been limited to 10 events per call for debugging
9-
10-
## v1.0.0.pre2 Pre-Release 2 (2017-06-28)
11-
* Remove the breaking change in v1.0.0.pre. `log_group` is now a `string` supporting `lists`, allowing either notation
12-
* Change startup log from TRACE to DEBUG, supporting Logstash 2.4
13-
* Relax the contstraint on `logstash-mixin-aws` supporting Logstash 2.4
14-
15-
## v1.0.0.pre Pre-Release 1 (2017-06-24)
16-
* ~BREAKING CHANGE: `log_group` must now be an array~ (See 1.0.0.pre2 - no longer a breaking change) adds support for specifying multiple groups or prefixes (Fixes [#13](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/13))
17-
* Refactored ingestion, fixes multiple memory leaks (Fixes [#24](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/4))
18-
* Pull only log_events since last ingestion (Fixes [#10](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/10))
19-
* Incrementally write to since_db on each page of data from the CWL API (Fixes [#4](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/4))
3+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
205

21-
## v0.10.3 (2017-05-07)
6+
## [Unreleased]
227

23-
### Fixed
24-
* Fixed issue fetching log groups by prefix when there are more than 50 groups ([#22](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/22))
25-
26-
## v0.10.2 (2017-04-20)
27-
28-
### Fixed
29-
* Fixed bad merge on [#eb38dfd](https://github.com/lukewaite/logstash-input-cloudwatch-logs/commit/eb38dfdc072b4fd21e9c1d83ea306e2b6c5df37b) and restore compatibility with the Logstash 5.x events API ([#21](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/21))
30-
31-
## v0.10.1 (2017-04-19)
32-
33-
### Fixed
34-
* Fixed issue [#16](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/16) which prevented loading the plugin ([#17](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/17))
35-
36-
## v0.10.0 (2017-04-01)
8+
## [v1.0.0] (2017-07-15)
379

3810
### Added
39-
* `log_group_prefix` parameter supporting ingesting a set of log groups matching a prefix ([#9](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/9))
40-
41-
### Fixed
42-
* Step back when throttled by Amazon ([#9](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/9))
43-
44-
## v0.9.4 (2017-03-31)
11+
* Implement `start_position` setting ([#28](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/28))
12+
* Allow log_group to be an array of groups (or prefixes if enabled) ([#13](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/13))
4513

4614
### Fixed
47-
* Fix autoloading of aws-sdk ([#15](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/15))
48-
49-
## v0.9.3 (2016-12-22)
50-
51-
### Added
52-
* Support for Logstash version 5.x ([#6e7cc5d](https://github.com/lukewaite/logstash-input-cloudwatch-logs/commit/6e7cc5decdcd7a8d8528d42a7b040b1d2f3a3490))
53-
54-
## v0.9.2 (2016-07-21)
55-
56-
### Added
57-
* Initial publish to RubyGems
58-
59-
## v0.9.1 (2016-07-19)
60-
61-
### Added
62-
* Support for Logstash version 2.x ([#8824ae9](https://github.com/lukewaite/logstash-input-cloudwatch-logs/commit/8824ae9899fa0e1d0a627796479824bc6f5c39b2))
63-
64-
## v0.9.0 (2015-07-06)
15+
* Ensure the plugin stops properly
16+
* Relax the contstraint on `logstash-mixin-aws` supporting Logstash 2.4
17+
* Refactored ingestion, fixes multiple memory leaks (Fixes [#24](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/4))
18+
* Pull only log_events since last ingestion (Fixes [#10](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/10))
19+
* Incrementally write to since_db on each page of data from the CWL API (Fixes [#4](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/4))
6520

66-
### Initial Release
67-
* This is the initial release of the input
21+
[Unreleased]: https://github.com/lukewaite/logstash-input-cloudwatch-logs/compare/v1.0.0...HEAD
22+
[v1.0.0]: https://github.com/lukewaite/logstash-input-cloudwatch-logs/compare/v0.10.3...v1.0.0

logstash-input-cloudwatch_logs.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-cloudwatch_logs'
4-
s.version = '1.0.0.rc1'
4+
s.version = '1.0.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = 'Stream events from CloudWatch Logs.'
77
s.description = 'This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program'

0 commit comments

Comments
 (0)