Skip to content

v1.0.0-rc.49

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 04:23
6b6e2b1

Minor Changes

  • 83fb993: Add support for email handlers

  • 82a2ff8: add support for email handlers

    Example usage:

    export default {
    	async email(message, env, ctx) {
    		// this is running in a trace!
    	},
    }