Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 23, 2025

🤖 New release

  • differential-dataflow: 0.17.0 -> 0.18.0 (⚠ API breaking changes)
  • differential-dogs3: 0.17.0 -> 0.18.0 (✓ API compatible changes)

differential-dataflow breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field OrdKeyBatch.value in /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/trace/implementations/ord_neu.rs:797
  field OrdKeyBatch.value in /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/trace/implementations/ord_neu.rs:797

--- failure function_requires_different_generic_type_params: function now requires a different number of generic type parameters ---

Description:
A function now requires a different number of generic type parameters than it used to. Uses of this function that supplied the previous number of generic types (e.g. via turbofish syntax) will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/function_requires_different_generic_type_params.ron

Failed in:
  function concatenate (5 -> 3 generic types) in /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/collection.rs:726

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

Failed in:
  mod differential_dataflow::operators::negate, previously in file /tmp/.tmpoaBel7/differential-dataflow/src/operators/negate.rs:1

--- failure trait_allows_fewer_generic_type_params: trait now allows fewer generic type parameters ---

Description:
A trait now allows fewer generic type parameters than it used to. Uses of this trait that supplied all previously-supported generic types will be broken.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/trait_allows_fewer_generic_type_params.ron

Failed in:
  trait AsCollection allows 4 -> 2 generic types in /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/collection.rs:690
  trait AsCollection allows 4 -> 2 generic types in /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/collection.rs:690

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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.43.0/src/lints/trait_missing.ron

Failed in:
  trait differential_dataflow::operators::iterate::ResultsIn, previously in file /tmp/.tmpoaBel7/differential-dataflow/src/operators/iterate.rs:278
  trait differential_dataflow::operators::ResultsIn, previously in file /tmp/.tmpoaBel7/differential-dataflow/src/operators/iterate.rs:278
  trait differential_dataflow::operators::negate::Negate, previously in file /tmp/.tmpoaBel7/differential-dataflow/src/operators/negate.rs:11
  trait differential_dataflow::operators::Negate, previously in file /tmp/.tmpoaBel7/differential-dataflow/src/operators/negate.rs:11

--- failure trait_newly_sealed: pub trait became sealed ---

Description:
A publicly-visible trait became sealed, so downstream crates are no longer able to implement it
        ref: https://rust-lang.github.io/api-guidelines/future-proofing.html#sealed-traits-protect-against-downstream-implementations-c-sealed
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/trait_newly_sealed.ron

Failed in:
  trait differential_dataflow::operators::join::Join in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/join.rs:31
  trait differential_dataflow::operators::Join in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/join.rs:31
  trait differential_dataflow::operators::join::JoinCore in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/join.rs:200
  trait differential_dataflow::operators::JoinCore in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/join.rs:200
  trait differential_dataflow::algorithms::identifiers::Identifiers in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/algorithms/identifiers.rs:11
  trait differential_dataflow::algorithms::prefix_sum::PrefixSum in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/algorithms/prefix_sum.rs:10
  trait differential_dataflow::operators::count::CountTotal in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/count.rs:17
  trait differential_dataflow::operators::CountTotal in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/count.rs:17
  trait differential_dataflow::operators::reduce::Reduce in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/reduce.rs:31
  trait differential_dataflow::operators::Reduce in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/reduce.rs:31
  trait differential_dataflow::operators::threshold::ThresholdTotal in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/threshold.rs:20
  trait differential_dataflow::operators::ThresholdTotal in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/threshold.rs:20
  trait differential_dataflow::operators::reduce::Threshold in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/reduce.rs:97
  trait differential_dataflow::operators::Threshold in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/reduce.rs:97
  trait differential_dataflow::operators::reduce::Count in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/reduce.rs:172
  trait differential_dataflow::operators::Count in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/reduce.rs:172
  trait differential_dataflow::operators::iterate::Iterate in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/iterate.rs:50
  trait differential_dataflow::operators::Iterate in file /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/iterate.rs:50

--- failure type_allows_fewer_generic_type_params: type now allows fewer generic type parameters ---

Description:
A type now allows fewer generic type parameters than it used to. Uses of this type that supplied all previously-supported generic types will be broken.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/type_allows_fewer_generic_type_params.ron

Failed in:
  Struct Collection allows 4 -> 2 generic types in /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/collection.rs:50
  Struct Collection allows 4 -> 2 generic types in /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/collection.rs:50
  Struct Variable allows 4 -> 2 generic types in /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/iterate.rs:154
  Struct SemigroupVariable allows 4 -> 2 generic types in /tmp/.tmpoocbgX/differential-dataflow/differential-dataflow/src/operators/iterate.rs:235
Changelog

differential-dataflow

0.18.0 - 2025-10-04

Other

  • Update columnar; introduce mimalloc
  • Extract VecCollection from Collection (#651)
  • Introduce traits for collection containers (#650)
  • Correct some clippy nit (#649)
  • Batcher implementation that has no opinions about chains, and columnar. (#626)

differential-dogs3

0.18.0 - 2025-10-04

Other

  • Extract VecCollection from Collection (#651)
  • Correct some clippy nit (#649)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-09-23T22-56-38Z branch 3 times, most recently from 3127ed8 to 87b1585 Compare September 26, 2025 20:46
@github-actions github-actions bot force-pushed the release-plz-2025-09-23T22-56-38Z branch from 87b1585 to bddc724 Compare October 4, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants