@@ -5,6 +5,35 @@ 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.8.6 - 2025-05-19
9
+
10
+ 9 pull requests were merged this release cycle.
11
+
12
+ ### Added
13
+ * [[ #3849 ]] : Add color and wrapping to cli help text [[ @joshka ]]
14
+
15
+ ### Changed
16
+ * [[ #3830 ]] : build: drop unused ` tempfile ` dependency [[ @paolobarbolini ]]
17
+ * [[ #3845 ]] : chore: clean up no longer used imports [[ @tisonkun ]]
18
+ * [[ #3863 ]] : Use unnamed statement in pg when not persistent [[ @ThomWright ]]
19
+ * [[ #3866 ]] : chore(doc): clarify compile-time verification and case conversion behavior [[ @duhby ]]
20
+
21
+ ### Fixed
22
+ * [[ #3840 ]] : Fix docs.rs build of sqlx-sqlite [[ @gferon ]]
23
+ * [[ #3848 ]] : fix(macros): don't mutate environment variables [[ @joeydewaal ]]
24
+ * [[ #3855 ]] : fix ` attrubute ` typo in doc [[ @kujeger ]]
25
+ * [[ #3856 ]] : fix(macros): slightly improve unsupported type error message [[ @dyc3 ]]
26
+
27
+ [ #3830 ] : https://github.com/launchbadge/sqlx/pull/3830
28
+ [ #3840 ] : https://github.com/launchbadge/sqlx/pull/3840
29
+ [ #3845 ] : https://github.com/launchbadge/sqlx/pull/3845
30
+ [ #3848 ] : https://github.com/launchbadge/sqlx/pull/3848
31
+ [ #3849 ] : https://github.com/launchbadge/sqlx/pull/3849
32
+ [ #3855 ] : https://github.com/launchbadge/sqlx/pull/3855
33
+ [ #3856 ] : https://github.com/launchbadge/sqlx/pull/3856
34
+ [ #3863 ] : https://github.com/launchbadge/sqlx/pull/3863
35
+ [ #3866 ] : https://github.com/launchbadge/sqlx/pull/3866
36
+
8
37
## 0.8.5 - 2025-04-14
9
38
10
39
Hotfix release to address two new issues:
@@ -31,9 +60,6 @@ The `0.8.4` release will be yanked as of publishing this one.
31
60
32
61
50 pull requests were merged this release cycle.
33
62
34
- As of this release, development of ` 0.9.0 ` has begun on ` main ` .
35
- Barring urgent hotfixes, this is expected to be the last release of ` 0.8.x ` .
36
-
37
63
### Added
38
64
* [[ #3603 ]] : Added missing special casing for encoding embedded arrays of custom types [[ @nico-incubiq ]]
39
65
* [[ #3625 ]] : feat(sqlite): add preupdate hook [[ @aschey ]]
@@ -2874,3 +2900,9 @@ Fix docs.rs build by enabling a runtime feature in the docs.rs metadata in `Carg
2874
2900
[@ TeCHiScy ]: https: // github.com/TeCHiScy
2875
2901
[@ mpyw]: https: // github.com/mpyw
2876
2902
[@ bonsairobo]: https: // github.com/bonsairobo
2903
+ [@ gferon]: https: // github.com/gferon
2904
+ [@ joshka]: https: // github.com/joshka
2905
+ [@ kujeger]: https: // github.com/kujeger
2906
+ [@ dyc3]: https: // github.com/dyc3
2907
+ [@ ThomWright ]: https: // github.com/ThomWright
2908
+ [@ duhby]: https: // github.com/duhby
0 commit comments