Skip to content

Releases: Vedinsoh/discord-auto-publisher

6.0.0

09 Sep 17:23
Compare
Choose a tag to compare

Complete refactor of project architecture

Full Changelog: 5.0.0...6.0.0

5.0.0

19 May 18:50
Compare
Choose a tag to compare

What's Changed

  • Refactored guild data store to MongoDB
  • Refactored message handling
  • Refactored config handling
  • Scripts improvements
  • Bumped dependencies

Full Changelog: 4.1.0...5.0.0

4.1.0

24 Mar 09:28
Compare
Choose a tag to compare
  • Reworked the way messages publishing is handled
  • Bumped dependencies
  • Reworked app logging

Full Changelog: 4.0.0...4.1.0

4.0.0

23 Dec 21:47
Compare
Choose a tag to compare
  • Added queue manager to mitigate the rate limits upon mass publishing in a single guild
  • Refactored the anti-spam & rate limits managers
  • Replaced discord.js-light with vanilla discord.js v14 due to deprecation
  • Switched module handling from CommonJS to ESM
  • Changed files & folders structure for consistency
  • Various fixes & code quality improvements
  • Bumped dependencies

Full Changelog: 3.0.0...4.0.0

3.0.0

26 Nov 16:20
Compare
Choose a tag to compare
  • Replaced local JSON databases with Redis caching
  • Refactored managers to work with Redis
  • Added Docker & Docker compose support
  • Improved typings & cleaned excess types
  • Improved configuration
  • Code quality improvements
  • Bumped dependencies