Skip to content

Releases: beam-community/stripity-stripe

v3.3.1

Choose a tag to compare

@thebeambot thebeambot released this 03 May 16:29
57997c4

3.3.1 (2026-05-03)

Bug Fixes

  • Use post-read_body conn in WebhookPlug error responses (#901) (8768d5f)

v3.3.0

Choose a tag to compare

@thebeambot thebeambot released this 01 May 02:06
c402362

3.3.0 (2026-05-01)

Features

  • Add response_as option for flexible Stripe response formatting (#894) (15ea1d9)
  • Add rich telemetry metadata to API requests and webhook events (#895) (38bccfa)
  • Include headers in telemetry metadata (#851) (50ff9fc)
  • Merge start metadata in stop metadata, include attempts (#850) (7207c02)

Bug Fixes

  • Use conn returned from Conn.read_body/1 in WebhookPlug (#893) (4e3d5fd)

v3.2.0

Choose a tag to compare

@yordis yordis released this 09 May 20:53
4d46a07

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

Choose a tag to compare

@yordis yordis released this 28 Nov 16:31
75d3075

What's Changed

  • Implement object_name_to_module so it will work for new objects in future by @sb8244 in #792

Full Changelog: v3.1.0...v3.1.1

v3.1.0

Choose a tag to compare

@yordis yordis released this 05 Nov 16:47
fff61e9

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@yordis yordis released this 04 Oct 17:12
fbab0bb

What's Changed

New Contributors

Full Changelog: 2.17.2...v3.0.0

2.17.2

Choose a tag to compare

@snewcomer snewcomer released this 13 Oct 12:55
2.17.2

2.15.0

Choose a tag to compare

@snewcomer snewcomer released this 27 Jun 17:57
2.15.0

2.13.0

Choose a tag to compare

@snewcomer snewcomer released this 22 Feb 19:14
2.13.0

2.12.1

Choose a tag to compare

@snewcomer snewcomer released this 22 Feb 19:09
78fb916
Allow errors to be returned by webhook handler (#712)

* Allow webhook event handler to return an error state

* Update webhook plug tests with :error events