File tree Expand file tree Collapse file tree 14 files changed +61
-46
lines changed
Expand file tree Collapse file tree 14 files changed +61
-46
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ v0.69.42] - 2026-03-10
6+
7+ ### Added
8+
9+ - Resume sync immediately when interrupted gracefully (#5591 ) by @TBonnin
10+
11+ ### Fixed
12+
13+ - * (docs)* Replace while loop with nango.paginate in checkpoints doc (#5587 ) by @TBonnin
14+ - * (runner)* Correct env var name for conflict resolution mode (#5593 ) by @rossmcewan
15+ - * (runner)* Pass redis url (#5595 ) by @rossmcewan
16+ - * (runner-lambda)* Return checkpoints (#5589 ) by @TBonnin
17+ - * (cli)* Ignore axios default urlencoded Content-Type in unified mocks (#5590 ) by @marcindobry
18+
519## [ v0.69.41] - 2026-03-09
620
721### Added
@@ -6085,6 +6099,7 @@ All notable changes to this project will be documented in this file.
60856099- Update Zendesk Chat configuration file (#161 ) by @Frenchcooc
60866100- APIs using client_credentials as grant type (#165 ) by @Frenchcooc
60876101
6102+ [ v0.69.42 ] : https://github.com/NangoHQ/nango/compare/v0.69.41..v0.69.42
60886103[ v0.69.41 ] : https://github.com/NangoHQ/nango/compare/v0.69.40..v0.69.41
60896104[ v0.69.40 ] : https://github.com/NangoHQ/nango/compare/v0.69.39..v0.69.40
60906105[ v0.69.39 ] : https://github.com/NangoHQ/nango/compare/v0.69.38..v0.69.39
Original file line number Diff line number Diff line change 11{
22 "name" : " @nangohq/nango" ,
33 "type" : " module" ,
4- "version" : " 0.69.41 " ,
4+ "version" : " 0.69.42 " ,
55 "workspaces" : [
66 " packages/*" ,
77 " scripts"
Original file line number Diff line number Diff line change 1- export const NANGO_VERSION = '0.69.41 ' ;
1+ export const NANGO_VERSION = '0.69.42 ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " nango" ,
3- "version" : " 0.69.41 " ,
3+ "version" : " 0.69.42 " ,
44 "description" : " Nango's CLI tool." ,
55 "type" : " module" ,
66 "bin" : {
4040 "@babel/preset-typescript" : " 7.27.1" ,
4141 "@babel/traverse" : " 7.28.0" ,
4242 "@babel/types" : " 7.28.2" ,
43- "@nangohq/nango-yaml" : " 0.69.41 " ,
44- "@nangohq/node" : " 0.69.41 " ,
45- "@nangohq/providers" : " 0.69.41 " ,
46- "@nangohq/runner-sdk" : " 0.69.41 " ,
43+ "@nangohq/nango-yaml" : " 0.69.42 " ,
44+ "@nangohq/node" : " 0.69.42 " ,
45+ "@nangohq/providers" : " 0.69.42 " ,
46+ "@nangohq/runner-sdk" : " 0.69.42 " ,
4747 "@swc/core" : " 1.13.2" ,
4848 "@types/unzipper" : " 0.10.11" ,
4949 "ajv" : " 8.18.0" ,
7878 "zod" : " 4.0.5"
7979 },
8080 "devDependencies" : {
81- "@nangohq/types" : " 0.69.41 " ,
81+ "@nangohq/types" : " 0.69.42 " ,
8282 "@types/babel__core" : " 7.20.5" ,
8383 "@types/babel__traverse" : " 7.20.7" ,
8484 "@types/columnify" : " 1.5.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nangohq/frontend" ,
3- "version" : " 0.69.41 " ,
3+ "version" : " 0.69.42 " ,
44 "description" : " Nango's frontend library for OAuth handling." ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
1515 "license" : " SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY" ,
1616 "scripts" : {},
1717 "dependencies" : {
18- "@nangohq/types" : " 0.69.41 "
18+ "@nangohq/types" : " 0.69.42 "
1919 },
2020 "files" : [
2121 " dist/**/*.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nangohq/nango-yaml" ,
3- "version" : " 0.69.41 " ,
3+ "version" : " 0.69.42 " ,
44 "type" : " module" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
1717 "ms" : " 3.0.0-canary.1"
1818 },
1919 "devDependencies" : {
20- "@nangohq/types" : " 0.69.41 " ,
20+ "@nangohq/types" : " 0.69.42 " ,
2121 "vitest" : " 3.2.4"
2222 },
2323 "files" : [
Original file line number Diff line number Diff line change 1- export const NANGO_VERSION = '0.69.41 ' ;
1+ export const NANGO_VERSION = '0.69.42 ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @nangohq/node" ,
3- "version" : " 0.69.41 " ,
3+ "version" : " 0.69.42 " ,
44 "description" : " Nango's Node client." ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
2525 },
2626 "license" : " SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY" ,
2727 "dependencies" : {
28- "@nangohq/types" : " 0.69.41 " ,
28+ "@nangohq/types" : " 0.69.42 " ,
2929 "axios" : " 1.13.5"
3030 },
3131 "engines" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @nangohq/providers" ,
3- "version" : " 0.69.41 " ,
3+ "version" : " 0.69.42 " ,
44 "description" : " Nango's providers.yaml and getters" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
1616 "js-yaml" : " 4.1.1"
1717 },
1818 "devDependencies" : {
19- "@nangohq/types" : " 0.69.41 " ,
19+ "@nangohq/types" : " 0.69.42 " ,
2020 "vitest" : " 3.2.4"
2121 },
2222 "files" : [
You can’t perform that action at this time.
0 commit comments