Working with Functions or planning to in the future? Make sure to subscribe to any further changes. When the release notes are updated, you'll get a notification straight to your email of choice.
Functions Platform
v1.44 (latest)
Added
- Alerting feature that allows brands to configure alerts for their functions
v1.41
v1.39
Added
Fixed
- Logs of undeployed functions using the new logging experience are now correctly displayed
Changed
v1.38
Added
- Splitting up of IDLE events
Fixed
Changed
- Logging system improvements
- Better stability of our backend services
v1.37
We have improved our logging experience available for new functions and older functions once they are redeployed. Once a function is upgraded/redeployed with the new logging experience, previous logs won't be available, and only the logs after the upgrade will be shown.
Added
- New logging experience available for new functions, previous deployed functions are not affected
Fixed
Changed
- Functions logs retention period from 30 days to 14 days
- Logs search limit to 10000 logs
v1.36
Added
- Table with function invocation statistics added to the landing page
- Function runtime can now be updated manually from the deployed functions table
- Improved function performance by automatically caching provisioned secrets
- Improved typings/JSDoc for toolbelt functions
Fixed
- Invocation metrics not showing correct numbers for periods >7d
Changed
- Running multiple debuggers per user has been disallowed
Functions Runtime
v1.41 (latest)
Added
- Updated runtime Node version to 18
Fixed
- Right error code after a function execution timeout error
v1.37
Added
- Better performance impact of logs in the function
Fixed
- Sanitation with secret objects
- Objects like Errors in the "extra" field are now shown
- When log limit is reached first 10 logs will be available, in previous versions no logs are stored
Changed
- The "extra" field is converted to string
v1.36
Added
- Added jsonwebtoken library