11# Release Notes
22
3- ## v0.3.3 - Maintenance Release (2026-01-25)
3+ ## v0.4.0 - Minor Feature Release (2026-01-25)
44
55### 📦 Released Packages
66
7- All packages have been updated to version ** 0.3.3** :
8-
9- - ** @objectstack/spec @0.3.3** - Core protocol definitions and TypeScript types
10- - ** @objectstack/types @0.3.3** - Shared TypeScript type definitions
11- - ** @objectstack/objectql @0.3.3** - ObjectQL query language and runtime
12- - ** @objectstack/runtime @0.3.3** - Runtime execution environment
13- - ** @objectstack/client @0.3.3** - Client library for ObjectStack
14- - ** @objectstack/driver-memory @0.3.3** - In-memory data storage driver
15- - ** @objectstack/plugin-hono-server @0.3.3** - Hono server plugin for REST API
16- - ** @objectstack/plugin-msw @0.3.3** - MSW (Mock Service Worker) plugin
17-
18- ### 📝 Changes
19-
20- This is a patch release focusing on:
21- - Maintenance and documentation improvements
22- - Updated dependencies across all packages
23- - Improved build consistency
7+ All packages have been updated to version ** 0.4.0** :
8+
9+ - ** @objectstack/spec @0.4.0** - Core protocol definitions and TypeScript types
10+ - ** @objectstack/types @0.4.0** - Shared TypeScript type definitions
11+ - ** @objectstack/objectql @0.4.0** - ObjectQL query language and runtime
12+ - ** @objectstack/runtime @0.4.0** - Runtime execution environment
13+ - ** @objectstack/client @0.4.0** - Client library for ObjectStack
14+ - ** @objectstack/driver-memory @0.4.0** - In-memory data storage driver
15+ - ** @objectstack/plugin-hono-server @0.4.0** - Hono server plugin for REST API
16+ - ** @objectstack/plugin-msw @0.4.0** - MSW (Mock Service Worker) plugin
17+
18+ ### ✨ What's New
19+
20+ This is a ** minor feature release** with significant infrastructure and documentation improvements:
21+
22+ #### Documentation & Developer Experience
23+ - ** Complete Documentation Site** : Built with Fumadocs, featuring comprehensive guides and API references
24+ - ** Contributing Guidelines** : CONTRIBUTING.md with detailed development workflow
25+ - ** Architecture Documentation** : Deep dive into ObjectStack's architecture and design principles
26+ - ** Code of Conduct** : Community guidelines for inclusive collaboration
27+ - ** Blog Posts** : In-depth articles on metadata-driven architecture and protocol-first development
28+
29+ #### Infrastructure & Automation
30+ - ** GitHub Workflows** :
31+ - Continuous Integration (CI) for automated testing
32+ - CodeQL security scanning
33+ - Automated release process
34+ - Dependency validation
35+ - Link checking
36+ - PR automation
37+ - ** Agent Prompts** : AI-assisted development prompts for various protocol domains
38+
39+ #### Examples & Demos
40+ - Multiple example applications showcasing ObjectStack capabilities
41+ - AI-powered examples (Analyst, Sales, Support, Code Generator)
42+ - CRM and Todo applications
43+ - Plugin examples (BI, MSW demo)
44+
45+ ### 📝 Changes Summary
46+
47+ - ** Version Bump** : All packages updated from 0.3.2 → 0.4.0
48+ - ** New Files** : 100+ new files including documentation, workflows, and examples
49+ - ** Enhanced Structure** : Improved project organization and developer experience
2450
2551### 🚀 Publishing
2652
@@ -30,6 +56,10 @@ This release is ready for publishing to npm. When this PR is merged to `main`:
30563 . Publish to npm registry using NPM_TOKEN secret
31574 . Create GitHub release with appropriate tags
3258
59+ ### 🔗 Migration Notes
60+
61+ No breaking changes in this release. All existing code will continue to work with version 0.4.0.
62+
3363---
3464
3565## v0.3.2 - Maintenance Release (2026-01-24)
0 commit comments