v0.6.0-alpha.2
Pre-release
Pre-release
·
299 commits
to master
since this release
This is pgx v0.6.0-alpha.2. It's mainly a followup to alpha.1 with issues reported from the wild.
What's Changed
- Include caller location in error message when pgx detects a Postgres FFI was called on a not-the-main-thread by @eeeebbbbrrrr in #862
- Remove the
BackgroundWorker::transaction
R: Copy
bound by @yrashk in #863 - pgx compiles under rustc v1.61 by @thomcc in #867
- Update
PgTryBuilder
docs by @yrashk in #865 - Remove stale references to "ZomboDB" by @workingjubilee in #859
- Provide an example of
PostgresType
derivation on enums by @yrashk in #861 - Use
rustls
as the cargo-pgx feature name by @workingjubilee in #860 - Aarch64 compatibility fixes related to
c_char
by @pcnc in #870 - "ereport" messages (
pgx::log!(), pgx::error!(), etc
) no longer add a CONTEXT message to the ereport by @eeeebbbbrrrr in #875 - add the
catalog/indexing.h
header by @eeeebbbbrrrr in #874 - Add a Rust version check to cargo-pgx by @thomcc in #873
- new logo by Cenza Della Donna in #876
- Document
pg_extern(name)
by @yrashk in #868 Range<T>
Type mapping by @mhov in #663- Improve pgx-test's shutdown handling by @thomcc in #833