Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 4.03 KB

Changelog

1.3.1 (2023-09-13)

Bug Fixes

  • functions: include Implementation-Version key in invoker package manifest (#221) (f3fe2ce)
  • typed declaration works correctly with http trigger (#212) (b3045ad)

1.3.0 (2023-06-01)

Features

  • Define strongly typed function interface (#186) (5264e35)

Bug Fixes

  • bump org.eclipse.jetty dependency to 9.4.51 (#201) (0102c8f)

1.2.1 (2023-03-02)

Bug Fixes

  • retrieving http headers on request object should be case insenstive (#178) (44da871)

1.2.0 (2022-10-05)

Features

  • allow to stop the invoker (#128) (14908ca)
  • enable converting CloudEvent requests to Background Event requests (#123) (1c4a014)
  • Increase maximum concurrent requests for jetty server to 1000. (#144) (439d0b5)

Bug Fixes