What's Changed
- refactor: move transaction handling to DBLayer directly. by @arabcoders in #821
- Refactor event handling and improve CLI command management by @arabcoders in #822
- Refactor logging and button handling in webhook processing by @arabcoders in #824
Full Changelog: v1.8.1...v1.8.2
Commits since v1.8.1
- 1392e4c refactor: move transaction handling to DBLayer directly.
- 2fb37a1 fix: sqlite pragma exec was closing active sqlite transaction
- 98b61ae refactor: move queue_event to be class based
- 275da73 Refactor: move webhook processing to be an event
- 5cec985 fix: fallback to userland implementation for hmac signing in non https
- 516e961 feat: add events management interface for cli
- 9d0b002 feat: add command alias
- 26dc657 refactor: rename buttons
- 70bab8c refactor: update webhook logs
- c8b6537 refactor: improve error logging levels in ProcessWebhookEvent
- 3ebdfef refactor: move progress/push to use current logger instead of global one.
- 1511830 refactor: added retry attempts for unloading cached events.