We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bd023 commit 656cd9aCopy full SHA for 656cd9a
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+## [2.0.4.1] - 2022-12-15
6
7
+- Sources of `me.botsko:elixr` dependency included into repository. Since original maven repository was down.
8
+- Make project buildable.
9
+- Speedup mysql batch inserts.
10
+- Remove warnings about SSL when connecting to mysql.
11
+- Fix mysql connection leaks.
12
+- Disable `RemoveAbandoned` mysql setting. It harms when database has lots of data and query
13
+ lasts too long thus triggering unwanted connection closing.
0 commit comments