·
45 commits
to master
since this release
v0.70.9 - 2026-06-23
Added
- (observability) Add nango.usage.revalidate.work span for lock-acquired path (#6586) by @pfreixes
- (metering) Persist data_transfer events to CH (#6483) by @ErickRDev
- (integrations) Add a skip_encode config to attio-mcp (#6577) by @hassan254-prog
- (feature-flags) Implement OAuth state cookie enforcement flag (#6533) by @agusayerza
- Separate function catalog (#6465) by @kaposke
- (integrations) Add support for boondmanager (#6594) by @hassan254-prog
- (sync_jobs) Backfill id_big from id (NAN-5491 Phase 3b) (#6377) by @pfreixes
- (integrations) Add support for netsuite-client-credentials (#6583) by @hassan254-prog
- (sync_jobs) Build unique index on id_big (NAN-5491 Phase 3c) (#6378) by @pfreixes
- (integrations) Add support for workday-cc (#6588) by @hassan254-prog
- (sync_jobs) Validate id_big NOT NULL (NAN-5491 Phase 3d) (#6379) by @pfreixes
- (sync_jobs) Atomic PK swap from int4 id to bigint (NAN-5491 Phase 3e) (#6380) by @pfreixes
- (sync_jobs) Drop legacy id_old and lift sequence to bigint (NAN-5491 Phase 3f) (#6381) by @pfreixes
- Public endpoint to deploy function template (#6558) by @kaposke
- (integrations) Add support for ironclad-cc (#6585) by @hassan254-prog
- (usage) Compose filter with breakdown (NAN-5874) (#6545) by @macko911
- (usage) Drop the 6h CH inner cache from the capping path (#6605) by @pfreixes
Changed
- Update version in manifest by @actions-user
- (lint) Move import sorting to Prettier (#6582) by @macko911
- (integration-templates) Automatic update from NangoHQ/integration-templates@9b90d56 by Victor Lang'at by @github-actions[bot]
- (integration-templates) Automatic update from NangoHQ/integration-templates@a25e176 by Victor Lang'at by @github-actions[bot]
- (integration-templates) Automatic update from NangoHQ/integration-templates@6e7f1bf by Victor Lang'at by @github-actions[bot]
- Make tsconfigs compatible with typescript-go (#6593) by @macko911
- (integration-templates) Automatic update from NangoHQ/integration-templates@13b0462 by Victor Lang'at by @github-actions[bot]
- (integration-templates) Automatic update from NangoHQ/integration-templates@5746cac by Victor Lang'at by @github-actions[bot]
- (integration-templates) Automatic update from NangoHQ/integration-templates@c33f8fe by Victor Lang'at by @github-actions[bot]
- (integration-templates) Automatic update from NangoHQ/integration-templates@60c8a54 by Victor Lang'at by @github-actions[bot]
- (lint) Replace ESLint with oxlint (#6604) by @macko911
- Update egress-metering middleware (#6591) by @ErickRDev
- Update version in manifest by @actions-user
Fixed
- (in-app) Fix the in-app chat support button location (#6590) by @hassan254-prog
- (webapp) Stop logs table bouncing on auto-refresh (#6592) by @macko911
- (server) Enforce RBAC on flow read routes (#6603) by @pfreixes
- (vulns) Fix high vulnerabilities (#6608) by @rossmcewan
- (metrics) Improve traces on startAction (#6612) by @agusayerza
- (frontend) Make ConnectUI.open() idempotent (#6611) by @nguyendangtrinh