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

Releases: supaglue-labs/supaglue

v0.16.2

04 Oct 04:29
613e978
Compare
Choose a tag to compare

v0.16.2 (2023-10-03)

New feature:

  • pardot metadata (#1686)(dc589e6)
  • CRM search contact/leads on email (#1678)(5c1214a), Closes: SUP-638
  • Support phone number during egagement contact creation & retrieval (#1679)(62e5190)

Bugs fixed:

v0.16.1

29 Sep 23:37
e8e7b30
Compare
Choose a tag to compare

v0.16.1 (2023-09-29)

Bugs fixed:

  • use fieldmappings for common object fetches (#1675)(3fa7143), Closes: SUP-581

v0.16.0

29 Sep 19:06
2d5f55b
Compare
Choose a tag to compare

v0.16.0 (2023-09-29)

Breaking changes:

  • The URL for CRM List Lists and List List Memberships has changed to be more restful

Bugs fixed:

  • upload sentry sourcemaps (#1672)(dc2a66d)
  • make lists endpoint restful. use hubspot v3 contact for list memberhip (#1667)(b158925)
  • release script to work with multiplatform images (#1668)(5c58312)

v0.15.1

28 Sep 23:06
e422dde
Compare
Choose a tag to compare

v0.15.1 (2023-09-28)

Bugs fixed:

v0.15.0

27 Sep 22:37
6b3545a
Compare
Choose a tag to compare

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)

v0.14.20

26 Sep 18:12
1070515
Compare
Choose a tag to compare

v0.14.20 (2023-09-26)

Bugs fixed:

  • remove usage of metadata api for getting and listing custom salesforce objects (#1641)(94522de)

v0.14.19

26 Sep 18:11
766d228
Compare
Choose a tag to compare

v0.14.19 (2023-09-22)

Bugs fixed:

v0.14.18

22 Sep 21:53
7414d67
Compare
Choose a tag to compare

v0.14.18 (2023-09-22)

New feature:

v0.14.17

22 Sep 21:51
Compare
Choose a tag to compare

New feature:

  • (step 1/2) add cuid to object_sync_runs, double-write runid and cuid, cuid… (#1618)(0e5787b)
  • Unified CRM list API (#1616)(5ecd32d)
  • sync common objects to managed destination (#1615)(020cfc3)
  • API spec + skeleton for unified CRM list API (#1613)(91749b7)

Bugs fixed:

  • only fetch all assocations for flagged applications (#1620)(1064f95)

v0.14.16

19 Sep 20:41
84f7295
Compare
Choose a tag to compare

v0.14.16 (2023-09-19)

Breaking changes:

  • deprecate _supaglue_mapped_data column for destination databases (for most and new customers)

New feature:

  • fetch all associations for common object syncs and gets (placed in _associations under raw_data) for Hubspot (#1601)(5cb111a)