Skip to content

Releases: mozilla-it/ctms-api

v1.8.1

10 Aug 17:53
e5723c0
Compare
Choose a tag to compare

What's Changed

Internal changes

  • Update Python base image in #400
  • Upgrade FastAPI and Starlette in #397

Full Changelog: v1.8.0...v1.8.1

v1.8.0

12 Jul 21:31
faf4d88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0: Increase observability in background script

07 Jun 18:13
7605e74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

24 May 15:18
fc68c27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0: Lock Updates, Additional Env Var Config

21 Apr 21:57
07deac1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0: Relay Waitlist API Additions

30 Mar 20:39
42cf68e
Compare
Choose a tag to compare

What's Changed

  • Document workflow from Bedrocks to Acoustic, through Basket and CTMS by @leplatrem in #369
  • Adding relay waitlist to models and apis... by @bsieber-mozilla in #368
  • (Tag) Version 1.4.0: New functionality for ingestion of relay_waitlist from API to Acoustic. by @bsieber-mozilla in #372

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0: DB Model Migration

14 Feb 19:56
6f903ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

02 Feb 18:20
38b0ee1
Compare
Choose a tag to compare

What's Changed

  • (v1.1.4) Resolve when receiving None value: in #355
  • (v1.1.4) Version bump: 1.1.4: #357
  • Adding new newsletter: #361
  • Newsletter mapping update: #363
  • Version Bump to new minor version: #364

Full Changelog: v1.1.4...v1.2.0

v1.1.4

24 Jan 23:34
f945608
Compare
Choose a tag to compare

V1.1.4 Release

Enables graceful acknowledgement of webhook payloads that have null values.

What's Changed

  • Resolve when receiving None value in #355
  • Version bump: 1.1.4 in #357

Full Changelog: v1.1.3...v1.1.4

v1.1.3 - Bugfix for ingesting new deleted Stripe customer

17 Dec 17:12
v1.1.3
904a8e4
Compare
Choose a tag to compare

This release fixes a bug when PubSub sends a new-to-CTMS Stripe customer as deleted.

API

  • When a Stripe customer object is a deleted customer, and CTMS does not have an existing record for that customer, CTMS returns a 200 OK response and does not add the customer to the database. Previously, this was a 500 Server Error due to CTMS trying to examine the database object, which was None. Fixes #351.

Other

  • Update docs/diagrams/ctms_general_overview.svg to make it clear that Basket does not interact directly with Cinchy in the context of the CTMS architecture.