Releases: Matrix86/driplane
Releases · Matrix86/driplane
v1.2.0
Release Note v1.2.0
New Features
- 5ce6506879 new: timer feeder added (Matrix86)
- c3ccd1e7fe new: folder feeder can now watch git repositories (Matrix86)
Misc
- 11caea65ad fixed lint check (Matrix86)
- e6954814ac updating dependencies using cloudwatcher v1.1.2 (Matrix86)
- 5cb95a04ca updating dependencies using cloudwatcher v1.1.3 (Matrix86)
- d2d4837e65 releasing v1.2.0 (Matrix86)
- 1f6d28d843 updating dependencies using cloudwatcher v1.1.3 (Matrix86)
v1.0.0
Release Note v1.0.0
New Features
- 8ba8c8fc9d new: folder feeder supports gdrive, dropbox, s3 and fsnotify (Matrix86)
Misc
- e1a19187e3 releasing v1.0.0 (Matrix86)
v0.10.0
Release Note v0.10.0
New Features
- 0ee56d3abb new: added folder feeder (evilsocket)
- 99c3e3a828 new: file.Write and file.Read for js plugins (evilsocket)
Fixes
- fa402cc576 fix: wrong var used on ttlMap.setPersistence (Matrix86)
- 0b3a4dbc54 fix: fixed config.yaml.example (evilsocket)
- 3d5b910b2e fix: if log_path is not valid use fmt to print the error (evilsocket)
- 4c0f66f72d fix: only concatenating base path if needed (evilsocket)
- 9c2b72c529 fix: lint didn't like it (Matrix86)
Misc
- 78323c3413 misc: added log on ttlmap.syncFile (Matrix86)
- b1f18be9ee releasing v0.10.0 (Matrix86)
v0.9.4
Release Note v0.9.4
New Features
- 477e7cfe17 new: added sync_time parameter to the cache filter (Matrix86)
Fixes
- eb06d5450e fix: print error returned by syncFile (Matrix86)
Misc
- f7059ac7bb releasing 0.9.4 (Matrix86)
v0.9.3
Release Note v0.9.3
Fixes
- 70a2b56844 fix: more info in the event type file_share of Slack feeder (Matrix86)
Misc
- 564b71817e more explicit log info for the slack filter (Matrix86)
v0.9.2
Release Note v0.9.2
Fixes
- fb5e1ead4a fix: if slack filter has blocks=true it can parse the input json with the 'blocks' field (Matrix86)
v0.9.1
Release Note v0.9.1
New Features
- 3c168cb975 new: cache filter can be persistent on file (Matrix86)
- 10257122aa new: FlatStruct method added to the utils package (Matrix86)
- 5689d41ee6 new: slack filter and feeder added (Matrix86)
- 92b1f790c7 new: slack filter support blocks template (Matrix86)
Fixes
- c24881c966 fix: Message.GetTarget() return an interface{} (Matrix86)
Misc
- b7c34cd120 minor fixes on the text filter (Matrix86)
- f2f98906d3 text filter: avoid error if target is not found (Matrix86)
v0.8.4
Release Note v0.8.4
New Features
- 7c0930fb1d new: added support for single quotes on the rule parser (Matrix86)
Fixes
- bc627ea26a fix: web feeder data map was not initialized (Matrix86)
- 30cf5ce29f fix: echo filter didn't show nothing if extra field was not set (Matrix86)
- c49ef1aad5 fix: more check on the type of the received message on filters (Matrix86)
Misc
- 48220c755b filter text refactored a little (Matrix86)
v0.8.3
Release Note v0.8.3
New Features
- 50f6f4f1df new: ignore_pubdate parameter added to the RSS feeder (Matrix86)
Fixes
- fee924575e fix on the releaser workflow (Matrix86)
- 93726b8e98 fix: overwrite value on cache if same key is used (Matrix86)
- 0c837fa31a fix: html meta data was searching for 'property' attribute instead of 'name' (Matrix86)
- a2627622fd fix: check if the received message is convertible in string (Matrix86)
- ff7ffd1d01 fix: check received message type (Matrix86)
- f6ff33d4da fix: check the type before to cast it to string on filters (Matrix86)
Misc
- a6046fb604 typo: commits that start with 'typo' will be ignored (Matrix86)
- 49e8bc949f misc: new unit tests added (Matrix86)
- b3a1fc154a minor release (Matrix86)