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