Skip to content

Commit cc84b11

Browse files
committed
5.3.1
1 parent bfb37aa commit cc84b11

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

changelogs/5.3.1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## General Changes
2+
3+
### Economy
4+
* Added new service established event to signify when a service has been selected, allowing for dynamic registration against the service
5+
* Networking reliability improved
6+
7+
## Bug Fixes
8+
9+
### Common
10+
* Fixed an issue with the mysql dependency not actually being bundled with Impactor
11+
* Auto downloaded translations now defaults to disabled due to an issue with connectivity
12+
* For existing configs, you'll want to disable this yourself to avoid the startup warning associated with this issue
13+
* Implement service file merging for shadowed dependencies, fixes some compatibility issues (Thanks Stampede)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ fabric-loader=0.16.9
99
fabric-api=0.107.0+1.21.1
1010

1111
# Is the project currently in a snapshot state?
12-
snapshot = true
12+
snapshot = false
1313
release-candidate = 0

0 commit comments

Comments
 (0)