Skip to content

chore: release v0.4.0 - #49

Merged
alexhraber merged 1 commit into
mainfrom
release-plz-2026-08-06T08-32-43Z
Aug 6, 2026
Merged

chore: release v0.4.0#49
alexhraber merged 1 commit into
mainfrom
release-plz-2026-08-06T08-32-43Z

Conversation

@decapod-release-manager

@decapod-release-manager decapod-release-manager Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • dactyl-db: 0.3.0 -> 0.4.0 (⚠ API breaking changes)

dactyl-db breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Connection is no longer Send, in /tmp/.tmpt3AogZ/dactyl/src/lib.rs:79
  type Connection is no longer Sync, in /tmp/.tmpt3AogZ/dactyl/src/lib.rs:79

--- 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.48.0/src/lints/enum_missing.ron

Failed in:
  enum dactyl_db::StorageOp, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:345
  enum dactyl_db::query::Construct, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/dialect.rs:24
  enum dactyl_db::Construct, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/dialect.rs:24
  enum dactyl_db::query::Rewrite, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/mod.rs:28
  enum dactyl_db::query::Dialect, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/dialect.rs:10
  enum dactyl_db::Dialect, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/dialect.rs:10
  enum dactyl_db::StorageResult, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:355
  enum dactyl_db::SqliteJournalMode, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:37

--- failure enum_tuple_variant_changed_kind: An enum tuple variant changed kind ---

Description:
A public enum's exhaustive tuple variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_tuple_variant_changed_kind.ron

Failed in:
  variant DactylError::Adapter in /tmp/.tmpt3AogZ/dactyl/src/error.rs:26
  variant DactylError::Adapter in /tmp/.tmpt3AogZ/dactyl/src/error.rs:26

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant DactylError:Config in /tmp/.tmpt3AogZ/dactyl/src/error.rs:23
  variant DactylError:Config in /tmp/.tmpt3AogZ/dactyl/src/error.rs:23

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It 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.48.0/src/lints/enum_variant_missing.ron

Failed in:
  variant DactylError::Unsupported, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/error.rs:13
  variant DactylError::Routing, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/error.rs:22
  variant DactylError::InvalidQuery, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/error.rs:31
  variant DactylError::Unsupported, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/error.rs:13
  variant DactylError::Routing, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/error.rs:22
  variant DactylError::InvalidQuery, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/error.rs:31

--- 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.48.0/src/lints/function_missing.ron

Failed in:
  function dactyl_db::query::first_unsupported, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/dialect.rs:88
  function dactyl_db::transaction, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:446
  function dactyl_db::query::dialect_of, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/mod.rs:322
  function dactyl_db::execute_batch, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:441

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.48.0/src/lints/inherent_method_missing.ron

Failed in:
  Connection::open_with_options, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:200
  Connection::dialect, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:269
  Connection::options, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:277
  Connection::query, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:282
  Connection::execute, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:288
  Connection::execute_batch, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:294
  Connection::transaction, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:300
  Connection::last_insert_id, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:317
  Connection::execute_op, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:324

--- 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.48.0/src/lints/module_missing.ron

Failed in:
  mod dactyl_db::query, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/mod.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.48.0/src/lints/struct_missing.ron

Failed in:
  struct dactyl_db::ConnectionOptions, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:131
  struct dactyl_db::query::Analyzed, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/mod.rs:16
  struct dactyl_db::Statement, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/lib.rs:365
  struct dactyl_db::query::QueryAnalyzer, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/mod.rs:47
  struct dactyl_db::QueryAnalyzer, previously in file /tmp/.tmpWbGBDD/dactyl-db/src/query/mod.rs:47
Changelog

0.4.0 - 2026-08-06

Added

  • make dactyl a thin application read write driver (#48)

Other

  • Update Decapod version in README


This PR was generated with release-plz.

@decapod-release-manager
decapod-release-manager Bot force-pushed the release-plz-2026-08-06T08-32-43Z branch from 49389e7 to 0722e23 Compare August 6, 2026 08:33
@alexhraber
alexhraber merged commit 3be0a3f into main Aug 6, 2026
1 check passed
@alexhraber
alexhraber deleted the release-plz-2026-08-06T08-32-43Z branch August 6, 2026 08:34
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.

1 participant