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.5.0

21 Mar 19:33
25f3d3c
Compare
Choose a tag to compare

v0.5.0 (2023-03-21)

!!! BREAKING CHANGES:

  • Customer ID:
    • PUT /mgmt/v1/customers: Now takes in customer_id instead of external_identifier. Customer ID throughout Supaglue now refers to your customer ID instead of Supaglue’s customer ID so you do not need to maintain a mapping from your customer’s ID to Supaglue’s customer Id.
    • GET, DELETE /mgmt/v1/customers/:customer_id: Again, customer_id here refers to your customer’s ID, no longer Supaglue’s customer ID (which was formerly a UUID).
    • x-customer-id headers: The header here also needs to be your customer ID.
  • Embedded Link:
    • customerId: This is your customer ID.
    • applicationId: A new query parameter is required here, the applicationId. This is due to customerId being potentially repeated across an Application.
  • Sync-Info and Sync-History: Previously, these two APIs lived under the CRM API (/crm/v1), but now have been moved to the Management API (/mgmt/v1).

New features:

  • support remote_id in response payload + some docs fixes (#352)(33bc599)
  • support searching opportunities by accountId (#349)(bc103b3)
  • customerId as concat of applicationId:externalId, misc fixes (#336)(bbc1870)
  • sync logs UI (#334)(47ac751)
  • applications routes (#333)(cb18715)
  • update openAPI spec, middleware, and endpoints for customer_id (external) (#327)(0fd22fa)
  • move sync_info/sync_history to mgmt, support application-wide querying (#318)(663726e)

Bugs fixed:

v0.4.1

17 Mar 22:32
2c0c23e
Compare
Choose a tag to compare

v0.4.1 (2023-03-17)

Bugs fixed:

v0.4.0

17 Mar 22:31
2efdbd3
Compare
Choose a tag to compare

v0.4.0 (2023-03-16)

New feature:

Bugs fixed:

v0.3.4

17 Mar 22:33
5040c93
Compare
Choose a tag to compare

v0.3.4 (2023-03-10)

New feature:

Bugs fixed:

  • add missing axios dep to @supaglue/core (#251)(525343a)
  • downgrade hubspot client to fix token refresh and add temporal heartbeating (#250)(c323fbf)
  • remove token examples from openAPI (#249)(983d2ba)
  • wrong DB table name for applications (#239)(d0d9efd)
  • broken openapi specs/validation middleware (#241)(454aa14)
  • log error stacktraces in sync-worker (#219)(7a98b19)
  • fix mappers for hubspot (#220)(1833b5d)
  • camelCase -> snake_case for lead table (#211)(8a5362c)
  • fix non-crm router. add mgmt/v1/ routes (#210)(c08bd13)
  • api: unnest customer-connection routes (#206)(eab08e3)
  • add distinct identifier to sentry errors (#205)(7bdb8e3)
  • implement token refresh for SF and fix persistence of access token (#202)(769b610)

v0.3.3

17 Mar 22:33
bb7bd09
Compare
Choose a tag to compare

v0.3.3 (2023-03-06)

New feature:

Bugs fixed:

v0.3.2

17 Mar 22:33
2942932
Compare
Choose a tag to compare

v0.3.2 (2023-03-03)

New feature:

Bugs fixed:

v0.3.1

17 Mar 22:35
7458a0c
Compare
Choose a tag to compare

v0.3.1 (2023-02-28)

Bugs fixed:

v0.3.0

17 Mar 22:35
da479ac
Compare
Choose a tag to compare

v0.3.0 (2023-02-28)

New feature:

  • unified crm api (#155)(c0e5768)
  • support custom properties in outbound syncs from Postgres (#154)(f9b081e)
  • improve custom properties UX (#153)(8976b22)
  • add customPropertiesEnabled setting to sync configs (#150)(2a02f26)

Bugs fixed:

  • build issues (#162)(8297737)
  • build and push script to inject posthog key (#158)(2e0ec45)
  • add missing posthog-node dep to sync-worker (#156)(3ffd2aa)
  • support outbound sync in ui (#151)(f582827)
  • api: refactor createSync interface to be more accurate, and fix for outbound syncs (#135)(6870b3e)