Changelog
v0.2.1 / 2020-06-25
- The
--signature-typecheck recognizes the legacyeventtype.
v0.2.0 / 2020-06-24
Significant changes:
- Converts legacy GCF events and passes them to functions as CloudEvents.
- The executable is now named
functions-framework-rubyto avoid collisions with functions frameworks for other languages. - Deprecated the
eventfunction type. Usecloud_event. - The CloudEvents implementation is now fully-featured and can encode as well as decode events.
- Wrote an expanded set of getting-started documentation.
Minor changes:
Testing.load_temporarynow caches loaded functions so they don't have to be reloaded for subsequent tests.- The executable recognizes the
--signature-typeflag, and verifies that the type is correct. - Error reporting is expanded and improved.
- Fixed a crash when a batch CloudEvent was received. (These are still not supported, and now result in a 400.)
- Renamed a few undocumented environment variables, and added support for a logging level environment variable. All CLI flags now have associated environment variables.
- Several fixes to the example code, and added a new Sinatra example.
v0.1.1 / 2020-02-27
- Server returns 404 when receiving a /favicon.ico or /robots.txt request.
- Correct a rack constant name in Testing#make_post_request
v0.1.0 / 2020-01-30
- Initial release