Skip to content

Releases: synzen/MonitoRSS

6.13.16

17 May 00:14
Compare
Choose a tag to compare

Fix filters command not displaying rfilters
Fix rare case of a "Call stack size exceeded" error when adding filters

6.13.15

17 May 00:13
Compare
Choose a tag to compare

Fix errors being thrown for rate-limited-related errors during the independent feed cycle. These errors are handled internally and should not be surfaced.

6.13.14

16 May 18:38
Compare
Choose a tag to compare

Throw unique exception for bad requests for article deliveries. This allows it to distinguished to be automatically disabled.

6.13.13

16 May 18:35
Compare
Choose a tag to compare

Enable feeds that have been disabled due to bad format when text/embed is changed through text and embed commands
Fix feeds not getting enabled/disabled in schedule manager when feed limits are changed
Fix tests

6.13.12

15 May 04:53
Compare
Choose a tag to compare

Add config.disableFeedCycles config
Add support for schedule runs to be run independently

6.13.11

15 May 04:53
Compare
Choose a tag to compare

Add missing webhook.url to Feed Mongoose schema

6.13.10

15 May 04:52
Compare
Choose a tag to compare
  • Update @synzen/discord-rest to fix requests hanging
  • Save webhook when saving webhooks to feeds to accommodate easier REST API calls

6.13.9

14 May 22:55
Compare
Choose a tag to compare

Set higher timeout for spawning shards

6.13.8

14 May 22:03
Compare
Choose a tag to compare

Fix exception in testing filters when an article is missing a reference for a property that has filters

6.13.7

14 May 01:07
Compare
Choose a tag to compare

Fix blocked articles by inverted filters when the article property doesn't exist. Inverted filters applying to article properties that don't exist should allow the article to pass.