Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default-members = [
# for wasm.

[workspace.package]
version = "0.0.6"
version = "0.0.7"
edition = "2021"
rust-version = "1.95"
license = "MIT OR Apache-2.0"
Expand All @@ -29,11 +29,11 @@ authors = ["David Chen<clfhhc@gmail.com>"]

[workspace.dependencies]
# In-workspace crates (path deps; bumped together pre-1.0)
graphrefly-core = { path = "crates/graphrefly-core", version = "0.0.6" }
graphrefly-graph = { path = "crates/graphrefly-graph", version = "0.0.6" }
graphrefly-operators = { path = "crates/graphrefly-operators", version = "0.0.6" }
graphrefly-storage = { path = "crates/graphrefly-storage", version = "0.0.6" }
graphrefly-structures = { path = "crates/graphrefly-structures", version = "0.0.6" }
graphrefly-core = { path = "crates/graphrefly-core", version = "0.0.7" }
graphrefly-graph = { path = "crates/graphrefly-graph", version = "0.0.7" }
graphrefly-operators = { path = "crates/graphrefly-operators", version = "0.0.7" }
graphrefly-storage = { path = "crates/graphrefly-storage", version = "0.0.7" }
graphrefly-structures = { path = "crates/graphrefly-structures", version = "0.0.7" }

# Concurrency primitives
# `arc_lock` enables `Arc<ReentrantMutex<()>>::lock_arc()` returning an
Expand Down
31 changes: 31 additions & 0 deletions crates/graphrefly-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.7](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-core-v0.0.6...graphrefly-core-v0.0.7) - 2026-05-19

### Added

- *(D246)* S4 β€” actor-model test rebuilds + rule-8 coalescing + wave-scope doc reconciliation
- *(D246)* S3 β€” SerializationGroupId β†’ SchedulingGroupId rename
- *(D246)* S2c β€” StateCell collapse + single-owner !Send Core (D247/D248/D249)
- *(D246)* boundary-1 Ξ²-simplification β€” Core-free Graph + OwnedCore + one facade
- B-2 Step 2b-ii β€” correct cross-shard routing infra (parallelism gate UNMET; finding banked)
- B-2 Step 2b-i β€” per-ShardKey shard map + lock_arc (behaviour-identical; floor preserved)
- B-2 Step 2a β€” hoist CoreShared to its own lock (combined-guard, behaviour-identical)

### Fixed

- s2b qa
- s2b again
- s2b
- s2a
- *(core)* R2.6.0 β€” Default-mode leaf source self-emit delivers immediately while self-paused
- Slice B-2 /qa β€” A(i)+B(i) fixes, exact-count tests, deferrals banked
- B-3 β€” delete vestigial per_subgraph_parallelism.rs (CI-red fixed); reassess Β§7-B/symbol defer
- B-2 Step 1 β€” CoreShared sub-struct extraction (behaviour-identical)
- B-1
- nextest and reduce per wave
- fix parallelism

### Other

- *(D246 S2c+S3+S4)* M1 cross-queue contract + M2 compact_every per-emission + F1-F12 hygiene
- *(core)* R2.6.0 QA B1 β€” Default-mode lock-arithmetic + cross-node-isolation coverage

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-core-v0.0.5...graphrefly-core-v0.0.6) - 2026-05-16

### Added
Expand Down
17 changes: 17 additions & 0 deletions crates/graphrefly-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.7](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-graph-v0.0.6...graphrefly-graph-v0.0.7) - 2026-05-19

### Added

- *(D246)* S4 β€” actor-model test rebuilds + rule-8 coalescing + wave-scope doc reconciliation
- *(D246)* S2c β€” StateCell collapse + single-owner !Send Core (D247/D248/D249)
- *(D246)* boundary-1 Ξ²-simplification β€” Core-free Graph + OwnedCore + one facade

### Fixed

- s2b qa
- s2b again

### Other

- *(D246 S2c+S3+S4)* M1 cross-queue contract + M2 compact_every per-emission + F1-F12 hygiene

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-graph-v0.0.5...graphrefly-graph-v0.0.6) - 2026-05-16

### Added
Expand Down
14 changes: 14 additions & 0 deletions crates/graphrefly-operators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.7](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-operators-v0.0.6...graphrefly-operators-v0.0.7) - 2026-05-19

### Added

- *(D246)* S3 β€” SerializationGroupId β†’ SchedulingGroupId rename
- *(D246)* S2c β€” StateCell collapse + single-owner !Send Core (D247/D248/D249)
- *(D246)* boundary-1 Ξ²-simplification β€” Core-free Graph + OwnedCore + one facade

### Fixed

- s2b qa
- s2b again
- s2b

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-operators-v0.0.5...graphrefly-operators-v0.0.6) - 2026-05-16

### Added
Expand Down
17 changes: 17 additions & 0 deletions crates/graphrefly-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.7](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-storage-v0.0.6...graphrefly-storage-v0.0.7) - 2026-05-19

### Added

- *(D246)* S4 β€” actor-model test rebuilds + rule-8 coalescing + wave-scope doc reconciliation
- *(D246)* S2c β€” StateCell collapse + single-owner !Send Core (D247/D248/D249)
- *(D246)* boundary-1 Ξ²-simplification β€” Core-free Graph + OwnedCore + one facade

### Fixed

- s2b qa
- s2b again

### Other

- *(D246 S2c+S3+S4)* M1 cross-queue contract + M2 compact_every per-emission + F1-F12 hygiene

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-storage-v0.0.5...graphrefly-storage-v0.0.6) - 2026-05-16

### Added
Expand Down
10 changes: 10 additions & 0 deletions crates/graphrefly-structures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.7](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-structures-v0.0.6...graphrefly-structures-v0.0.7) - 2026-05-19

### Added

- *(D246)* boundary-1 Ξ²-simplification β€” Core-free Graph + OwnedCore + one facade

### Fixed

- s2b again

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-structures-v0.0.5...graphrefly-structures-v0.0.6) - 2026-05-16

### Added
Expand Down