We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f19e7 commit 2828b1cCopy full SHA for 2828b1c
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
-fixed:
2
- - example.yml was incorrect
3
- - commandapi unregistration on shutdown threw exceptions
+well this is a big version jump because it has major rewrites to support
+a second backend. what do I mean by that? CommandBridge was(or still is)
+being powered by Websockets. but some users asked for the feature to implement
4
+redis. So here it is:
5
+
6
+- full redis support as transport layer
7
+- you can either use websockets or redis depends on what you select in the config
8
9
+so big version because the config has major changes and the plugin architecture
10
-added:
- - modrinth api - update checker
gradle.properties
@@ -1,3 +1,3 @@
org.gradle.configuration-cache=true
-pluginVersion=3.0.1
+pluginVersion=3.1.0
0 commit comments