Sourced from sqlx's changelog.
0.7.2 - 2023-09-25
23 pull requests were merged this release cycle.
Added
- [#2121]: Add JSON support to
FromRow
derive [[@95ulisse
]]- [#2533]: Implement mysql_clear_password [[
@ldanilek
]]- [#2538]: cli: add --target-version CLI flags for migrate run/revert [[
@inahga
]]- [#2577]: supplement Postgres listen example with a small chat example [[
@JockeM
]]- [#2602]: Support naming migrations sequentially [[
@vmax
]]- [#2634]: Adding PgHasArrayType for &[u8;N] [[
@snf
]]- [#2646]: Support for setting client certificate and key from bytes [[
@wyhaya
]]- [#2664]: Automatically infer migration type [[
@vmax
]]- [#2712]: Add impl for
Type
,Decode
, andEncode
forBox<str>
andBox<[u8]>
[[@grant0417
]]Changed
- [#2650]: Cleanup format arguments [[
@nyurik
]]- [#2695]: remove &mut PoolConnection from Executor docs [[
@olback
]]
- This impl was removed in 0.7.0 because of coherence issues.
- [#2706]: Clarify where optional features should be enabled [[
@kryptan
]]- [#2717]: Update README.md [[
@fermanjj
]]- [#2739]: Bump mariadb CI images + mysql unpin [[
@grooverdan
]]- [#2742]: Implemented poll_flush for Box [[
@bobozaur
]]- [#2740]: Remove sealed trait comments from documentation [[
@bobozaur
]]- [#2750]: Fix #2384, bump flume to v0.11.0 [[
@madadam
]]- [#2757]: Remove unused
remove_dir_all
crate fromsqlx-cli
, fixes RUSTSEC-2023-0018 [[@aldur
]]Fixed
- [#2624]: Documentation typo: BYTE -> BINARY [[
@sebastianv89
]]- [#2628]: docs: 0.7 is stable in the entire README [[
@marcusirgens
]]- [#2630]: fix(postgres): fix buffer management in PgCopyIn::read_from [[
@tsing
]]- [#2651]: Chore: Fix few build warnings, and make CI fail on warn [[
@nyurik
]]- [#2670]: fix: ignore extra fields in Postgres describe parsing [[
@abonander
]]- [#2687]: docs: Fix description of
min_connections
[[@hakoerber
]]#2121: launchbadge/sqlx#2121 #2533: launchbadge/sqlx#2533 #2538: launchbadge/sqlx#2538 #2577: launchbadge/sqlx#2577 #2602: launchbadge/sqlx#2602 #2624: launchbadge/sqlx#2624 #2628: launchbadge/sqlx#2628 #2630: launchbadge/sqlx#2630 #2634: launchbadge/sqlx#2634 #2646: launchbadge/sqlx#2646 #2650: launchbadge/sqlx#2650 #2651: launchbadge/sqlx#2651 #2664: launchbadge/sqlx#2664
... (truncated)