FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. May 07, 2024
  2. Apr 23, 2024
    • E. Kirk's avatar
      fix: Security fixes · 8d1610ac
      E. Kirk authored and Mike Knee's avatar Mike Knee committed
      Prevented security vulnerable gunicorn from being used in library, and
      renamed example test file.
      8d1610ac
  3. Apr 22, 2024
    • Mike Knee's avatar
      feat: Add cloud event decorator · df0f58ef
      Mike Knee authored
      Adds an additional decorator (and refactors the original HTTP decorator)
      to handle cloud event structures as in the functions_framework library.
      
      Additionally, removes the decorator library dependency as no longer used
      as this was not behaving nicely alongside the functions_framework now
      that the function signatures are important.
      
      Finally, set a new location for the 'root' gunicorn configuration file
      at /etc/gunicorn.conf.py and updated the Dockerfile to copy that across.
      df0f58ef
  4. Apr 15, 2024
    • Mike Knee's avatar
      feat: Add example FaaS module · 250addfd
      Mike Knee authored
      Adds an example FaaS module, along with some example tests and some
      project configuration files to run the example application and run the
      unit tests.
      250addfd
Loading