Skip to content

Commit cd19d52

Browse files
author
Release Bot
committed
chore(release): 0.69.6
1 parent 6d8debc commit cd19d52

File tree

14 files changed

+93
-46
lines changed

14 files changed

+93
-46
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,52 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v0.69.6] - 2025-10-30
6+
7+
### Added
8+
9+
- *(oauth2)* Allow tokenurl interpolation from redirect url metadata (#4804) by @hassan254-prog
10+
- *(webapp)* Redesign UsageCard (#4884) by @kaposke
11+
- *(webhooks)* Add support for shopify-api-key webhooks (#4903) by @hassan254-prog
12+
- *(integrations)* Add support for pennylane-company-api (#4848) by @hassan254-prog
13+
- Add docs about retrieval of sharepoint specific access token (#4835) by @hassan254-prog
14+
- *(integrations)* Add support for aimfox oauth (#4888) by @hassan254-prog
15+
- *(integrations)* Add support for microsoft admin (#4904) by @hassan254-prog
16+
- *(server)* V2 plan definitions (#4906) by @kaposke
17+
- Hide usage for old plans (#4917) by @kaposke
18+
- *(cli-create-command)* New create command for zeroyaml in the cli (#4892) by @khaliqgant
19+
- *(integrations)* Add support for sap fieldglass (#4907) by @hassan254-prog
20+
- *(integrations)* Add support for sap business one (#4911) by @hassan254-prog
21+
- *(integrations)* Add support for momentum-io (#4914) by @hassan254-prog
22+
- *(ui-copy)* Add copy button and allow pasting (#4916) by @khaliqgant
23+
- Add breaking changelog entry about log ingestion (#4933) by @bastienbeurier
24+
25+
### Changed
26+
27+
- *(usage)* Revalidate connections and records usage metrics in cache (#4898) by @TBonnin
28+
- *(usage)* Revalidate billing metrics from orb (#4910) by @TBonnin
29+
- Delete old usage tracking / capping (#4918) by @kaposke
30+
- Slack api gotchas (#4921) by @hassan254-prog
31+
- Update version in manifest by @actions-user
32+
- Add AI tool calling use case (#4909) by @bastienbeurier
33+
- Address OpenAI SDK implement guide PR comments + standardize page capitalization (#4936) by @bastienbeurier
34+
35+
### Fixed
36+
37+
- *(docs)* Status not status_code (#4899) by @khaliqgant
38+
- *(deploy)* Concurrency issue (#4894) by @khaliqgant
39+
- *(runner)* Optionally set datadog profiling for runners (#4900) by @rossmcewan
40+
- *(providers)* Use api_domain as zoho base_url fallback (#4901) by @hassan254-prog
41+
- *(runner)* Be more explicit with the runner sizing (#4905) by @rossmcewan
42+
- *(providers)* Fix intercom url (#4908) by @hassan254-prog
43+
- When a sync expires, webhook says type = INITIAL (#4912) by @TBonnin
44+
- *(record count)* Do not count records from deleted connections (#4919) by @TBonnin
45+
- *(usage)* Don't overwrite records/connections with orb metrics (#4924) by @TBonnin
46+
- *(server)* Set keep-alive and header timeouts (#4925) by @rossmcewan
47+
- Records count reporting logic to account for all models/variants (#4926) by @TBonnin
48+
- *(providers)* Use dynamic value for base_url in Medallia (#4922) by @hassan254-prog
49+
- Do not push self-hosted image on PR build (#4929) by @TBonnin
50+
551
## [v0.69.5] - 2025-10-22
652

753
### Added
@@ -5176,6 +5222,7 @@ All notable changes to this project will be documented in this file.
51765222
- Update Zendesk Chat configuration file (#161) by @Frenchcooc
51775223
- APIs using client_credentials as grant type (#165) by @Frenchcooc
51785224

5225+
[v0.69.6]: https://github.com/NangoHQ/nango/compare/v0.69.5..v0.69.6
51795226
[v0.69.5]: https://github.com/NangoHQ/nango/compare/v0.69.4..v0.69.5
51805227
[v0.69.4]: https://github.com/NangoHQ/nango/compare/v0.69.3..v0.69.4
51815228
[v0.69.3]: https://github.com/NangoHQ/nango/compare/v0.69.2..v0.69.3

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nangohq/nango",
33
"type": "module",
4-
"version": "0.69.5",
4+
"version": "0.69.6",
55
"workspaces": [
66
"packages/*",
77
"scripts"

packages/cli/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const NANGO_VERSION = '0.69.5';
1+
export const NANGO_VERSION = '0.69.6';

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nango",
3-
"version": "0.69.5",
3+
"version": "0.69.6",
44
"description": "Nango's CLI tool.",
55
"type": "module",
66
"bin": {
@@ -40,10 +40,10 @@
4040
"@babel/traverse": "7.28.0",
4141
"@babel/types": "7.28.2",
4242
"@babel/preset-typescript": "7.27.1",
43-
"@nangohq/nango-yaml": "0.69.5",
44-
"@nangohq/node": "0.69.5",
45-
"@nangohq/providers": "0.69.5",
46-
"@nangohq/runner-sdk": "0.69.5",
43+
"@nangohq/nango-yaml": "0.69.6",
44+
"@nangohq/node": "0.69.6",
45+
"@nangohq/providers": "0.69.6",
46+
"@nangohq/runner-sdk": "0.69.6",
4747
"@swc/core": "1.13.2",
4848
"@types/unzipper": "0.10.11",
4949
"ajv": "8.17.1",
@@ -76,7 +76,7 @@
7676
"zod": "4.0.5"
7777
},
7878
"devDependencies": {
79-
"@nangohq/types": "0.69.5",
79+
"@nangohq/types": "0.69.6",
8080
"@types/babel__core": "7.20.5",
8181
"@types/babel__traverse": "7.20.7",
8282
"@types/columnify": "1.5.4",

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nangohq/frontend",
3-
"version": "0.69.5",
3+
"version": "0.69.6",
44
"description": "Nango's frontend library for OAuth handling.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -15,7 +15,7 @@
1515
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
1616
"scripts": {},
1717
"dependencies": {
18-
"@nangohq/types": "0.69.5"
18+
"@nangohq/types": "0.69.6"
1919
},
2020
"files": [
2121
"dist/**/*.js",

packages/nango-yaml/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nangohq/nango-yaml",
3-
"version": "0.69.5",
3+
"version": "0.69.6",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
1717
"ms": "3.0.0-canary.1"
1818
},
1919
"devDependencies": {
20-
"@nangohq/types": "0.69.5",
20+
"@nangohq/types": "0.69.6",
2121
"vitest": "3.2.4"
2222
},
2323
"files": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const NANGO_VERSION = '0.69.5';
1+
export const NANGO_VERSION = '0.69.6';

packages/node-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nangohq/node",
3-
"version": "0.69.5",
3+
"version": "0.69.6",
44
"description": "Nango's Node client.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -25,7 +25,7 @@
2525
},
2626
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
2727
"dependencies": {
28-
"@nangohq/types": "0.69.5",
28+
"@nangohq/types": "0.69.6",
2929
"axios": "1.12.0"
3030
},
3131
"engines": {

packages/providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nangohq/providers",
3-
"version": "0.69.5",
3+
"version": "0.69.6",
44
"description": "Nango's providers.yaml and getters",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -11,7 +11,7 @@
1111
"js-yaml": "4.1.0"
1212
},
1313
"devDependencies": {
14-
"@nangohq/types": "0.69.5",
14+
"@nangohq/types": "0.69.6",
1515
"vitest": "3.2.4"
1616
},
1717
"files": [

0 commit comments

Comments
 (0)