You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/ChangeLog.md
+18
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
# 0.44.1
2
+
Infrastructure:
3
+
* MySQL driver 8.0.33
4
+
5
+
Bug fixes:
6
+
*[MySQL] Fix bug when inserted ids are not returned if `rewriteBatchedStatements` property set to true by @Tapac in https://github.com/JetBrains/Exposed/pull/1873
7
+
* fix: Incorrect SQL statements when creating a table with a dot in its name by @joc-a in https://github.com/JetBrains/Exposed/pull/1871
8
+
* fix: Parsing failure when selecting CURRENT_TIMESTAMP using CurrentDateTime function by @joc-a in https://github.com/JetBrains/Exposed/pull/1879
9
+
10
+
Deprecations:
11
+
* deprecate: Raise deprecation levels of API elements by @bog-walk in https://github.com/JetBrains/Exposed/pull/1872
12
+
* deprecate: Raise deprecation level of currentScheme property by @bog-walk in https://github.com/JetBrains/Exposed/pull/1874
13
+
14
+
Docs:
15
+
* Version Notice for JVM by @adambrangenberg in https://github.com/JetBrains/Exposed/pull/1858
16
+
* docs: Add missing KDocs in all modules except core and dao by @bog-walk in https://github.com/JetBrains/Exposed/pull/1876
17
+
* docs: EXPOSED-199 Update configuration section in spring-boot-starter README by @bog-walk in https://github.com/JetBrains/Exposed/pull/1878
0 commit comments