From 1e991a784fa5d8ac2011ae0e35a1635e26af2503 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Wed, 27 Nov 2024 11:03:20 +0000 Subject: [PATCH] chore(release): 0.45.1 --- CHANGELOG.md | 54 +++++++++++++++++++++++++++++ package-lock.json | 50 +++++++++++++------------- packages/cli/lib/version.ts | 2 +- packages/cli/package.json | 8 ++--- packages/frontend/package.json | 4 +-- packages/nango-yaml/package.json | 4 +-- packages/node-client/lib/version.ts | 2 +- packages/node-client/package.json | 4 +-- packages/shared/lib/version.ts | 2 +- packages/shared/package.json | 8 ++--- packages/types/package.json | 2 +- packages/webapp/package.json | 2 +- 12 files changed, 98 insertions(+), 44 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d664c611f7..1ce1ec6d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,59 @@ All notable changes to this project will be documented in this file. +## [v0.45.1] - 2024-11-27 + +### Added + +- Trigger pre connection deletion script on connection deletion (#3027) by @TBonnin +- *(webapp)* Surface all connection error counts (#3026) by @nalanj +- Add docs for on-events scripts (#3047) by @TBonnin +- *(integrations)* Add support for Tapclicks (#3052) by @hassan254-prog +- *(server)* Add missing fields column for integrations to db (#3045) by @nalanj +- *(ui)* Add missing page titles (#3066) by @bodinsamuel +- *(webhooks)* Send end user on connection creation (#3065) by @bodinsamuel + +### Changed + +- Clean up errors (#3024) by @bodinsamuel +- Update pull_request_template (#3033) by @TBonnin +- Fix docs redirects (#3055) by @bastienbeurier +- Improve Salesforce API docs (#3058) by @rguldener +- Improve authorization guide (#3064) by @bastienbeurier + +### Fixed + +- *(getting-started)* Feedback (#3023) by @bodinsamuel +- *(docs)* Plain update (#3029) by @khaliqgant +- *(connect-ui)* Handle two_step, and various (#3030) by @bodinsamuel +- *(connectionConfig)* Ensure user's connectionConfig takes precedence (#3031) by @hassan254-prog +- *(logs)* Correctly logs request headers, redac headers and url, log verification (#3022) by @bodinsamuel +- *(connect-ui)* Enforce session token integrations (#3032) by @bodinsamuel +- *(server)* Update query for counting errors to ensure distinct connections (#3034) by @nalanj +- *(webapp)* Layout bug on app integration settings page (#3038) by @nalanj +- *(jobs)* Execute close only once (#3036) by @TBonnin +- *(connect)* Improve greenhouse support (#3039) by @bodinsamuel +- AcquireTimeoutMillis to equal statement timeout (#3043) by @TBonnin +- Db pool acquireTimeoutMillis cannot be zero (#3046) by @TBonnin +- *(webapp)* Show separate icons for connection error types (#3040) by @nalanj +- *(ui)* Improve endpoints ordering (#3041) by @bodinsamuel +- *(docs)* Docs cleanup (#3051) by @khaliqgant +- *(docs)* Link fixes (#3053) by @khaliqgant +- Not using setInterval for otlp export config refresh (#3056) by @TBonnin +- *(server)* Remove secrets from in app integration api response (#3048) by @nalanj +- *(webapp, server)* Fix custom auth issues (#3042) by @nalanj +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/f3ce0b10745b4b814759f7ff77d7f7fb05e8b043 by Khaliq. Commit message: fix(docusign): fix username (#122) by @github-actions[bot] +- Improve on-events script logs (#3049) by @TBonnin +- *(runner)* Remove setInterval from providers reload (#3057) by @nalanj +- *(docs)* Fix some typos in docs (#3059) by @nalanj +- *(webapp)* Missing delete button (#3061) by @hassan254-prog +- *(runner)* Always truncate errors (#3063) by @bodinsamuel +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/d718b188f9d3e40f2dd1ec269ac9a0de4ec40e09 by Hassan_Wari. Commit message: fix(salesforce): remove last_name as it might not be configured on all salesforce accounts (#124) by @github-actions[bot] +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/6d5d24dd5d972ba7b3653cdbf0f73f89b484b56e by Khaliq. Commit message: fix(sym-links): Add support for symlinked nango.yaml so it stays in sync (#121) by @github-actions[bot] +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/0b4c7696fc1a009c3a3f921639efb80af00bd09f by Khaliq. Commit message: fix(aliases): Fix upload alias (#125) by @github-actions[bot] +- *(authorization)* Authorization url encoding (#3062) by @hassan254-prog +- Missing .js extension (#3070) by @bodinsamuel + ## [v0.45.0] - 2024-11-21 ### Added @@ -2358,6 +2411,7 @@ All notable changes to this project will be documented in this file. - Update Zendesk Chat configuration file (#161) by @Frenchcooc - APIs using client_credentials as grant type (#165) by @Frenchcooc +[v0.45.1]: https://github.com/NangoHQ/nango/compare/v0.45.0..v0.45.1 [v0.45.0]: https://github.com/NangoHQ/nango/compare/v0.44.0..v0.45.0 [v0.44.0]: https://github.com/NangoHQ/nango/compare/v0.43.0..v0.44.0 [v0.43.0]: https://github.com/NangoHQ/nango/compare/v0.42.22..v0.43.0 diff --git a/package-lock.json b/package-lock.json index 01696a2621..0a5a3f4b52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34699,14 +34699,14 @@ }, "packages/cli": { "name": "nango", - "version": "0.45.0", + "version": "0.45.1", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "@babel/parser": "^7.22.5", "@babel/traverse": "^7.22.5", "@babel/types": "^7.22.5", - "@nangohq/nango-yaml": "0.45.0", - "@nangohq/shared": "^0.45.0", + "@nangohq/nango-yaml": "0.45.1", + "@nangohq/shared": "^0.45.1", "@swc/core": "^1.5.25", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -34739,7 +34739,7 @@ "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", - "@nangohq/types": "0.45.0", + "@nangohq/types": "0.45.1", "@types/babel__traverse": "^7.20.1", "@types/babel-traverse": "^6.25.7", "@types/commander": "^2.12.2", @@ -35020,10 +35020,10 @@ }, "packages/frontend": { "name": "@nangohq/frontend", - "version": "0.45.0", + "version": "0.45.1", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { - "@nangohq/types": "0.45.0" + "@nangohq/types": "0.45.1" } }, "packages/integration-template-tests": { @@ -35352,13 +35352,13 @@ }, "packages/nango-yaml": { "name": "@nangohq/nango-yaml", - "version": "0.45.0", + "version": "0.45.1", "dependencies": { "js-yaml": "^4.1.0", "ms": "3.0.0-canary.1" }, "devDependencies": { - "@nangohq/types": "0.45.0", + "@nangohq/types": "0.45.1", "vitest": "1.6.0" } }, @@ -35371,13 +35371,13 @@ }, "packages/node-client": { "name": "@nangohq/node", - "version": "0.45.0", + "version": "0.45.1", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "axios": "^1.7.4" }, "devDependencies": { - "@nangohq/types": "0.45.0", + "@nangohq/types": "0.45.1", "tsup": "^8.2.4", "vitest": "1.6.0" }, @@ -35704,7 +35704,7 @@ }, "packages/shared": { "name": "@nangohq/shared", - "version": "0.45.0", + "version": "0.45.1", "bundleDependencies": [ "@nangohq/utils", "@nangohq/database" @@ -35715,8 +35715,8 @@ "@datadog/datadog-api-client": "1.26.0", "@hapi/boom": "^10.0.1", "@nangohq/database": "file:../database", - "@nangohq/nango-yaml": "0.45.0", - "@nangohq/node": "^0.45.0", + "@nangohq/nango-yaml": "0.45.1", + "@nangohq/node": "^0.45.1", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.119.2", "ajv": "^8.12.0", @@ -35744,7 +35744,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", - "@nangohq/types": "0.45.0", + "@nangohq/types": "0.45.1", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", "@types/js-yaml": "^4.0.5", @@ -35768,7 +35768,7 @@ "packages/shared/node_modules/@nangohq/database": { "version": "1.0.0", "resolved": "file:packages/shared/vendor/nangohq-database-1.0.0.tgz", - "integrity": "sha512-AGA2NWu+ChkYElWqM+a6qvJAtNyzFvfi4Jf/IIs8WIA7+A0zu7U3kMP9oTHeTVAn1GJ3CQfkZJwm8TtwwAiDcg==", + "integrity": "sha512-zkTYyLxh+0GuEeZf1Yk1gA/Z+8OfOAHlv2E150Xjvw7/AYSAx7yKb/uNgL1472jn3fZh/uigHHyvh80njpBuyQ==", "bundleDependencies": [ "@nangohq/utils", "knex", @@ -35996,11 +35996,11 @@ "license": "BSD-3-Clause" }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@types/node": { - "version": "22.9.1", + "version": "22.10.0", "inBundle": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.8" + "undici-types": "~6.20.0" } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@types/triple-beam": { @@ -36049,7 +36049,7 @@ "license": "MIT" }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/axios": { - "version": "1.7.7", + "version": "1.7.8", "inBundle": true, "license": "MIT", "dependencies": { @@ -36752,7 +36752,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/undici-types": { - "version": "6.19.8", + "version": "6.20.0", "inBundle": true, "license": "MIT" }, @@ -37398,11 +37398,11 @@ "license": "BSD-3-Clause" }, "packages/shared/node_modules/@nangohq/utils/node_modules/@types/node": { - "version": "22.9.1", + "version": "22.10.0", "inBundle": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.8" + "undici-types": "~6.20.0" } }, "packages/shared/node_modules/@nangohq/utils/node_modules/@types/triple-beam": { @@ -37451,7 +37451,7 @@ "license": "MIT" }, "packages/shared/node_modules/@nangohq/utils/node_modules/axios": { - "version": "1.7.7", + "version": "1.7.8", "inBundle": true, "license": "MIT", "dependencies": { @@ -38154,7 +38154,7 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/undici-types": { - "version": "6.19.8", + "version": "6.20.0", "inBundle": true, "license": "MIT" }, @@ -38442,7 +38442,7 @@ }, "packages/types": { "name": "@nangohq/types", - "version": "0.45.0", + "version": "0.45.1", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { "@types/json-schema": "7.0.15", @@ -38553,7 +38553,7 @@ "@heroicons/react": "2.1.5", "@mantine/core": "7.12.1", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.45.0", + "@nangohq/frontend": "^0.45.1", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-avatar": "1.1.1", diff --git a/packages/cli/lib/version.ts b/packages/cli/lib/version.ts index 48549b17a4..78ea3e2c80 100644 --- a/packages/cli/lib/version.ts +++ b/packages/cli/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.45.0'; +export const NANGO_VERSION = '0.45.1'; diff --git a/packages/cli/package.json b/packages/cli/package.json index 45d1b2f2ec..07843cf17c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "nango", - "version": "0.45.0", + "version": "0.45.1", "description": "Nango's CLI tool.", "type": "module", "main": "dist/index.js", @@ -24,8 +24,8 @@ "@babel/parser": "^7.22.5", "@babel/traverse": "^7.22.5", "@babel/types": "^7.22.5", - "@nangohq/nango-yaml": "0.45.0", - "@nangohq/shared": "^0.45.0", + "@nangohq/nango-yaml": "0.45.1", + "@nangohq/shared": "^0.45.1", "@swc/core": "^1.5.25", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -55,7 +55,7 @@ "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", - "@nangohq/types": "0.45.0", + "@nangohq/types": "0.45.1", "@types/babel__traverse": "^7.20.1", "@types/babel-traverse": "^6.25.7", "@types/commander": "^2.12.2", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 96486dc52f..ca99972237 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/frontend", - "version": "0.45.0", + "version": "0.45.1", "description": "Nango's frontend library for OAuth handling.", "type": "module", "main": "dist/index.js", @@ -15,7 +15,7 @@ "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "scripts": {}, "devDependencies": { - "@nangohq/types": "0.45.0" + "@nangohq/types": "0.45.1" }, "files": [ "dist/**/*.js", diff --git a/packages/nango-yaml/package.json b/packages/nango-yaml/package.json index a111aff3e0..ee32189bee 100644 --- a/packages/nango-yaml/package.json +++ b/packages/nango-yaml/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/nango-yaml", - "version": "0.45.0", + "version": "0.45.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -17,7 +17,7 @@ "ms": "3.0.0-canary.1" }, "devDependencies": { - "@nangohq/types": "0.45.0", + "@nangohq/types": "0.45.1", "vitest": "1.6.0" }, "files": [ diff --git a/packages/node-client/lib/version.ts b/packages/node-client/lib/version.ts index 48549b17a4..78ea3e2c80 100644 --- a/packages/node-client/lib/version.ts +++ b/packages/node-client/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.45.0'; +export const NANGO_VERSION = '0.45.1'; diff --git a/packages/node-client/package.json b/packages/node-client/package.json index d0e83cb3aa..76ce21fcf1 100644 --- a/packages/node-client/package.json +++ b/packages/node-client/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/node", - "version": "0.45.0", + "version": "0.45.1", "description": "Nango's Node client.", "type": "module", "main": "dist/index.js", @@ -36,7 +36,7 @@ "README.md" ], "devDependencies": { - "@nangohq/types": "0.45.0", + "@nangohq/types": "0.45.1", "tsup": "^8.2.4", "vitest": "1.6.0" } diff --git a/packages/shared/lib/version.ts b/packages/shared/lib/version.ts index 48549b17a4..78ea3e2c80 100644 --- a/packages/shared/lib/version.ts +++ b/packages/shared/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.45.0'; +export const NANGO_VERSION = '0.45.1'; diff --git a/packages/shared/package.json b/packages/shared/package.json index f42ca13158..073439f884 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/shared", - "version": "0.45.0", + "version": "0.45.1", "description": "Nango's shared components.", "type": "module", "main": "dist/index.js", @@ -22,8 +22,8 @@ "@datadog/datadog-api-client": "1.26.0", "@hapi/boom": "^10.0.1", "@nangohq/database": "file:../database", - "@nangohq/nango-yaml": "0.45.0", - "@nangohq/node": "^0.45.0", + "@nangohq/nango-yaml": "0.45.1", + "@nangohq/node": "^0.45.1", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.119.2", "ajv": "^8.12.0", @@ -55,7 +55,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", - "@nangohq/types": "0.45.0", + "@nangohq/types": "0.45.1", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", "@types/js-yaml": "^4.0.5", diff --git a/packages/types/package.json b/packages/types/package.json index 92283e41b2..5c750fa8e1 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/types", - "version": "0.45.0", + "version": "0.45.1", "description": "Types used in Nango applications", "type": "module", "typings": "dist/index.d.ts", diff --git a/packages/webapp/package.json b/packages/webapp/package.json index 4e3e975541..db416e9100 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -35,7 +35,7 @@ "@heroicons/react": "2.1.5", "@mantine/core": "7.12.1", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.45.0", + "@nangohq/frontend": "^0.45.1", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-avatar": "1.1.1",