Releases: theseus-rs/postgresql-embedded
Releases Β· theseus-rs/postgresql-embedded
v0.17.1
π¦ Build system
- update dependencies (#141)
- correct documentation build (#140)
v0.17.0
π₯ Breaking changes
- remove version 12 and deprecate version 13 (#139)
β¨ Enhancements
- add version 17 support (#138)
π Bug fixes
- allow archives to be bundled from alternate github repositories (#135)
π οΈ Other improvements
- remove version 12 and deprecate version 13 (#139)
- forbid clippy allow attributes (#136)
- update dependencies (#134)
v0.16.3
π οΈ Other improvements
- switch from xz2 to liblzma (#133)
v0.16.2
π Bug fixes
π Documentation
- split axum and progress bar examples (#126)
- add example diesel r2d2 (#129)
v0.16.1
β¨ Enhancements
- add archive tracing progress bar status (#125)
π Documentation
- add indicatif to axum example (#124)
- add axum example (#123)
π οΈ Other improvements
- update version of postgresql used for testing from 16.3.0 to 16.4.0 (#120)
v0.16.0
π₯ Breaking changes
- refactor archive extract directories (#118)
- return list of files from archive extract function (#115)
- refactor extension matchers (#113)
β¨ Enhancements
- add portal corp extensions (#112)
π Bug fixes
- correct extension regex to match file extensions (#119)
- correct steampipe extension url resolution (#111)
π Documentation
- add PortalCorp example for pgvector (#117)
π¦ Build system
- update dependencies (#114)
π οΈ Other improvements
- refactor archive extract directories (#118)
- improve matcher error tests (#116)
- return list of files from archive extract function (#115)
- refactor extension matchers (#113)
v0.15.0
This release updates the MSRV to 1.80. A breaking change was made to the matcher function signature to include the requested url.
π₯ Breaking changes
- initial postgresql_extensions crate (#110)
β¨ Enhancements
- initial postgresql_extensions crate (#110)
v0.14.2
π Bug fixes
- improve commands on windows to return stdout and stderr (#108)
- updated PgConfigBuilder interface to align with pg_config executable (#107)
π Documentation
- add version optimization documentation (#106)
v0.14.1
π Bug fixes
- correct bug where commands hang on windows when retrieving stdout/stderr (#105)
π Documentation
- update docs for new features (#101)
π¦ Build system
- suppress lint warning (#104)
- change default from rustls-tls to native-tls (#103)
v0.14.0
π₯ Breaking changes
- add feature flags to enable zonky (#100)
β¨ Enhancements
- add feature flags to enable zonky (#100)
π οΈ Other improvements
- correct extract test implementations (#97)