Skip to content

v1.0.1 - Pure WAL Architecture

Latest

Choose a tag to compare

@jakezwang jakezwang released this 20 Jul 09:56
· 11 commits to master since this release

What's Changed

🚀 Major Updates

  • Pure WAL Architecture: Complete removal of legacy system
  • Clean CLI Interface: No more wal or wal-simple prefixes
  • Package Publishing Ready: Setup for Homebrew, NPM, and PyPI
  • Practical Demos: Real-world scenarios for developers and ML engineers

📦 Installation

# Homebrew (macOS)
brew install argon-lab/tap/argonctl

# NPM (Cross-platform)
npm install -g argonctl

# Python SDK
pip install argon-mongodb

🎯 Key Features

  • 86x faster branching (1ms vs 100ms+)
  • Time travel queries for any historical state
  • 37,905+ ops/sec performance
  • Zero data duplication

🔧 Fixes

  • Fixed GitHub Actions workflow (updated to v4 artifact actions)
  • Updated all documentation for clean CLI commands
  • Fixed Python SDK imports for published packages

Full Changelog: v1.0.0...v1.0.1