|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## v1.0.0 - Major Release (2026-01-25) |
| 4 | + |
| 5 | +### 📦 Released Packages |
| 6 | + |
| 7 | +All packages have been updated to version **1.0.0**: |
| 8 | + |
| 9 | +- **@objectstack/spec@1.0.0** - Core protocol definitions and TypeScript types |
| 10 | +- **@objectstack/types@1.0.0** - Shared TypeScript type definitions |
| 11 | +- **@objectstack/objectql@1.0.0** - ObjectQL query language and runtime |
| 12 | +- **@objectstack/runtime@1.0.0** - Runtime execution environment |
| 13 | +- **@objectstack/client@1.0.0** - Client library for ObjectStack |
| 14 | +- **@objectstack/driver-memory@1.0.0** - In-memory data storage driver |
| 15 | +- **@objectstack/plugin-hono-server@1.0.0** - Hono server plugin for REST API |
| 16 | +- **@objectstack/plugin-msw@1.0.0** - MSW (Mock Service Worker) plugin |
| 17 | + |
| 18 | +### 🎉 What's New |
| 19 | + |
| 20 | +This is a **major version 1.0.0 release** marking the API as stable and production-ready! |
| 21 | + |
| 22 | +#### Stability & Production Readiness |
| 23 | +- **Stable API**: The ObjectStack protocol and API are now considered stable |
| 24 | +- **Production Ready**: All core packages are ready for production use |
| 25 | +- **Comprehensive Testing**: Full test coverage across all packages |
| 26 | +- **Complete Documentation**: Extensive guides and API references |
| 27 | + |
| 28 | +#### Foundation |
| 29 | +Built on the solid foundation established in v0.4.0: |
| 30 | +- Complete documentation site with Fumadocs |
| 31 | +- Comprehensive GitHub workflows (CI, CodeQL, release automation) |
| 32 | +- Documentation guides (CONTRIBUTING.md, ARCHITECTURE.md, CODE_OF_CONDUCT.md) |
| 33 | +- Agent prompts for AI-assisted development |
| 34 | +- Multiple example applications |
| 35 | +- Infrastructure automation |
| 36 | + |
| 37 | +### 📝 Changes Summary |
| 38 | + |
| 39 | +- **Version Bump**: All packages updated from 0.4.0 → 1.0.0 (major version bump) |
| 40 | +- **API Stability**: API is now considered stable and production-ready |
| 41 | +- **No Breaking Changes**: This release maintains compatibility with 0.4.0 |
| 42 | + |
| 43 | +### 🚀 Publishing |
| 44 | + |
| 45 | +This release is ready for publishing to npm. When this PR is merged to `main`: |
| 46 | +1. The GitHub Actions release workflow will automatically detect the version bump |
| 47 | +2. Build all packages |
| 48 | +3. Publish to npm registry using NPM_TOKEN secret |
| 49 | +4. Create GitHub release with appropriate tags |
| 50 | + |
| 51 | +### 🔗 Migration Notes |
| 52 | + |
| 53 | +No migration required from v0.4.0 - this is a stability declaration release. |
| 54 | + |
| 55 | +--- |
| 56 | + |
3 | 57 | ## v0.4.0 - Minor Feature Release (2026-01-25) |
4 | 58 |
|
5 | 59 | ### 📦 Released Packages |
|
0 commit comments