Releases: theseus-rs/postgresql-embedded
Releases Β· theseus-rs/postgresql-embedded
v0.16.3
v0.16.2
v0.16.1
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
v0.15.0
v0.14.2
v0.14.1
v0.14.0
v0.13.0
This release adds support for custom PostgreSQL binary archives. Configuration and examples for installing binaries from zonkyio/embedded-postgres-binaries are included. There are breaking changes to the postgresql_embedded
and postgresql_archive
crate. The previously provided Version
struct has been replaced with the semver crate Version
and VersionReq
structs to provide semantic versioning support.
π₯ Breaking changes
- add configurable extractors (#92)
- remove bytes dependency (#89)
- add configurable hashers (#86)
- add semantic versioning, configurable repositories and asset matchers (#85)
β¨ Enhancements
- update hasher registry to work with Maven central and add md5 hash (#96)
- utilize sqlx for database management to support PostgreSQL installations that do not bundle psql (#95)
- add SHA1 hash support for older Maven repositories (#94)
- add support for installing binaries from the zonky project (#93)
- add configurable extractors (#92)
- add hasher and matcher supports function (#91)
- add blake2 and sha3 hash support (#88)
- add sha2-512 support (#87)
- add configurable hashers (#86)
- add semantic versioning, configurable repositories and asset matchers (#85)
π Bug fixes
- convert possible panics to errors (#90)
π¦ Build system
π οΈ Other improvements
- remove bytes dependency (#89)