Skip to content

Update flags in transactions and deprecate Ruby 2.x

Compare
Choose a tag to compare
@joeyates joeyates released this 04 Jun 08:53
· 12 commits to main since this release

Changed

  • Implemented update in transactions. Previous only appends were handled.
    This allows actions which modify existing emails to be handled inside
    transactions when using the 'delayed_metadata' strategy.

  • Update flags in a transaction, speeding up flag refreshes by avoiding
    repeated writes of the JSON metadata file. This is a change inspired by
    this pull request: #200.

  • Deprecated Ruby 2.x Support