Skip to content

Releases: Betterment/journaled

v6.2.9

Choose a tag to compare

@smudge smudge released this 09 Jul 15:48
8a7de3f

What's Changed

  • Bump thor from 1.3.2 to 1.4.0 by @dependabot[bot] in #48
  • feat: export a Sorbet RBI declaring the ActiveRecord::Base mixin by @frewsxcv in #76

New Contributors

Full Changelog: v6.2.8...v6.2.9

v6.2.8

Choose a tag to compare

@smudge smudge released this 09 Jul 15:48
e4fe3a4

What's Changed

  • Bump nokogiri from 1.18.9 to 1.19.3 by @dependabot[bot] in #72
  • Bump rack-session from 2.1.0 to 2.1.2 by @dependabot[bot] in #69
  • Bump addressable from 2.8.7 to 2.9.0 by @dependabot[bot] in #70
  • Bump activesupport from 8.0.2.1 to 8.0.4.1 by @dependabot[bot] in #67
  • fix: Allow for ValidationErrors to lead to failed events by @effron in #73

Full Changelog: v6.2.7...v6.2.8

v6.2.7

Choose a tag to compare

@smudge smudge released this 20 Apr 19:33
cf9b622

What's Changed

  • fix: avoid eager DB connection when loading Journaled::Outbox::Event by @smudge in #71

Full Changelog: v6.2.6...v6.2.7

v6.2.6

Choose a tag to compare

@smudge smudge released this 20 Apr 19:32
c0aa511

What's Changed

  • fix: ensure metrics are emitted even if batch fails by @effron in #65

Full Changelog: v6.2.5...v6.2.6

v6.2.5

Choose a tag to compare

@smudge smudge released this 20 Apr 19:32
6babf51

What's Changed

  • Bump uri from 1.0.3 to 1.0.4 by @dependabot[bot] in #61
  • fix: Handle batch size too large in kinesis batch sender by @effron in #64

Full Changelog: v6.2.4...v6.2.5

v6.2.4

Choose a tag to compare

@smudge smudge released this 20 Apr 19:32
f1cf419

What's Changed

  • fix: Journaled::Outbox::Adapter should respect Journaled.enabled? by @effron in #60

Full Changelog: v6.2.3...v6.2.4

v6.2.3

Choose a tag to compare

@smudge smudge released this 25 Nov 19:52
8a68afb

What's Changed

  • Bump rack from 3.1.10 to 3.1.18 by @dependabot[bot] in #55
  • feat: add failure metrics to kinesis outbox event processing by @effron in #59

Full Changelog: v6.2.2...v6.2.3

v6.2.2

Choose a tag to compare

@smudge smudge released this 25 Nov 19:51
92e71c8

What's Changed

  • feat: Add ability to configure Outbox processor to use batches or guaranteed ordering by @effron in #58

Full Changelog: v6.2.1...v6.2.2

v6.2.1

Choose a tag to compare

@smudge smudge released this 25 Nov 19:51
066577f

What's Changed

  • fix: Use timestamptz for journaled outbox event timestamps by @effron in #57

Full Changelog: v6.2.0...v6.2.1

v6.2.0 - Outbox Pattern!

Choose a tag to compare

@smudge smudge released this 17 Nov 22:29
a6b3970

What's Changed

  • Bump activerecord from 8.0.1 to 8.0.2.1 by @dependabot[bot] in #50
  • Bump rexml from 3.4.0 to 3.4.2 by @dependabot[bot] in #53
  • feat: Add database-backed event processing with Outbox pattern by @effron in #56

New Contributors

Full Changelog: v6.1.0...v6.2.0