Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Releases: istresearch/traptor

Traptor 1.2.5

27 May 15:31
Compare
Choose a tag to compare

More rule matching improvements.

Traptor 1.2.4

24 May 20:56
Compare
Choose a tag to compare

This release brings updated rule matching, ensuring that the traptor fields are added to a tweet, no matter what.

Traptor 1.2.3

24 May 01:18
Compare
Choose a tag to compare

Update to the tweet enrichment.

Traptor 1.2.2

23 May 21:22
Compare
Choose a tag to compare

Performance improvements to rule matching. Only try to match on actual tweet data objects.

Traptor 1.2.1

03 May 18:44
Compare
Choose a tag to compare

Traptor performance improvements.

Traptor 1.2.0

27 Apr 18:50
Compare
Choose a tag to compare
  • Add Redis heartbeat monitor
  • Limit Geo rules to one per Traptor
  • Add sentry logging option

Traptor 1.1.1

15 Mar 16:41
Compare
Choose a tag to compare

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

12 Dec 00:07
Compare
Choose a tag to compare
  • Packaging dependency bug fix
  • Added --delay option for CLI

Traptor 1.0.1

10 Dec 16:18
Compare
Choose a tag to compare

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

04 Dec 22:31
Compare
Choose a tag to compare

Last release before the major refactoring coming in version 1.0.