@@ -5,6 +5,42 @@ 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.2 - 2024-09-02
9
+
10
+ 10 pull requests were merged this release cycle.
11
+
12
+ This release addresses a few regressions that have occurred, and refines SQLx's MSRV policy (see [ the FAQ] ( FAQ.md ) ).
13
+
14
+ ### Added
15
+ * [[ #3447 ]] : Clarify usage of Json/Jsonb in query macros [[ @Lachstec ]]
16
+
17
+ ### Changed
18
+ * [[ #3424 ]] : Remove deprecated feature-names from ` Cargo.toml ` files in examples [[ @carschandler ]]
19
+
20
+ ### Fixed
21
+ * [[ #3403 ]] : Fix (#3395 ) sqlx::test macro in 0.8 [[ @joeydewaal ]]
22
+ * [[ #3411 ]] : fix: Use rfc3339 to decode date from text [[ @pierre-wehbe ]]
23
+ * [[ #3453 ]] : fix(#3445 ): PgHasArrayType [[ @joeydewaal ]]
24
+ * Fixes ` #[sqlx(no_pg_array)] ` being forbidden on ` #[derive(Type)] ` structs.
25
+ * [[ #3454 ]] : fix: non snake case warning [[ @joeydewaal ]]
26
+ * [[ #3459 ]] : Pgsql cube type compile fail [[ @kdesjard ]]
27
+ * [[ #3465 ]] : fix(postgres): max number of binds is 65535, not 32767 (regression) [[ @abonander ]]
28
+ * [[ #3467 ]] : fix cancellation issues with ` PgListener ` , ` PgStream::recv() ` [[ @abonander ]]
29
+ * Fixes cryptic ` unknown message: "\\0" ` error
30
+ * [[ #3474 ]] : Fix try_get example in README.md [[ @luveti ]]
31
+
32
+ [ #3403 ] : https://github.com/launchbadge/sqlx/pull/3403
33
+ [ #3411 ] : https://github.com/launchbadge/sqlx/pull/3411
34
+ [ #3424 ] : https://github.com/launchbadge/sqlx/pull/3424
35
+ [ #3447 ] : https://github.com/launchbadge/sqlx/pull/3447
36
+ [ #3453 ] : https://github.com/launchbadge/sqlx/pull/3453
37
+ [ #3454 ] : https://github.com/launchbadge/sqlx/pull/3454
38
+ [ #3455 ] : https://github.com/launchbadge/sqlx/pull/3455
39
+ [ #3459 ] : https://github.com/launchbadge/sqlx/pull/3459
40
+ [ #3465 ] : https://github.com/launchbadge/sqlx/pull/3465
41
+ [ #3467 ] : https://github.com/launchbadge/sqlx/pull/3467
42
+ [ #3474 ] : https://github.com/launchbadge/sqlx/pull/3474
43
+
8
44
## 0.8.1 - 2024-08-23
9
45
10
46
16 pull requests were merged this release cycle.
@@ -2543,3 +2579,8 @@ Fix docs.rs build by enabling a runtime feature in the docs.rs metadata in `Carg
2543
2579
[@ ods]: https: // github.com/ods
2544
2580
[@ soucosmo]: https: // github.com/soucosmo
2545
2581
[@ kolinfluence]: https: // github.com/kolinfluence
2582
+ [@ joeydewaal]: https: // github.com/joeydewaal
2583
+ [@ pierre- wehbe]: https: // github.com/pierre-wehbe
2584
+ [@ carschandler]: https: // github.com/carschandler
2585
+ [@ kdesjard]: https: // github.com/kdesjard
2586
+ [@ luveti]: https: // github.com/luveti
0 commit comments