Releases: istresearch/traptor
Traptor 1.2.5
More rule matching improvements.
Traptor 1.2.4
This release brings updated rule matching, ensuring that the traptor fields are added to a tweet, no matter what.
Traptor 1.2.3
Update to the tweet enrichment.
Traptor 1.2.2
Performance improvements to rule matching. Only try to match on actual tweet data objects.
Traptor 1.2.1
Traptor performance improvements.
Traptor 1.2.0
- Add Redis heartbeat monitor
- Limit Geo rules to one per Traptor
- Add sentry logging option
Traptor 1.1.1
See Traptor 1.1 Milestone for details on bug fixes and new features.
https://github.com/istresearch/traptor/issues?q=milestone%3A%22Traptor+1.1%22+is%3Aclosed
Traptor 1.0.2
- Packaging dependency bug fix
- Added
--delay
option for CLI
Traptor 1.0.1
This version represents a fairly large re-factoring of the code and how the Traptor rules are stored in the Redis database.
High level changes
- Re-factored code to be more modular and object oriented.
- Data output includes tag and value fields from the rule that triggered the tweet to be collected.
- Can run in --test mode which will run traptor without producing data to kafka.
- Can pass --info or --debug flags on the command line to output logging information.
- Added location rule support.
- Docs received an upgrade.
- Unit tests now exist
Breaking changes
- Redis rules are now stored as individual key, value pairs hashmaps
For detailed issue information see:
https://github.com/istresearch/traptor/issues?q=milestone%3A%22Traptor+1.0%22+is%3Aclosed
Traptor 0.4.0
Last release before the major refactoring coming in version 1.0.