This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
v0.3.4
v0.3.4 (2023-03-10)
New feature:
- get creating, updating, deleting Integrations working (#240)(
f3cc980
) - add name + email to customer model (#247)(
fdb7299
) - application endpoints, nesting, open API (#243)(
3cd6151
) - also generate mgmt sdks, refactor (#236)(
53de1c2
) - Management open api part 2 (integrations + connections) (#234)(
1e56eac
) - management open api part 1 (customers only) (#233)(
c887898
) - webhooks for sync finish (#232)(
829aac8
) - send webhook upon successful / errored connection (#221)(
e0e89c3
) - wip mgmt ui (#229)(
c78925f
) - application concept (#218)(
3fd5833
) - autogenerate typescript, python, java SDKs with swagger (#209)(
360716f
) - initial version of COPY to postgres for syncs (#212)(
6ac18a7
) - scale hubspot syncs (#199)(
74d51af
) - endpoint for sync-history (#204)(
2d317cb
)
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
)