Skip to content

0.5.18

Compare
Choose a tag to compare
@mnapoli mnapoli released this 26 Mar 10:01
· 2186 commits to master since this release
  • #598: Upgrade to PHP 7.4.4 by @Nyholm

  • #599 & #600: Set up the same "max upload size" in PHP as API Gateway/Lambda by @mnapoli

  • #593: Fix the PHP-FPM configuration: increase the log_limit to avoid truncated logs, by @Nyholm

  • #595: Support for EventBridge Lambda events (the EventBridgeHandler class) by @mnapoli
    For example:

    class MyHandler extends EventBridgeHandler
    {
        public function handleEventBridge(EventBridgeEvent $event, Context $context): void
        {
            // ...
        }
    }
    
    return new MyHandler();

Shoutout to the new Bref sponsors of the week: GeckoEngage, Amezmo and Web-ID.

The Bref Enterprise plan was also launched yesterday :)