Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 15:04
· 853 commits to main since this release
744d3a4

Changelog

v1.0.0 (2023-09-07)

Full Changelog

Highlights:

The new version of the Serverless module brings the following improvements:

  • An improved testbed for Serverless: new contract tests for incoming and emitted CloudEvents and integration test on Gardener
  • Fixes for Node.js and Python function runtimes

Fixed bugs:

  • Set Warning state when orphaned Functions found at deletion #258 (kwiatekus)
  • Provide better sample custom trace collector endpoint #237 (kwiatekus)
  • check if data from cache was loaded #233 (anoipm)
  • Fixed unreferenced variable in the Node.js Serverless Functions #18047
  • Python functions fail to parse incoming cloud events for some cases #18044

Implemented enhancements:

  • Integration test for the Serverless module on Gardener (azure) #186
  • Describe better the Serverless spec in the resource documentation #236
  • Improve the requireEqualFunc implementation #240 (pPrecel)
  • Test if events emitted using utility SDK are conformant with the cloud events spec #18078
  • Test Serverless conformance with the CloudEvents specification #17881