Skip to content

chore(release): 0.2.0#4

Merged
f0rr0 merged 1 commit into
mainfrom
release-plz-2026-04-24T12-55-48Z
Apr 26, 2026
Merged

chore(release): 0.2.0#4
f0rr0 merged 1 commit into
mainfrom
release-plz-2026-04-24T12-55-48Z

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Issues

Closes #2.
Refs #1.

🤖 New release

  • pglite-oxide: 0.1.0 -> 0.2.0 (⚠ API breaking changes)

pglite-oxide breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_missing.ron

Failed in:
  enum pglite_oxide::interactive::PokeInput, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:1228

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron

Failed in:
  function pglite_oxide::interactive::run_pg_dump, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:189
  function pglite_oxide::interactive::with_default_runtime, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:164
  function pglite_oxide::embedded_runtime_present, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/lib.rs:420
  function pglite_oxide::interactive::get_io_base_path, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:154
  function pglite_oxide::prepare_default_mount, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/lib.rs:578
  function pglite_oxide::interactive::get_reader, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:134
  function pglite_oxide::interactive::run_tests_quick, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:215
  function pglite_oxide::interactive::hexc, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:34
  function pglite_oxide::interactive::exec_interactive, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:204
  function pglite_oxide::init_tracing, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/lib.rs:23
  function pglite_oxide::install_and_init_with_paths, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/lib.rs:531
  function pglite_oxide::interactive::poke, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:199
  function pglite_oxide::interactive::default_mount, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:194
  function pglite_oxide::interactive::pg_dump_path, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:183
  function pglite_oxide::interactive::wasm_import, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:178
  function pglite_oxide::interactive::get_mount_root, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:159
  function pglite_oxide::ensure_runtime, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/lib.rs:367
  function pglite_oxide::interactive::ainput, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:139
  function pglite_oxide::interactive::si_bytes, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:112
  function pglite_oxide::interactive::start_proxy, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:269
  function pglite_oxide::interactive::is_file_transport_mode, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:208

--- failure function_now_doc_hidden: pub function is now #[doc(hidden)] ---

Description:
A pub function is now #[doc(hidden)], removing it from the crate's public API.
        ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_now_doc_hidden.ron

Failed in:
  function install_extension_archive in file /tmp/.tmp26TlAf/pglite-oxide/src/pglite/base.rs:279
  function install_with_options in file /tmp/.tmp26TlAf/pglite-oxide/src/pglite/base.rs:412
  function ensure_cluster in file /tmp/.tmp26TlAf/pglite-oxide/src/pglite/base.rs:301
  function install_extension_bytes in file /tmp/.tmp26TlAf/pglite-oxide/src/pglite/base.rs:285
  function install_and_init_in in file /tmp/.tmp26TlAf/pglite-oxide/src/pglite/base.rs:400
  function install_and_init in file /tmp/.tmp26TlAf/pglite-oxide/src/pglite/base.rs:388

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/module_missing.ron

Failed in:
  mod pglite_oxide::interactive, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_missing.ron

Failed in:
  struct pglite_oxide::interactive::InteractiveRuntime, previously in file /tmp/.tmpijZcJP/pglite-oxide/src/interactive.rs:378

--- failure struct_now_doc_hidden: pub struct is now #[doc(hidden)] ---

Description:
A pub struct is now #[doc(hidden)], removing it from the crate's public API.
        ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_now_doc_hidden.ron

Failed in:
  struct InstallOptions in file /tmp/.tmp26TlAf/pglite-oxide/src/pglite/base.rs:320
  struct PglitePaths in file /tmp/.tmp26TlAf/pglite-oxide/src/pglite/base.rs:52
  struct MountInfo in file /tmp/.tmp26TlAf/pglite-oxide/src/pglite/base.rs:333
Changelog

0.2.0 - 2026-04-24

Added

  • modernize embedded PGlite API and OSS tooling (#3)

  • Added the high-level Pglite and PgliteServer APIs for direct embedded use
    and PostgreSQL client compatibility.

  • Added process-local template cluster reuse for fast temporary databases, with
    fresh_temporary escape hatches for initialization-specific tests.

  • Added SQLx and tokio-postgres compatibility coverage, runtime/proxy smoke
    tests, CI, cargo-deny policy checks, Conventional Commit validation, and
    documented runtime asset provenance.

  • Improved the blocking proxy/server path for extended-protocol clients,
    readiness handling, and socket mode behavior.


This PR was generated with release-plz.

@f0rr0 f0rr0 merged commit 95a0e80 into main Apr 26, 2026
1 check passed
@f0rr0 f0rr0 deleted the release-plz-2026-04-24T12-55-48Z branch April 26, 2026 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proxy crashes on first connection

1 participant