Releases: Matrix86/driplane
Releases · Matrix86/driplane
v1.20.0
Release Note v1.20.0
New Features
- 66a7448384 new: -dry-run flag added to test the rules' syntax (Matrix86)
- 4aeef605aa new: added basic json filter (evilsocket)
- 83b8e06d8c new: added ratelimit filter (glcbrg)
- 33b0ae1642 new: added new Sha functions to JS plugin (glcbrg)
Fixes
- 49644a489b fix: twitter moved to APIv2 (Matrix86)
- d726fbf216 fix: do not exit if TweetSearchStreamAddRule return an error (Matrix86)
- 62a932127d fix: crash if TweetSearchStreamAddRule returns an error (Matrix86)
- 52d821026f fix: avoiding to perform multiple calls to retrieve info since twitter supports the expansion (Matrix86)
- 3075372229 fix: set main to original text if it is a retweet (Matrix86)
- 050d7afa81 fix: call the rule clean up on failure (Matrix86)
- 92ca4a6959 fix: logs refactoring (Matrix86)
- 8d50565516 fix: the return was closing the go func after a disconnection (Matrix86)
- 8b9953a713 fix: updating github.com/cloudflare/circl to v1.3.3 (Matrix86)
- c796f29ffe fix: closing the PDF file on exit (Matrix86)
- d6bc00b1dd fix: update the date of the last check (Matrix86)
- dea8451831 fix: updating deps (Matrix86)
- be17ee843c fix: errors on tests (Matrix86)
- 2fdb37963e fix: additional check on flatType func to avoid crash (glcbrg)
- b5d2e4670c fix: minor fixes and tests (glcbrg)
- 4a86571e95 fix: adding ratelimit tests (Matrix86)
Misc
- e2c6d9e245 removing dghubble/go-twitter and adding g8rswimmer/go-twitter/v2 (Matrix86)
- 6763fbe781 Merge pull request #4 from Matrix86/fix/twitterv2 (contributed by Matrix86)
- 13c589e193 Merge pull request #5 from Matrix86/fix/twitter (contributed by Matrix86)
- 7cc80b9ce3 adding matching rules and allowing to create multiple rules to the same twitterFeeder instance (Matrix86)
- c9e935bb85 edit the documentation for the new parameters (Matrix86)
- 75c1375904 refactoring of logs and connection retry (Matrix86)
- dbd36b27e0 format for time.Seconds() is float (Matrix86)
- 26154264a9 Merge pull request #6 from Matrix86/fix/twitterv2 (contributed by Matrix86)
- 66c713d3d5 Merge pull request #7 from Matrix86/fix/twitterv2 (contributed by Matrix86)
- 084033f847 check if Twitter's rules are shorter than 10 chars (Matrix86)
- e9234560a4 doc: updating README (Matrix86)
- 946810070b doc: fix typo (Matrix86)
- 4da19c156b doc: fix typo (Matrix86)
- 45afd692b0 Merge pull request #8 from Matrix86/new/dryrun (contributed by Matrix86)
- f1bfc06340 misc: remove some debug lines (Matrix86)
- d29a533b40 feat: adding imap feeder and xls filter (Matrix86)
- e1cf997307 misc: small fix or general refactoring i did not bother commenting (evilsocket)
- 02a11c5a05 Merge branch 'master' into json_filter (Matrix86)
- 3e5cbfb257 misc: adding doc (Matrix86)
- 500b327732 Merge pull request #9 from Matrix86/json_filter (contributed by Matrix86)
- a8db8bdc10 misc: fix doc (Matrix86)
- 289a2841a4 Merge pull request #10 from Matrix86/feat/ratelimiter (contributed by Matrix86)
- 99ef0943ef releasing v1.20.0 (Matrix86)
v1.16.1
Release Note v1.16.1
Fixes
- 49644a489b fix: twitter moved to APIv2 (Matrix86)
Misc
- e2c6d9e245 removing dghubble/go-twitter and adding g8rswimmer/go-twitter/v2 (Matrix86)
- 34a5820d5b releasing v1.16.1 (Matrix86)
v1.15.1
Release Note v1.15.1
Misc
- cf46f93ae4 updating dependencies and minimun go version to 1.19 (Matrix86)
- 4d36497b80 releasing v1.15.1 (Matrix86)
- 8849430064 fixing deprecated directive on goreleaser (Matrix86)
- 1711c8608f fixing deprecated directive on goreleaser part2 (Matrix86)
v1.15.0
Release Note v1.15.0
New Features
- 099e1e2abb new: socket mode added to slack feeder (Matrix86)
Misc
- b01bc2f8c8 misc: move import (Matrix86)
- 75c5c01b1a releasing v1.15.0 (Matrix86)
v1.14.0
Release Note v1.14.0
New Features
- 5a152d5609 new: support dash symbol on rule's name (Matrix86)
- f3a5448623 new: cache filter supports named cache (Matrix86)
- b801b038fc new: HTML filter added (Matrix86)
Fixes
- 2c203494ea fix: pass thru the cache filter if the target hasn't been found (Matrix86)
- bba9bd801b fix: cache test was wrong (Matrix86)
- 5c937f3496 fix: use right decompressor for gz (Matrix86)
- eec0121c3f fix: adding context to the apt lib (Matrix86)
- ca14304b7a fix: add rule_name field to the msg generated by a feeder (Matrix86)
- 2877e5f86c fix: don't set the name if it is not a global cache (Matrix86)
- dba2b58130 fix: adding source_feeder_rule as extra param (Matrix86)
v1.11.3
Release Note v1.11.3
New Features
- e7ac9401a7 new: apt repository feeder (Matrix86)
- 834c07c92b new: target added to the format filter (Matrix86)
- 8561925a2d new: caching only on first run for some feeders (Matrix86)
Fixes
- 702b8fda3c fix: use updated if the publishdate field is not available (Matrix86)
- 4895290bb5 fix: extract author from rss feed (Matrix86)
- 5a85670658 fix (Matrix86)
- 8c991b26fa fix: target param added to echo filter (Matrix86)
- ca4bfa9646 fix: target param added to elasticsearch filter (Matrix86)
- e48784f7e2 fix: added test for firstRun on cache filter (Matrix86)
- 14683aa862 fix: lint fixed (Matrix86)
- ccb75f33b5 fix: doc (Matrix86)
Misc
- cf4ae6d1e4 lint error (Matrix86)
- ca2290bd9a doc: adding target to format filter (Matrix86)
- fbc6867d7e doc only on master (Matrix86)
- 5daf096e8f add pkg link (Matrix86)
- d51699365d Merge remote-tracking branch 'origin/master' into feature/apt_feeder (Matrix86)
- f60a76772b doc (Matrix86)
- 74a81ceff1 doc: fixing the documentation and adding elasticsearch and file filters (Matrix86)
- 995857fb6e doc: added documentation for apt feeder (Matrix86)
- dde50f5de6 little refactoring of apt feeder (Matrix86)
- f103f70b77 Merge pull request #2 from Matrix86/feature/apt_feeder (contributed by Matrix86)
- 8f5e174dd3 releasing v1.11.3 (Matrix86)
v1.8.2
Release Note v1.8.2
New Features
- 4ff848854f new: added file filter for reading files (evilsocket)
- 134a0b3285 new: implemented elasticsearch filter (evilsocket)
- c5d42d1eef new: added log to file filter in case the message does not contain a file path (evilsocket)
- e1a30d12ca new: added 'lt_baseurl' parameter to the Slack feeder (Matrix86)
Fixes
- 5413cde1e0 fix: added type=local to example rule (evilsocket)
- 9188d545d7 fix: lint is a bad guy (Matrix86)
- 521ea0ffb2 fix: trigger file filter only if the message is a file path (evilsocket)
- 0a38ad44ca fix: using sha256(data) as document id for the elasticsearch filter (evilsocket)
- 1ad3e623b6 fix: fixed elasticsearch id format (evilsocket)
- 199110c358 fix: extras for the folder feeder weren't filled correctly (Matrix86)
- c59822580f fix: main field was not filled correctly (Matrix86)
- 562bb14a69 fix: adding event and service name (Matrix86)
- 0bd2321fe1 fix: downgraded log verbosity (evilsocket)
- a0b6526d51 fix: allow multiple messages creation on JS filters (Matrix86)
- fb7dc4906e fix: fixing typo on doc (Matrix86)
Misc
- 18f531a5cc merge conflicts (evilsocket)
- 5a6c38d7ed Merge branch 'master' of github.com:Matrix86/driplane (Matrix86)
- b4b1e3aed1 removing lint check (Matrix86)
- aed739e498 updating cloudwatcher to v1.1.6 (Matrix86)
- e007d1f58d updating cloudwatcher to v1.1.7 (Matrix86)
- 8f846afdbc Merge branch 'master' of github.com:Matrix86/driplane (Matrix86)
- 3271f7e593 updating elasticsearch module (Matrix86)
- a0ae66f158 releasing v1.8.2 (Matrix86)
v1.4.0
Release Note v1.4.0
New Features
- f91daaca78 new: striptag filter added (Matrix86)
Fixes
- 5d34a54448 fix: avoid panic on shutdown because of closing a chan multiple times (Matrix86)
Misc
- 663b13d915 Update README.md (Matrix86)
- 5798e01e6b doc: fix (Matrix86)
- 548f662471 releasing v1.4.0 (Matrix86)
v1.3.1
Release Note v1.3.1
New Features
- 954e654b00 new: support to the 'import' directive on the DSL (Matrix86)
- f618bb4b2c new: bus for events added to filters and feeders and cache will be written on file on exit (Matrix86)
Fixes
- 6e861a1b57 fix: comments added to fix lint (Matrix86)
- 0684fd1e40 fix: comments added and typos fixed (Matrix86)
Misc
- 5472fbaecd releasing v1.3.1 (Matrix86)
v1.1.7
Release Note v1.1.7
Fixes
- ec679857fe fix: disabling https certificate check (Matrix86)
- 73d8d5d576 fix: array of strings from RSS will be inserted in the extra (Matrix86)
Misc
- 96533d603e misc: updating cloudwatcher lib to 1.1.5 (Matrix86)
- 97e244c596 releasing v1.1.7 (Matrix86)