File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ v3.0.2 - 2021-05-28
2+ =====================
3+
4+ Migrate all CI to github actions. This release has a large amount of shuffling
5+ around of tests and uses the new github actions CI instead of travis-ci (which
6+ has become unusable for this project).
7+
8+ Also, the dub file has been greatly simplified. All the testing has been moved
9+ from the main dub file into subpackages, to keep the library itself clean of
10+ spurious dependencies. This also fixes the issues with Dub from DMD 2.095+
11+
12+ - ** Tests:** [ #227 ] ( https://github.com/mysql-d/mysql-native/issues/227 ) :
13+ move CI from travis to github actions. (@singingbush )
14+ - ** Fixed:** [ #224 ] ( https://github.com/mysql-d/mysql-native/issues/224 ) :
15+ Basic mysql-native dub app does not compile with dmd 2.095.0.
16+ - ** Change:** [ #220 ] ( https://github.com/mysql-d/mysql-native/pull/220 ) :
17+ By default mysql-native will use the utf8mb4 instead of utf8 as the default
18+ collation for servers that support it. (@kubo39)
19+
20+ v3.0.1 - 2021-04-28
21+ =====================
22+
23+ Hot fix for issue regarding autoPurge not always running properly in a vibe-d environment, causing out-of-order server packets.
24+
125v3.0.0 - 2019-12-08
226=====================
327
You can’t perform that action at this time.
0 commit comments