Skip to content

Releases: famedly/hedwig

v2.3.0

21 Jan 15:13
0105831

Choose a tag to compare

v2.2.1-rc1

20 Jan 17:21
f1b6910

Choose a tag to compare

v2.2.1-rc1 Pre-release
Pre-release
fix: fcm error when category is `null` or unknown string

v2.2.1-rc0

20 Jan 16:28
6ae0463

Choose a tag to compare

v2.2.1-rc0 Pre-release
Pre-release
fix: fcm error when category is `null` or unknown string

v2.2.0

08 Jan 15:30
82431a2

Choose a tag to compare

🚨 This version has some issues with iOS notifications, please directly upgrade to 2.3.0 instead, but still use those upgrade notes

🚨 BREAKING changes: Configuration Schema changes

Hedwig will fail to start without adjustment to your configuration!

Most existing configuration settings have been renamed(if you had a setting that started with fcm_, you will have to make a change). Specific settings for Android(FCM) and iOS(FCM or APNS) have been added. New optional telemetry settings have been added.

Previously, Hedwig configuration was fairly simple. The new changes are extensive, and it is recommended you start from a fresh configuration file based on the provided sample config yaml. Copying existing settings to this new file should be fairly straight forward.

The FCM (google) auth has also changed, you either need to set the config var fcm_credentials_file_path pointing to your existing credentials file, or use one of the methods listed here.

Support for direct APNS is optional, config related to it isn't mandatory.

v2.2.0-rc.3

25 Nov 11:53
8b1bc96

Choose a tag to compare

v2.2.0-rc.3 Pre-release
Pre-release
feat: support custom path for fcm credentials

v2.2.0-rc.2

24 Nov 13:47
2afd3ba

Choose a tag to compare

v2.2.0-rc.2 Pre-release
Pre-release
feat: make direct APNS usage optional

v2.2.0-rc.1

19 Nov 08:28
e2f1de0

Choose a tag to compare

v2.2.0-rc.1 Pre-release
Pre-release
feat: add flag to use direct apns or fcm for iOS notifications

v2.2.0-rc.0

13 Nov 09:38
8cebff7

Choose a tag to compare

v2.2.0-rc.0 Pre-release
Pre-release
release: v2.2.0

v2.1.0

04 Sep 14:26
e4a1ffc

Choose a tag to compare

What's Changed

  • Bump runtime image to bookworm, update pre-commit by @emgrav in #156
  • feat: Add kubernetes manifest by @Revanee in #158

New Contributors

Full Changelog: v2.0.0...v2.1.0

v1.2.0

08 Jul 11:29
766cf97

Choose a tag to compare

Fixed clearing notifications for iOS