Skip to content

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 05 Dec 12:31
· 300 commits to main since this release

[0.4.6] - 2025-12-05

🐛 Bug Fixes

  • Update doctests to use correct crate name

🚜 Refactor

  • Rename pjs_domain lib to pjs-rs-domain

⚙️ Miscellaneous Tasks

  • Add version to workspace path dependencies for publishing
  • Bump version to 0.4.6
  • Simplify release workflow with cargo publish --workspace
  • Release v0.4.6

[0.4.5] - 2025-12-05

🐛 Bug Fixes

  • (ci) Resolve sccache and rust-cache conflict

🎨 Styling

  • Fix formatting in parser_simd_classifier_comprehensive.rs

🧪 Testing

  • Improve coverage and exclude demo/bench crates from codecov
  • Add comprehensive tests for parser and domain layers
  • Add infrastructure integration tests (+78 tests)
  • Add comprehensive tests for services and parser (+229 tests)
  • Expand parser tests for allocator and simd_zero_copy (+50 tests)
  • Add comprehensive tests for domain and infrastructure (+122 tests)
  • Add comprehensive tests for value objects and adapters (+226 tests)
  • Add SIMD classifier and semantic comprehensive tests (+270 tests)
  • Add critical security module tests (+104 tests)
  • Add HTTP and WebSocket infrastructure tests (+132 tests)
  • Add remaining coverage tests (+148 tests)

⚙️ Miscellaneous Tasks

  • Sync crate versions with workspace (0.4.4)
  • Rename pjs-domain to pjson-rs-domain for crates.io
  • Update dependency name pjs-domain → pjson-rs-domain
  • Move internal crate deps to workspace level
  • Update workflows for renamed pjson-rs-domain package
  • Add missing examples to pjs-core Cargo.toml
  • Remove outdated root-level examples
  • Remove stale benchmark files
  • Add codecov flags for per-crate coverage
  • Simplify workspace configuration
  • Generate separate coverage reports per crate
  • Use separate uploads for codecov flags
  • Remove HTML and archive coverage artifacts
  • Fix sccache and rust-cache conflict in build/wasm workflows
  • Add sccache to coverage job for faster builds
  • Use --all-features --all-targets across all workflows
  • Suppress verbose test output in coverage job
  • Fix jemalloc build failure on Windows
  • Use explicit features per allocator in build matrix
  • Remove release build from regular CI
  • Remove sccache, add fmt check to clippy workflow
  • Release v0.4.5