File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ image to use the image https://gallery.ecr.aws/lambda/provided
3434
3535## 3.0.0 / 2021-09-26
3636
37+ This major release drops backwards compatibility with older XP Framework
38+ releases. XP 10 was released roughly two years ago at the time of writing.
39+
3740* Merged PR #13 : Refactor container execution to Process API provided by
3841 XP 10.14. Drops BC with XP 9 and lower, see xp-framework/rfc #341 .
3942 (@thekid )
@@ -61,6 +64,9 @@ image to use the image https://gallery.ecr.aws/lambda/provided
6164
6265## 2.0.0 / 2021-08-29
6366
67+ This major release changes the packaging defaults. This way, files to be
68+ incuded can be specified more flexibly via command line arguments.
69+
6470* Increased code coverage for classes in public API to 100%, see issue #6
6571 (@thekid )
6672* Fixed ` Context::remainingTime() ` 's return type, which can include NULL.
@@ -81,6 +87,8 @@ image to use the image https://gallery.ecr.aws/lambda/provided
8187
8288## 1.0.0 / 2021-08-28
8389
90+ The first major release includes final touches to the packaged ZIP file.
91+
8492* Merged PR #5 : Unique given sources, preventing them being added to the
8593 ZIP file twice
8694 (@thekid )
You can’t perform that action at this time.
0 commit comments