You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking: Complete session management rewrite with pointer-based API …
…and thread-safe concurrency.
Added comprehensive API and Web examples with full authentication flows.
Fingerprint package rewritten with enhanced device validation and security.
New session middleware with extensive test coverage.
docs: update package index with core/command and core/event packages
Add two new core packages to the documentation index:
- core/command: CQRS command pattern package
- core/event: Event-driven architecture package
Maintains existing documentation format and alphabetical ordering.
New command and event packages with CQRS and Watermill-inspired archi…
…tecture; breaking changes to lifecycle management
Major additions:
- core/command: Complete CQRS command dispatching package
- core/event: Watermill-inspired event processing system
- pkg/async: Error-only async execution with futures
Breaking changes:
- Event: CreateAt renamed to CreatedAt
- Command: Stop() replaced with context-based lifecycle management
Improvements:
- Enhanced server lifecycle and autocert management
- Improved thread-safety and concurrency control
- Comprehensive test suites for new packages
Configuration management and request binding improvements
- New Binder type for HTTP request binding
- Enhanced server and session configuration with environment support
- Improved TLS error handling and context propagation
Release v0.4.0
Add Let's Encrypt/ACME certificate management with automatic renewal and TLS configuration presets.
Includes new core/letsencrypt package for certificate automation and enhanced server package with autocert support.