Releases: eggy03/PaperTrailBot
v3.7.2
What's Changed
This release contains internal refactors for easier maintainability
[2b3e928] build: switch to maven-assembly-plugin
[a85e2b7] chore: bump version to 3.7.2
[330555a] docs: remove native image description
[4815c89] refactor(server-stat-command): make helpers private
[8b71496] style(annotations): replace @NotNull with @NonNull annotations
[589391f] refactor(clients): inject api clients into listeners
[4dcf4c3] refactor(listeners): reorganize command listener packages
[7a5c7bf] refactor: unpack commons package
[8906340] refactor(utils): remove StackWalkerUtils from logging and deprecate
Full Changelog: v3.7.1...v3.7.2
v3.7.1
v3.7.0
Changes
[85d4cc5] feature: display attached roles in invite logs
Invite creates and deletes will now show the roles associated with them. These roles will get auto-applied to any member who joins using that invite link.
Internal Refactors
[41d7f06] refactor(onboard-utils): refactor channel list parsing to use streams
[6a8dd89] refactor(member-utils): refactor role list parsing to use streams
[8b32e43] refactor(role-utils): replace unused exception variables with _
Full Changelog: v3.6.3...v3.7.0
v3.6.3
v3.6.2
v3.6.1
v3.6.0
v3.5.0
v3.4.1
Changes
(172091a) chore: bump version to 3.4.1
(d3840e1) ci: trigger container image publish on tags
(060b84a) docs: add docker compose example
(1f120fa) fix: include maven and gradle wrappers
(9738e7f) chore: add .dockerignore file
(60c3e97) docs: make table of contents collapsible
(ce1831f) docs: add table of contents
(64bc8e9) docs: add auto-configuration and restructure guide
(fc8e098) docs: specify availability of pre-built container images
(88e23b3) build: upgrade java base images to 25
(b6daed5) ci: add workflow to build and publish docker image
(54fe750) docs: update proxy rate limiting behavior
(dcc15d3) docs: add synchronized rate limits configuration
(bb2b5b8) feat: experimental synchronized rate limitation support