File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ v3.1.0 - 2022-03-10
2
+ =====================
3
+
4
+ This release adds logging to mysql-native! If you are using it with vibe, it
5
+ will by default use the vibe logging facilities. Otherwise, it will use
6
+ std.experimental.logger.
7
+
8
+ This release is thanks to the efforts of @singingbush
9
+ - ** Fixed:** [ #113 ] ( https://github.com/mysql-d/mysql-native/issues/113 ) :
10
+ use vibe.core.log when ` Have_vibe_d_core `
11
+
12
+ A warning to users of this new version, std.experimental.logger prior to DMD
13
+ version 2.099.0, used a default level of ` all ` , which includes trace messages.
14
+ If you do not wish to see these messages (there will be a lot of them), either
15
+ use a compiler based on DMD 2.099.0 or later, or change the log level of the
16
+ default logger to something less.
17
+
1
18
v3.0.3 - 2021-09-11
2
19
=====================
3
20
You can’t perform that action at this time.
0 commit comments