Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@Melenium2 Melenium2 released this 14 Feb 17:44
79fa87c

Feat:

  • Added new package retention and the structure Policy that only keep specified data window in the target table. The rest if data is removed
  • Configure retention.Policy on inbox.Inbox and outbox.Outbox structures with default configuration. Now each table __inbox_table and __outbox_table will only store the specified window of days (60 days by default) instead of all events since creation
  • Added WithRetention option function to both inbox and outbox packages

Refactor:

  • Removed Logger interface from inbox and outbox packages. Added ErrorCallback and WithErrorCallback functions to both packages instead.