Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

v0.15.0

Compare
Choose a tag to compare
@tomkit tomkit released this 27 Sep 22:37
· 408 commits to main since this release
6b3545a

v0.15.0 (2023-09-27)

Breaking changes:

  • The response signature for CRM: List Lists and CRM: List Memberships endpoints have changed to match other List endpoints.

New feature:

  • use common crm schema for list memberships. cleanup interface (#1652)(0d52be3)
  • implement salesforce lead upsert (#1653)(bf6a611), Closes: SUP-626
  • Slack oauth and passthrough implementation (#1633)(b5cc322)

Bugs fixed:

  • salesforce upsert (#1655)(1f0cea2)
  • return cache invalidation errors on remote read or db write errors (#1647)(cbe6971)
  • high severity dependabot alerts (#1651)(ff5e93d)
  • improvements and fixes for list lists and list memberships (#1649)(e055888)
  • don't retry on hourly/daily apollo rate limits, or non-rate-limit errors (#1650)(2f01b7a)
  • return 400 error when uncached reads are requested for objects that don't support it (#1645)(b21b5e2)
  • return 400 errors from remotes as 500s (#1646)(e9ddd60)
  • make it more obvious how to edit sync config (#1642)(cbb01dc)