Skip to content

Releases: DarkAtra/v-rising-discord-bot

v2.11.6

05 Nov 22:17
Compare
Choose a tag to compare

2.11.6 (2024-11-05)

Bug Fixes

  • dependency update (#128) (a9c3861)
  • the bot no longer re-registers all commands on startup - this should fix the "Unknown Interaction" error after the bot restarted

v2.11.6-next.4

05 Nov 22:00
Compare
Choose a tag to compare
v2.11.6-next.4 Pre-release
Pre-release

2.11.6-next.4 (2024-11-05)

Bug Fixes

  • add missing kord reflection hints (f1c47d4)
  • the bot now only registers "new" commands on startup (49774f7)

v2.11.6-next.3

05 Nov 21:06
Compare
Choose a tag to compare
v2.11.6-next.3 Pre-release
Pre-release

2.11.6-next.3 (2024-11-05)

Bug Fixes

  • use strict image heap for paketo builder (d89d562)

v2.11.5

14 Aug 18:25
Compare
Choose a tag to compare

2.11.5 (2024-08-14)

Bug Fixes

  • allow resetting apiHostname and other optional fields of Server (3750bb8)

v2.11.4

14 Aug 18:06
Compare
Choose a tag to compare

2.11.4 (2024-08-14)

Bug Fixes

  • allow using configure commands in DMs (for admins) (adda4ec)

v2.11.3

14 Aug 17:47
Compare
Choose a tag to compare

2.11.3 (2024-08-14)

Bug Fixes

  • handle bot companion http client errors correctly (5f3d6b6)

v2.11.2

11 Aug 15:30
Compare
Choose a tag to compare

2.11.2 (2024-08-11)

Bug Fixes

  • player count is now calculated based on the getPlayers response (3c3460b)

v2.11.1

11 Aug 15:11
Compare
Choose a tag to compare

2.11.1 (2024-08-11)

Bug Fixes

  • deps: update all non-major dependencies (be866c3)

v2.11.0

11 Aug 14:36
Compare
Choose a tag to compare

2.11.0 (2024-08-11)

Notable Changes

  • heavily refactors the database schema and bot commands

Features

  • gh-124: automated database backups
  • gh-123: prepare for leaderboards

Fixes

  • better error handling
  • improve error messages for ServerQueryClient
  • native hints for bot companion
  • build native image with march=compatibility to support older cpus

Other Changes

  • update nitrite version from 3.x to 4.x
  • add debug log at the start of the update loop
  • update documentation

v2.11.0-next.7

11 Aug 13:42
Compare
Choose a tag to compare
v2.11.0-next.7 Pre-release
Pre-release

2.11.0-next.7 (2024-08-11)

Bug Fixes

  • next pre release (525e97b)
  • run db migration tests in native image (5f24368)