Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@UstDoesTech UstDoesTech released this 17 Feb 09:30
· 42 commits to main since this release
4c4b3ff

What's Changed

  • Complete Step 1: Fix PyO3 0.22 compatibility and validate skeleton by @Copilot in #1
  • Add concurrent atomicity test for put_if_not_exists by @Copilot in #3
  • Add README by @Copilot in #4
  • Complete Step 2 implementation and update build status by @Copilot in #5
  • Step 3: Ledger + Cell Storage by @Copilot in #6
  • Step 4: DataFusion SQL query engine — solo mode complete by @Copilot in #7
  • Step 5: Mason Bee Isolation + BeePool by @Copilot in #8
  • Step 6: Heartbeat Table + World View by @Copilot in #9
  • Implement distributed query execution with storage-based coordination by @Copilot in #11
  • Implement local cell cache with LRU eviction (Step 8) by @Copilot in #12
  • Complete Step 9: Behavioral Model - Colony Temperature & Task Abandonment by @Copilot in #13
  • Step 10: Testing + Hardening — v1 Release Candidate by @Copilot in #14
  • Align V1 implementation with architecture spec: cell filtering, admission control, schema validation by @Copilot in #15
  • Fix cargo fmt and clippy lint failures by @Copilot in #17
  • Add CI workflow with cross-compilation for ARM64 deployment by @Copilot in #16
  • Add deployment documentation for Raspberry Pi and container environments by @Copilot in #18
  • Add deployment scripts and container artifacts for pre-built distribution by @Copilot in #19
  • Add synthetic data benchmark suite with Docker integration and CI publishing by @Copilot in #21
  • Add multi-node benchmarks and publish results to GitHub Pages by @Copilot in #22
  • Fix minio-setup container failure in multi-node benchmark by @Copilot in #23
  • Fix minio-setup container exit code in multi-node benchmark by @Copilot in #24
  • Bug/multi node benchmarks by @UstDoesTech in #25
  • Add Docker resource constraints for Raspberry Pi benchmarking profiles by @Copilot in #26
  • Add trend analysis and historical view to benchmark reports by @Copilot in #27
  • Publish benchmark results JSON to gh-pages by @Copilot in #28
  • Tidy up the root directory by @Copilot in #29
  • Merge pull request #30 from ApiaryData/copilot/publish-and-consume-packages by @UstDoesTech in #31
  • Fix Docker image references: lowercase repository name by @Copilot in #32
  • Fix Python wheel CI: replace deprecated macos-13, fix maturin cross-compilation by @Copilot in #33
  • Fix tier 1 benchmarks: add AWS_REGION for MinIO S3 operations by @Copilot in #35
  • Add missing description and license metadata to crate Cargo.toml files by @Copilot in #36
  • Add missing CFLAGS for aarch64 cross-compilation in release workflow by @Copilot in #37
  • Add README for each crate and fix workspace dependency versions for publishing by @Copilot in #38

New Contributors

Full Changelog: https://github.com/ApiaryData/apiary/commits/v0.1.0