This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
Releases: supaglue-labs/supaglue
Releases · supaglue-labs/supaglue
v0.21.7
What's Changed
- fix: wait even longer after salesloft rate limit by @lucasmarshall in #1961
- fix: auto pause syncs on forbidden or unauthorized by @lucasmarshall in #1962
- feat: connection endpoints to use provider_name instead of id by @asdfryan in #1953
- feat: rate limit info for salesforce + apollo by @asdfryan in #1964
- feat: allow configuring global request timeout by @lucasmarshall in #1965
- fix: connection integration tests by @asdfryan in #1966
- feat: show ratelimit info in UI by @asdfryan in #1967
- fix: make requests that result in FK constraint violations return 400s by @lucasmarshall in #1963
- feat: properties endpoint for salesforce by @asdfryan in #1968
- feat: support dynamics in crm list properties endpoint by @lucasmarshall in #1970
- feat: allow users to specify associations in sync config (hubspot only) by @asdfryan in #1971
- feat: list properties endpoint for pipedrive by @lucasmarshall in #1972
- feat: trial banner by @tomkit in #1973
- feat: New openapi powered clients for interacting with integrations by @tonyxiao in #1938
- feat: allow users to specify associations in uncached read/search endpoints by @asdfryan in #1974
Full Changelog: v0.21.6...v0.21.7
v0.21.6
What's Changed
- fix: bump keepalive timeout to match LB config by @lucasmarshall in #1952
- fix: retry on 429 or 5xx failures for native hubspot client. retry on by @tomkit in #1956
- fix: increase time between rate-limited retries for salesloft by @lucasmarshall in #1958
Full Changelog: v0.21.5...v0.21.6
v0.21.5
What's Changed
- chore: autopause on forbidden by @asdfryan in #1937
- fix: create/get common objects for MS dynamics by @lucasmarshall in #1943
- fix: only apply user middleware to routes where we have a user by @lucasmarshall in #1944
- chore(deps): Bump sharp from 0.31.3 to 0.32.6 by @dependabot in #1933
- feat: uncached LIST endpoints for Hubspot + Salesforce by @asdfryan in #1939
- chore: autopause on hubspot bad token by @asdfryan in #1945
- fix: microsoft gets and creates, include in integration tests by @asdfryan in #1947
- chore: add cdw as destinations by @tomkit in #1946
- chore: release 0.21.5 by @asdfryan in #1949
Full Changelog: v0.21.4...v0.21.5
v0.21.4
v0.21.4 (2023-11-16)
New feature:
Bugs fixed:
v0.21.2
What's Changed
- fix: standard object syncs by @asdfryan in #1922
- feat: pipedrive invalid grant should autopause by @asdfryan in #1920
- feat: allow sync config deletions even when there are existing syncs by @asdfryan in #1921
- chore: release 0.21.2 by @asdfryan in #1923
Full Changelog: v0.21.1...v0.21.2
v0.21.1
What's Changed
- chore: remove sentry from release script by @asdfryan in #1905
- fix: order by syntax by @tomkit in #1906
- fix: sync configs list UI by @asdfryan in #1908
- chore: remap salesforce error codes by @asdfryan in #1909
- chore: more autopauses by @asdfryan in #1907
- chore: retry CRM integration tests by @asdfryan in #1910
- chore: re-enable apollo integration tests by @asdfryan in #1911
- chore: remove sentry and posthog from backends by @lucasmarshall in #1913
- feat: support opportunity lists by @asdfryan in #1912
- fix: create correct sync object type by @asdfryan in #1914
- fix: abstract supaglue id in query by @tomkit in #1915
- feat: migrate integration tests to managed destination by @asdfryan in #1916
- chore: add skip_tests flag to release scripts by @asdfryan in #1917
- fix: release script by @asdfryan in #1918
- chore: release 0.21.1 by @asdfryan in #1919
Full Changelog: v0.21.0...v0.21.1
v0.21.0
What's Changed
- fix: remove statement timeout from test conection by @tomkit in #1885
- fix: use mapped record id for dedupe by @tomkit in #1887
- chore: remove old passthrough endpoints by @asdfryan in #1889
- fix: skip last modified at timestamps that are the same by @tomkit in #1888
- chore(deps): Bump axios from 1.3.4 to 1.6.0 by @dependabot in #1884
- fix: heartbeating, other temporal issues by @lucasmarshall in #1886
- feat: sync strategy override + multi-level schedules by @asdfryan in #1882
- feat: engagement search contact by email by @asdfryan in #1890
- chore: simplify search interface + add integration tests by @asdfryan in #1891
- feat: engagement sequence state search by @asdfryan in #1893
- docs: custom objects tutorial, lists clarification by @tomkit in #1892
- feat: search by multiple emails by @asdfryan in #1894
- fix(mgmt-ui): change language on providers list from connected to configured by @asdfryan in #1897
- docs: data invalidation and new sync strategy by @tomkit in #1896
- fix: apollo integration test by @asdfryan in #1899
- chore: fix docker compose watch by @lucasmarshall in #1895
- fix: return error if wrong list type by @asdfryan in #1898
- fix: revert pipeline perf changes by @tomkit in #1900
- chore: select from original temp table instead of copy into second by @tomkit in #1901
- feat: change sync config create interface to accept provider/destination names instead of IDs by @asdfryan in #1902
- chore: disable apollo integration tests by @asdfryan in #1904
- chore: release 0.21.0 by @tomkit in #1903
Full Changelog: v0.20.0...v0.21.0
v0.20.0
Overview:
- Improved the performance of syncs
- Improved compatibility with more Postgres destinations
- Add support for List List (accounts) and List List Membership (accounts) for Hubspot
What's Changed
- chore: dedupe in first stream step for perf improvement by @tomkit in #1879
- chore(deps): bump @sentry/nextjs from 7.64.0 to 7.77.0 by @dependabot in #1880
- chore: switch Lekko SDK usage from server props to API route by @DavidSGK in #1863
- feat: SDK from generated openapi types and start using it in integration tests by @tonyxiao in #1861
- feat: support account hubspot lists and migrate to v3 API by @asdfryan in #1878
- chore: set statement_timeout per session instead of at connection tim… by @tomkit in #1881
- chore: release 0.20.0 by @tomkit in #1883
New Contributors
Full Changelog: v0.19.0...v0.20.0
v0.19.0
Overview
- Several fixes were made to CRM Custom Objects/Associations and CRM Metadata Custom Objects/Associations endpoints.
- Breaking change: the response signature for LIST CRM Metadata Custom Objects changed
What's Changed
- fix: try production integration test fix by @tomkit in #1857
- fix: Apollo docs and handle contact already added to sequence by @tonyxiao in #1855
- fix: delete connection by @asdfryan in #1860
- fix: wait longer for pipedrive integration tests by @asdfryan in #1859
- fix: hubspot associations should not assume USER_DEFINED category by @asdfryan in #1865
- fix!: custom object records integration tests by @asdfryan in #1858
- feat!: CRM list custom objects endpoint should also include labels by @asdfryan in #1864
- fix: custom objects integration test by @asdfryan in #1869
- fix: contact update + associations for single GETs by @asdfryan in #1866
- chore: more logs for axios and passthrough for debuggability by @tomkit in #1867
- fix: handle more shutdown cases by @lucasmarshall in #1831
- chore: sleep longer in upsert tests for hubspot by @lucasmarshall in #1828
- chore: remove obsolete association mapper by @asdfryan in #1871
- ci: run prod integration tests on latest release by @lucasmarshall in #1872
- chore: disable posthog logging from dev by @lucasmarshall in #1874
- fix: association misc fixes by @asdfryan in #1873
- chore: optional docker compose config override for use with docker compose watch by @lucasmarshall in #1870
- chore: disable salesforce custom objects integration tests by @asdfryan in #1875
- chore: release 0.19.0 by @tomkit in #1876
Full Changelog: v0.18.2...v0.19.0
v0.18.2
Overview
- We fixed a few bugs related to the Custom Object-related APIs
- We improved docs for Sequence State and pagination tutorial
- We fixed the Connections Management API to respect customer ID in the URL path
What's Changed
- docs: update pagination tutorial to include listing api by @tomkit in #1849
- docs: fix list sequence state tag by @tomkit in #1850
- fix: custom objects API + integration tests by @asdfryan in #1851
- fix: update connection instance url upon reauth by @tomkit in #1853
- feat: Sequence integration tests by @tonyxiao in #1843
- fix: respect customer id in path for connection apis. peg integration tests to release tag for prod by @tomkit in #1852
- fix: wait longer before calling get after update by @asdfryan in #1854
- chore: release 0.18.2 by @tomkit in #1856
Full Changelog: v0.18.1...v0.18.2