Skip to content

Commit

Permalink
chore(release): 0.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Nov 27, 2024
1 parent 9f80094 commit 1e991a7
Show file tree
Hide file tree
Showing 12 changed files with 98 additions and 44 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const NANGO_VERSION = '0.45.0';
export const NANGO_VERSION = '0.45.1';
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/nango-yaml/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/node-client/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const NANGO_VERSION = '0.45.0';
export const NANGO_VERSION = '0.45.1';
4 changes: 2 additions & 2 deletions packages/node-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const NANGO_VERSION = '0.45.0';
export const NANGO_VERSION = '0.45.1';
8 changes: 4 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1e991a7

Please sign in to comment.