|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 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 | + |
5 | 51 | ## [v0.69.5] - 2025-10-22 |
6 | 52 |
|
7 | 53 | ### Added |
@@ -5176,6 +5222,7 @@ All notable changes to this project will be documented in this file. |
5176 | 5222 | - Update Zendesk Chat configuration file (#161) by @Frenchcooc |
5177 | 5223 | - APIs using client_credentials as grant type (#165) by @Frenchcooc |
5178 | 5224 |
|
| 5225 | +[v0.69.6]: https://github.com/NangoHQ/nango/compare/v0.69.5..v0.69.6 |
5179 | 5226 | [v0.69.5]: https://github.com/NangoHQ/nango/compare/v0.69.4..v0.69.5 |
5180 | 5227 | [v0.69.4]: https://github.com/NangoHQ/nango/compare/v0.69.3..v0.69.4 |
5181 | 5228 | [v0.69.3]: https://github.com/NangoHQ/nango/compare/v0.69.2..v0.69.3 |
|
0 commit comments