🛑 This is a testing pre-release 🛑
📖 Upgrade notes
🎇 OPNSense package is fixed!
❇️ This upgrade changes how gRPC reconnection is handled between gateway<->core.
If you have a reverse-proxy through which gateway communicates with core, the reverse-proxy may disconnect gateway<->core communication after some timeout. Gateway in this release will better handle that and do a re-connect, but then core detects this disconnect and sends an email notification.
We plan to change gateway disconnect notifications, for now you can change in core: DEFGUARD_GATEWAY_DISCONNECTION_NOTIFICATION_TIMEOUT to more time (1h, or 1d) not to get multiple disconnect notifications.
What's Changed
- Handle config files properly by @moubctez in #141
- Refactor gRPC stream handling by @moubctez in #142
Full Changelog: v1.1.0...v1.1.1