Skip to content

Latest commit

 

History

History
132 lines (69 loc) · 4.58 KB

changelog.md

File metadata and controls

132 lines (69 loc) · 4.58 KB

Changelog

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.


Changed

  • No more checking if lambda.bx exists on each execution, which accelerates the execution of the lambda runtime.

Added

  • Listener support so you can add an 'Application.bx/cfc' to your lambda runtime and listen to events from the lambda runtime life-cycle.
  • Multi-Function execution support via the x-bx-function request header. This will allow you to build RESTFul APIs with multiple functions in a single Lambda runtime.
  • Modules support. Allow to load modules into Lambda runtimes via the modules convention
  • box.json support for Lambda runtimes by convention in the lambda root
  • More testing facilities for Lambda runtimes

1.0.0-beta26 - 2025-01-18

1.0.0-beta25 - 2024-12-13

1.0.0-beta24 - 2024-12-02

1.0.0-beta23 - 2024-12-02

1.0.0-beta22 - 2024-11-23

1.0.0-beta21 - 2024-11-01

1.0.0-beta20 - 2024-10-25

1.0.0-beta19 - 2024-10-18

1.0.0-beta18 - 2024-10-11

1.0.0-beta17 - 2024-10-04

1.0.0-beta16 - 2024-09-27

1.0.0-beta15 - 2024-09-20

1.0.0-beta14 - 2024-09-13

1.0.0-beta13 - 2024-09-06

1.0.0-beta12 - 2024-08-30

1.0.0-beta11 - 2024-08-23

1.0.0-beta10 - 2024-08-16

1.0.0-beta9 - 2024-08-09

1.0.0-beta8 - 2024-08-02

1.0.0-beta7 - 2024-07-26

1.0.0-beta6 - 2024-07-19

1.0.0-beta5 - 2024-07-12

1.0.0-beta4 - 2024-07-05

1.0.0-beta3 - 2024-06-28

1.0.0-beta2 - 2024-06-21

1.0.0-beta1 - 2024-06-14

[1.0.0] => 2024-APR-05

  • First iteration of this module