@@ -5,6 +5,72 @@ 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.6.2 - 2022-09-14
9
+
10
+ [ 25 pull requests] [ 0.6.2-prs ] were merged this release cycle.
11
+
12
+ ### Added
13
+ * [[ #1081 ]] : Add ` try_from ` attribute for ` FromRow ` derive [[ @zzhengzhuo ]]
14
+ * Exemplifies "out of sight, out of mind." It's surprisingly easy to forget about PRs when they get pushed onto
15
+ the second page. We'll be sure to clean out the backlog for 0.7.0.
16
+ * [[ #2014 ]] : Support additional SQLCipher options in SQLite driver. [[ @szymek156 ]]
17
+ * [[ #2052 ]] : Add issue templates [[ @abonander ]]
18
+ * [[ #2053 ]] : Add documentation for ` IpAddr ` support in Postgres [[ @rakshith-ravi ]]
19
+ * [[ #2062 ]] : Add extension support for SQLite [[ @bradfier ]]
20
+ * [[ #2063 ]] : customizable db locking during migration [[ @fuzzbuck ]]
21
+
22
+ ### Changed
23
+ * [[ #2025 ]] : Bump sqlformat to 2.0 [[ @NSMustache ]]
24
+ * [[ #2056 ]] : chore: Switch to sha1 crate [[ @stoically ]]
25
+ * [[ #2071 ]] : Use cargo check consistently in ` prepare ` [[ @cycraig ]]
26
+
27
+ ### Fixed
28
+ * [[ #1991 ]] : Ensure migration progress is not lost for Postgres, MySQL and SQLite. [[ @crepererum ]]
29
+ * [[ #2023 ]] : Fix expansion of ` #[sqlx(flatten)] ` for ` FromRow ` derive [[ @RustyYato ]]
30
+ * [[ #2028 ]] : Use fully qualified path when forwarding to ` #[test] ` from ` #[sqlx::test] ` [[ @alexander-jackson ]]
31
+ * [[ #2040 ]] : Fix typo in ` FromRow ` docs [[ @zlidner ]]
32
+ * [[ #2046 ]] : added flag for PIPES_AS_CONCAT connection setting for MySQL to fix #2034 [[ @marcustut ]]
33
+ * [[ #2055 ]] : Use unlock notify also on ` sqlite3_exec ` [[ @madadam ]]
34
+ * [[ #2057 ]] : Make begin,commit,rollback cancel-safe in sqlite [[ @madadam ]]
35
+ * [[ #2058 ]] : fix typo in documentation [[ @lovasoa ]]
36
+ * [[ #2067 ]] : fix(docs): close code block in query_builder.rs [[ @abonander ]]
37
+ * [[ #2069 ]] : Fix ` prepare ` race condition in workspaces [[ @cycraig ]]
38
+ * [[ #2072 ]] : SqliteConnectOptions typo [[ @fasterthanlime ]]
39
+ * [[ #2074 ]] : fix: mssql uses unsigned for tinyint instead of signed [[ @he4d ]]
40
+ * [[ #2081 ]] : close unnamed portal after each executed extended query [[ @DXist ]]
41
+ * [[ #2086 ]] : PgHasArrayType for transparent types fix. [[ @Wopple ]]
42
+ * NOTE: this is a breaking change and has been postponed to 0.7.0.
43
+ * [[ #2089 ]] : fix: Remove default chrono dep on time for sqlx-cli [[ @TravisWhitehead ]]
44
+ * [[ #2091 ]] : Sqlite explain plan log efficiency [[ @tyrelr ]]
45
+
46
+ [ 0.6.2-prs ] : https://github.com/launchbadge/sqlx/pulls?q=is%3Apr+is%3Aclosed+merged%3A2022-08-04..2022-09-14+
47
+
48
+ [ #1081 ] : https://github.com/launchbadge/sqlx/pull/1081
49
+ [ #1991 ] : https://github.com/launchbadge/sqlx/pull/1991
50
+ [ #2014 ] : https://github.com/launchbadge/sqlx/pull/2014
51
+ [ #2023 ] : https://github.com/launchbadge/sqlx/pull/2023
52
+ [ #2025 ] : https://github.com/launchbadge/sqlx/pull/2025
53
+ [ #2028 ] : https://github.com/launchbadge/sqlx/pull/2028
54
+ [ #2040 ] : https://github.com/launchbadge/sqlx/pull/2040
55
+ [ #2046 ] : https://github.com/launchbadge/sqlx/pull/2046
56
+ [ #2052 ] : https://github.com/launchbadge/sqlx/pull/2052
57
+ [ #2053 ] : https://github.com/launchbadge/sqlx/pull/2053
58
+ [ #2055 ] : https://github.com/launchbadge/sqlx/pull/2055
59
+ [ #2056 ] : https://github.com/launchbadge/sqlx/pull/2056
60
+ [ #2057 ] : https://github.com/launchbadge/sqlx/pull/2057
61
+ [ #2058 ] : https://github.com/launchbadge/sqlx/pull/2058
62
+ [ #2062 ] : https://github.com/launchbadge/sqlx/pull/2062
63
+ [ #2063 ] : https://github.com/launchbadge/sqlx/pull/2063
64
+ [ #2067 ] : https://github.com/launchbadge/sqlx/pull/2067
65
+ [ #2069 ] : https://github.com/launchbadge/sqlx/pull/2069
66
+ [ #2071 ] : https://github.com/launchbadge/sqlx/pull/2071
67
+ [ #2072 ] : https://github.com/launchbadge/sqlx/pull/2072
68
+ [ #2074 ] : https://github.com/launchbadge/sqlx/pull/2074
69
+ [ #2081 ] : https://github.com/launchbadge/sqlx/pull/2081
70
+ [ #2086 ] : https://github.com/launchbadge/sqlx/pull/2086
71
+ [ #2089 ] : https://github.com/launchbadge/sqlx/pull/2089
72
+ [ #2091 ] : https://github.com/launchbadge/sqlx/pull/2091
73
+
8
74
## 0.6.1 - 2022-08-02
9
75
10
76
[ 33 pull requests] [ 0.6.1-prs ] were merged this release cycle.
@@ -1510,3 +1576,21 @@ Fix docs.rs build by enabling a runtime feature in the docs.rs metadata in `Carg
1510
1576
[@ crepererum]: https: // github.com/crepererum
1511
1577
[@ UramnOIL ]: https: // github.com/UramnOIL
1512
1578
[@ liningpan]: https: // github.com/liningpan
1579
+ [@ zzhengzhuo]: https: // github.com/zzhengzhuo
1580
+ [@ crepererum]: https: // github.com/crepererum
1581
+ [@ szymek156]: https: // github.com/szymek156
1582
+ [@ NSMustache ]: https: // github.com/NSMustache
1583
+ [@ RustyYato ]: https: // github.com/RustyYato
1584
+ [@ alexander- jackson]: https: // github.com/alexander-jackson
1585
+ [@ zlidner]: https: // github.com/zlidner
1586
+ [@ zlindner]: https: // github.com/zlindner
1587
+ [@ marcustut]: https: // github.com/marcustut
1588
+ [@ rakshith- ravi]: https: // github.com/rakshith-ravi
1589
+ [@ bradfier]: https: // github.com/bradfier
1590
+ [@ fuzzbuck]: https: // github.com/fuzzbuck
1591
+ [@ cycraig]: https: // github.com/cycraig
1592
+ [@ fasterthanlime]: https: // github.com/fasterthanlime
1593
+ [@ he4d]: https: // github.com/he4d
1594
+ [@ DXist ]: https: // github.com/DXist
1595
+ [@ Wopple ]: https: // github.com/Wopple
1596
+ [@ TravisWhitehead ]: https: // github.com/TravisWhitehead
0 commit comments