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.4.12.1

09 Jun 17:45
Compare
Choose a tag to compare

This release includes a hotfix for mishandling of exceptions in main(), causing traptors to exit on errors without raising an exit value. (#76)

Traptor 1.4.8

20 Apr 14:04
Compare
Choose a tag to compare

This release of Traptor includes a hotfix for an error caused when tweet processing restarts and the stats counters are created (#66).

Traptor 1.4.7

11 Apr 19:12
Compare
Choose a tag to compare

This release includes #65 which deletes the previous rule counters from Redis when Traptor restarts so that Traptor is only logging hits to its current set of rules.

Traptor 1.4.6

24 Mar 20:26
Compare
Choose a tag to compare

This version of Traptor brings retrying functionality to all Redis, Kafka and Twitter calls.

Traptor 1.4.5

23 Mar 18:36
Compare
Choose a tag to compare

This release of Traptor adds logging of limit messages to Redis for additional stats.

Traptor 1.4.4

15 Mar 03:19
Compare
Choose a tag to compare

Many updates to the internal rule matching, including support for rules with multiple words. Almost 100% coverage for English-language rules.

Traptor 1.4.2

14 Mar 22:54
Compare
Choose a tag to compare

Handle potentially missing screen names in the retweeted status

Traptor 1.4.1

14 Mar 22:14
Compare
Choose a tag to compare

This version of Traptor improves the internal rule matching by checking the retweeted_status fields if they exist on the tweet.

Traptor 1.4.0

27 Feb 16:13
Compare
Choose a tag to compare

This version of Traptor brings enhanced monitoring to Traptor.

  • #58 Enhanced Datadog Monitoring
  • #59 Collect internal rule match data on a configurable rolling time window
  • #60 Shuffle rules before performing a rule match
  • #61 Update Docker Elasticsearch containers

Traptor 1.3.0

13 Dec 15:26
Compare
Choose a tag to compare

Traptor 1.3.0 brings new functionality, bug fixes, enhanced error handling and logging, and full Dockerization!

  • #55 - Update log messages
  • #53 - Initial Datadog integration (for monitoring)
  • #52 - Add docker builds to travis build job
  • #51 - Add tests for the new extended_tweet format
  • #50 - Dockerize Traptor and Log Everything to ElasticSearch
  • #49 - Idle Traptor when no rules are assigned