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
fix: Database queue encryption field compilation without encryption feature v1.8.3
- Fixed PostgreSQL and MySQL queue implementations to use feature-gated encryption fields
- Added #[cfg(feature = "encryption")] guards around encryption_config, retention_policy, and encrypted_payload field assignments in Job struct creation
- Resolved compilation errors when using Hammerwork without the encryption feature in client applications
- Ensures Job struct creation works correctly in all database queue operations regardless of feature flags
- Tested compilation with postgres, mysql, and no database features - all pass
- All 262 unit tests passing, 20 encryption tests passing
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments