Releases: Matrix86/driplane
Releases · Matrix86/driplane
v1.26.9
Changelog
- releasing v1.26.9 (8a2e6e7)
- fix: syscall.Stdin is a Handle on Win (0b289df)
- releasing v1.26.8 (fb500e0)
- fix: goreleaser config updated (82156fb)
- releasing v1.26.7 (3638a42)
- Merge pull request #22 from Matrix86/fix/workflows (45853fa)
- fix: speeding up the tests using the cache (98e380e)
- fix: updating github workflows (857bb68)
- releasing v1.26.0 (e989bed)
- Merge pull request #21 from Matrix86/new/llm_filter (40ef1da)
- Merge branch 'master' into new/llm_filter (48dd7c8)
- Merge pull request #20 from Matrix86/misc/tests (0c445c1)
- new: llm filter added (149d502)
- Merge branch 'master' into misc/tests (c9ec10e)
- misc: increasing tests coverage (a2dc9f4)
- Merge pull request #19 from Matrix86/misc/tests (e2697fb)
- adding tests (93eea21)
- Merge branch 'master' of github.com:Matrix86/driplane (b539422)
- Merge pull request #18 from Matrix86/fix/upgrade_deps (ac078ac)
- updating github workflows (7393316)
- Merge branch 'master' into fix/upgrade_deps (c9b5979)
- minor fixes (edb3621)
- Merge pull request #17 from Matrix86/fix/upgrade_deps (a709fb9)
- fix (d53d318)
- Merge pull request #16 from Matrix86/new/webrss (da90859)
- fix: updating slack filter and feeder according with the libraries that have been upgraded (b367666)
- new: webrss feeder added (bc84a6c)
- merge (9f6ca5a)
- misc: adding some function to JS utils (e370620)
- Merge pull request #14 from rinocs/fix/fixed-ioutil-deprecation (bde6c09)
- Merge branch 'master' into fix/fixed-ioutil-deprecation (054960e)
- Merge pull request #15 from rinocs/fix/fixed-slack-uploadfile-deprecation (af2c95c)
- Merge branch 'master' into fix/fixed-slack-uploadfile-deprecation (ff641b7)
- Merge branch 'master' into fix/fixed-ioutil-deprecation (8d0e193)
- Merge pull request #12 from rinocs/fix/fixed-concurrency-on-map (95b0a89)
- Merge branch 'master' into fix/fixed-slack-uploadfile-deprecation (3e5cda1)
- Merge branch 'master' into fix/fixed-concurrency-on-map (5add01b)
- Merge branch 'master' into fix/fixed-ioutil-deprecation (9d984af)
- Merge pull request #13 from rinocs/feat/new-exec-command (903a6ef)
- Merge branch 'fix/fixed-ioutil-deprecation' of github.com:rinocs/driplane into fix/fixed-ioutil-deprecation (4de30ab)
- fix: fixed typing error (2e2bad4)
- Merge branch 'master' into fix/fixed-concurrency-on-map (6e71713)
- Merge branch 'master' into feat/new-exec-command (0b556e2)
- Merge branch 'master' into fix/fixed-slack-uploadfile-deprecation (dc64943)
- Merge branch 'master' into fix/fixed-ioutil-deprecation (47f87eb)
- fix: updating codecov (798478d)
- fix: moved channel map and chat map to sync.Map (7bfa501)
- fix: fixed upload file deprecation (a5297bc)
- fix: fixed ioutil deprecation starting from Go 1.16 (88429f8)
- fix: fixed concurrency on basic map, moved to sync.Map on telegram feeder (65c6762)
- feat: add ExecCommand method for executing shell commands (c55bfe1)
- fix: updating libs (b30f1de)
- new: reload the rules automatically enabling the option (5a4d574)
- fix: text field was missing (8f32df3)
- new: init of chat and channel maps on telegram (67a8027)
- Merge pull request #11 from Matrix86/feat/telegram_feeder (25974fe)
- fix: dependencies fixed (172f1d1)
- fix: GH workflows fixed (31f8353)
- Merge branch 'master' into feat/telegram_feeder (9924609)
- new: add number filter (348d628)
- fix: telegramfeeder exports the mediasize value as string now (e6e880b)
- fix: numberfilter supports numeric values now (14b58ca)
- feat: adding numberfilter (8d7eaab)
- fix: telegram feeder wasn't returning msg date and time (305a3de)
- fix: adding information about media attachments (7b1b1b3)
- fix: minor fixes (1a98df6)
- updating dependencies (158d166)
- new: telegram filter and feeder added (0e613ac)
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)