@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.5.8 - 2021-09-30
9
+
10
+ [ A total of 23 pull requests] [ 0.5.8-prs ] were merged this release cycle! The highlights:
11
+
12
+ * [[ #1289 ]] Support the ` immutable ` option on SQLite connections [[ @djmarcin ]]
13
+ * [[ #1295 ]] Support custom initial options for SQLite [[ @ghassmo ]]
14
+ * Allows specifying custom ` PRAGMA ` s and overriding those set by SQLx.
15
+ * [[ #1345 ]] Initial support for Postgres ` COPY FROM/TO ` [[ @montanalow ] , [ @abonander ]]
16
+ * [[ #1439 ]] Handle multiple waiting results correctly in MySQL [[ @eagletmt ]]
17
+
18
+ [ #1289 ] : https://github.com/launchbadge/sqlx/pull/1289
19
+ [ #1295 ] : https://github.com/launchbadge/sqlx/pull/1295
20
+ [ #1345 ] : https://github.com/launchbadge/sqlx/pull/1345
21
+ [ #1439 ] : https://github.com/launchbadge/sqlx/pull/1439
22
+ [ 0.5.8-prs ] : https://github.com/launchbadge/sqlx/pulls?q=is%3Apr+is%3Amerged+merged%3A2021-08-21..2021-10-01
23
+
8
24
## 0.5.7 - 2021-08-20
9
25
10
26
* [[ #1392 ]] use ` resolve_path ` when getting path for ` include_str!() ` [[ @abonander ]]
@@ -967,4 +983,8 @@ Fix docs.rs build by enabling a runtime feature in the docs.rs metadata in `Carg
967
983
[@ marshoepial]: https: // github.com/marshoepial
968
984
[@ link2ext]: https: // github.com/link2ext
969
985
[@ madadam]: https: // github.com/madadam
970
- [@ AtkinsChang ]: https: // github.com/AtkinsChang
986
+ [@ AtkinsChang ]: https: // github.com/AtkinsChang
987
+ [@ djmarcin]: https: // github.com/djmarcin
988
+ [@ ghassmo]: https: // github.com/ghassmo
989
+ [@ eagletmt]: https: // github.com/eagletmt
990
+ [@ montanalow]: https: // github.com/montanalow
0 commit comments