v0.69.46
·
1588 commits
to master
since this release
v0.69.46 - 2026-03-18
Added
- (runner-sdk) Deprecate
endpointsin functions (#5647) by @kaposke - (server) NAN-2184 role-based authorization system (#5644) by @pfreixes
- (integrations) Add support for slack mcp (#5655) by @hassan254-prog
- (integrations) Add support for vercel mcp (#5660) by @hassan254-prog
- (integrations) Add support for ms word and powerpoint (#5661) by @hassan254-prog
- (integrations) Add support for pleo (#5662) by @hassan254-prog
- (integrations) Add support for shopworks (#5665) by @hassan254-prog
- Add features to sync config table (#5652) by @TBonnin
- Detect features in CLI and pass to /deploy endpoint (#5653) by @TBonnin
Changed
- Dev update - deprecation notice for
schema.tsandschema.json(#5650) by @SapneshNaik - Update data validation guide for
schema.ts/schema.jsondeprecation (#5651) by @SapneshNaik - Document function concurrency and sync variant limits (#5613) by @bastienbeurier
- Increase max concurrency limits (#5667) by @TBonnin
Fixed
- (autodelete) Don't filter out entries with count=0 (#5635) by @TBonnin
- Revert function concurrency metric (#5638) by @TBonnin
- (lambda) Node routing overrides (#5649) by @rossmcewan
- (lambda) Set log group retention (#5659) by @rossmcewan
- (query)
deleteOutdatedRecordstransaction handling (#5656) by @agusayerza