From 6db12fb322d1b858151ac0bad4a2f98867790187 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Tue, 6 Sep 2022 23:27:00 +0200 Subject: [PATCH] Release 1.1.2, Lambda Function URLs fix --- ChangeLog.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9c5e5fa..d723d29 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,10 @@ AWS Lambda Webservices change log ## ?.?.? / ????-??-?? +## 1.1.2 / 2022-09-06 + +* Fixed issue #8: Cookies error in Lambda Function URLs - @thekid + ## 1.1.1 / 2022-04-12 * Merged PR #7: Fix redirects yielding "null" - @thekid diff --git a/README.md b/README.md index 7d771ee..97ffe67 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ AWS Lambda Webservices for the XP Framework [![Supports PHP 8.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-8_0plus.svg)](http://php.net/) [![Latest Stable Version](https://poser.pugx.org/xp-forge/lambda-ws/version.png)](https://packagist.org/packages/xp-forge/lambda-ws) -Run [XP web applications](https://github.com/xp-forge/web) on AWS lambda using [API Gateway](https://docs.aws.amazon.com/lambda/latest/dg/services-apigateway.html). Unlike other implementations, this library does not spawn PHP-FPM but runs requests directly, resulting in an overhead of less than 1ms. +Run [XP web applications](https://github.com/xp-forge/web) on AWS lambda using [API Gateway](https://docs.aws.amazon.com/lambda/latest/dg/services-apigateway.html) or [Lambda Function URLs](https://aws.amazon.com/de/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/). Unlike other implementations, this library does not spawn PHP-FPM but runs requests directly, resulting in an overhead of less than 1ms. Example -------