Skip to content

4.7.2

Compare
Choose a tag to compare
@quim3ra quim3ra released this 28 Mar 10:56
· 34 commits to main since this release
7033156

⚙️ Improvements

  • Support for storing and querying webhook notifications
  • Support for housekeeping stored notifications within an interval of time via endpoint

🐛 Bugfixing

  • Avoiding processing duplicated notifications
  • Avoiding processing obsolete notifications

New properties

All new properties are located in file notifications/src/main/resources/notifications_db.properties

  • notifications.db.datasource.url: Connection url/path for the notifications datasource
  • notifications.db.datasource.driverClassName: Driver for connecting with notifications datasource
  • notifications.db.datasource.username: Datasource password
  • notifications.db.datasource.password: Datasource username