@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.5.8 - 2021-09-30
9+
10+ [ A total of 23 pull requests] [ 0.5.8-prs ] were merged this release cycle! Some 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+
824## 0.5.7 - 2021-08-20
925
1026* [[ #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
967983[@ marshoepial]: https: // github.com/marshoepial
968984[@ link2ext]: https: // github.com/link2ext
969985[@ 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