Skip to main content

Changelog

Review previous changelogs in regard to newly added bot features and when they were documented on the website.

info

Only changelogs newer than December 4, 2023, are documented.

March 29, 2024 - Version 3.23

New features

  • Suggestions support newline characters (\n) allowing for better suggestion formatting
  • The bot will ping the suggestions author in newly created suggestions threads

Bug fixes

  • Fixed a condition where resolving a suggestion when the bot was missing log channel permissions would result in the suggestion disappearing
  • Fixed the CDN including an extra . in image urls

Technical changes

Bot

  • Reduced the amount of API requests required to delete messages
  • Moved functionality from our Disnake fork into the bot
  • Updated Zonis to the next major version
  • More metadata in certain log messages
  • Removed some unused methods
  • All unhandled errors are pushed into our logging pipeline so we can catch and fix them easier

Garven

  • Updated Zonis to the next major version

March 10, 2024 - Version 3.22

Documented Changes

  • Ability to configure suggestions channel queue (acff1c1)

Minor Changes

Bug Fixes

  • Fix information disclosures in commands using the wrong value for the command author (5840093)
  • Fix images 404'ing after 2 weeks (d38a3c7)

Technical Changes

Documentation

  • No technical changes, but maybe upgrading to a v4 alpha version of skyra-components soon if a public release isn't available by then

Bot

  • Moved to centralised logging (e083d20)
  • Added internal helper classes (cee879e)

January 4, 2024

Documented Changes

  • Add missing documentation for the /clear command (v3.2)

Minor Changes

  • Remove the /coming-soon route as the bot is stable and has nearly all features from the previous JavaScript version

Bug Fixes

  • Voters should no longer display on cleared suggestions (v3.20)

Technical Changes

Documentation

  • No technical changes

Bot

  • The bot runs behind a gateway proxy for zero downtime deployments (reverted as of c5727a6)
  • The ability to expose further information via our API
  • The shard count is now 5 shards per cluster with a total of 14 clusters

December 4, 2023

Documented Changes

  • Suggestion queue via the /queue command (v3.12)
  • Configure if images are able to be attached to suggestions via /config images_in_sugggestions (v3.14)
  • View who voted on a suggestion /view voters command (v3.14)
  • Anonymous suggestion resolutions via /config anonymous_resolutions (v3.15)
  • Block users from submitting suggestions via /blocklist user (v3.18)

Minor Changes

  • Improved rendered embeds and other Discord React componenents

Bug Fixes

  • To many to address in this one changelog

Technical Changes

Documentation

  • Upgraded repo Yarn to v3.9.4
  • Upgraded repo to Node v18.12.1
  • Upgade all other repo dependencies to latest major sem versions (holding off on Docusaurus v3)

Bot

  • General infrastructure and codebase refactoring and changes. Too much to properly document on this page