v0.70.0

leaningtech/webvmv0.70.0Apr 16, 2026by nango-repository-pusher[bot]

AI Summary

A major version update introducing feature flags for RBAC, a public API for remote functions, and enhancements to Datadog tracing and OAuth2 handling. It also deprecates top-level JSON schema generation.

Key Highlights

  • Introduction of RBAC feature flag
  • Remote function public API
  • Datadog client IP tagging
  • Deprecation of schema generation (schema.ts/json)

Breaking Changes

  • Stop generating schema.ts / schema.json and stop accepting top-level json-schema

New Features

  • Added client IP tags to Datadog traces
  • Resolve accessToken in custom headers for OAUTH2_CC
  • Added has_rbac feature flag
  • Added remote function public API

Full Release Notes

## [v0.70.0] - 2026-04-16

### Added

- *(server)* Add client IP tags to Datadog traces (#5860) by @marcindobry
- *(proxy)* Resolve `accessToken` in custom headers for OAUTH2_CC (#5881) by @hassan254-prog
- Add `has_rbac` feature flag (#5847) by @kaposke
- *(server)* Add remote function public API (#5836) by @marcindobry
- Stop generating schema.ts / schema.json and stop accepting top-level json-schema (#5874) by @kaposke

### Fixed

- *(clickhouse)* Compute_gbms to be calculated in mv (#5872) by @TBonnin
- *(lambda)* New plan flag to control lambda rollout (#5858) by @rossmcewan
- *(lambda)* Track memory and duration correctly (#5875) by @rossmcewan
- *(security)* Security fixes (#5876) by @rossmcewan
- *(shared)* Missing types (#5884) by @rossmcewan
- *(shared)* Fix metrics call (#5885) by @rossmcewan

[v0.70.0]: https://github.com/NangoHQ/nango/compare/v0.69.50..v0.70.0

<!-- generated by git-cliff -->