- Updated Twitter gem to v7.0.0
- Fixed up proxy from host/pass to uri so that it works.
- Updated Twitter gem to v6.2.0, cleaned up obsolete monkey patches, fixed integration tests #63
- Update http-form_data to ~> 2 and public_suffix to ~> 3
- Docs: Set the default_codec doc attribute.
- Update gemspec summary
- Fix some documentation issues
- Pin version of http-form_data to 1.0.1 since 1.0.2 isn't compatible with Ruby 1.9
- Add protection for the (Java) Event when adding Twitter gem objects to the event in values, fixes #40.
- add a specific rescue clause for any exceptions raised during event generation - these should not be handled by the general rescue in the run method because this rescue assumes a twitter gem upstream error and acts accordingly which is the wrong recovery action for an event generation failure
- refactor tests and add new integration test that publishes a tweet with known content.
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
- Republish all the gems under jruby.
- Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See elastic/logstash#5141
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
- New dependency requirements for logstash-core for the 5.0 release
- Upgraded the twitter gem to the last version available, 5.15.0
- Add proxy support, Fixes #7.
- Add an option to fetch data from the sample endpoint.
- Add hashtags, symbols and user_mentions as data for the non extended tweet event.
- Add an option to filter per location and language.
- Add an option to stream data from a list of users.
- Add integration and unit tests for this and previous features.
- Add an ignore_retweet flag to filter them.
- Small code reorg and refactoring.
- Fixes #22 #21 #20 #11 #9
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, instead of using Thread.raise on the plugins' threads. Ref: elastic/logstash#3895
- Dependency on logstash-core update to 2.0
1.0.1
- Handle tweets with a null 'in-reply-to' without crashing. This is a temporary fix till JrJackson is updated.