All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.3 - 2020-05-14
- Load the source file into the correct module name (#49)
1.4.2 - 2020-05-13
- Fix handling of
--debug
flag when gunicorn is not present (#44)
1.4.1 - 2020-05-07
- Fix Windows support (#38)
1.4.0 - 2020-05-06
- Use gunicorn as a production HTTP server
1.3.0 - 2020-04-13
- Add support for running
python -m functions_framework
(#31)
- Move
functions_framework.cli.cli
tofunctions_framework._cli._cli
- Adjust path handling for robots.txt and favicon.ico (#33)
1.2.0 - 2020-02-20
- Add support for
--host
flag (#20)
1.1.1 - 2020-02-06
- Add support for
--dry-run
flag (#14)
- Make
--debug
a flag instead of a boolean option
- Better support for CloudEvent functions and error handling
1.0.1 - 2020-01-30
- Add Cloud Run Button (#1)
- Add README badges (#2)
- Add
debug
flag documentation (#7) - Add
watchdog
dependency (#8)
1.0.0 - 2020-01-09
- Initial release