nexmo-community / messaging-aws-sqs-dynamodb-php

AWS Lambda function created in PHP that once triggered, moves a message from SQS into DynamoDB.
MIT License
2 stars 1 forks source link

Update dependency bref/bref to v2 #11

Open mend-for-github-com[bot] opened 7 months ago

mend-for-github-com[bot] commented 7 months ago

This PR contains the following updates:

Package Type Update Change
bref/bref (source) require major ^0.5.25 -> ^2.0.0

By merging this PR, the issue #8 will be automatically resolved and closed:

Severity CVSS Score CVE
Medium Medium 6.5 CVE-2024-24752
Medium Medium 4.8 CVE-2024-24753
Low Low 3.7 CVE-2024-24754

Release Notes

brefphp/bref (bref/bref) ### [`v2.1.13`](https://togithub.com/brefphp/bref/releases/tag/2.1.13) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.12...2.1.13) #### What's Changed - \[Security fix] Add support for multi-value response headers with API Gateway v2 by [@​smaury](https://togithub.com/smaury) and [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1730](https://togithub.com/brefphp/bref/pull/1730) - \[Security fix] Cleanup uploaded files for PSR-15 handlers by [@​smaury](https://togithub.com/smaury) and [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1726](https://togithub.com/brefphp/bref/pull/1726) - \[Security fix] Support malformed multipart body by [@​smaury](https://togithub.com/smaury) and [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1733](https://togithub.com/brefphp/bref/pull/1733) - Update Lambda layers [2.2.14](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.14) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1734](https://togithub.com/brefphp/bref/pull/1734) - nghttp2 to 1.59.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/153](https://togithub.com/brefphp/aws-lambda-layers/pull/153) - OpenSSL 3.0.13 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/156](https://togithub.com/brefphp/aws-lambda-layers/pull/156) - zlib 1.3.1 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/155](https://togithub.com/brefphp/aws-lambda-layers/pull/155) - curl 8.6.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/157](https://togithub.com/brefphp/aws-lambda-layers/pull/157) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.12...2.1.13 ### [`v2.1.12`](https://togithub.com/brefphp/bref/releases/tag/2.1.12) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.11...2.1.12) #### What's Changed - Update passport.mdx by [@​wojo1206](https://togithub.com/wojo1206) in [https://github.com/brefphp/bref/pull/1715](https://togithub.com/brefphp/bref/pull/1715) - Update Lambda layers [2.2.13](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.13) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1722](https://togithub.com/brefphp/bref/pull/1722) #### New Contributors - [@​wojo1206](https://togithub.com/wojo1206) made their first contribution in [https://github.com/brefphp/bref/pull/1715](https://togithub.com/brefphp/bref/pull/1715) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.11...2.1.12 ### [`v2.1.11`](https://togithub.com/brefphp/bref/releases/tag/2.1.11) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.10...2.1.11) #### What's Changed - Expose the Lambda context in `LAMBDA_INVOCATION_CONTEXT` in all runtimes by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1686](https://togithub.com/brefphp/bref/pull/1686) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.10...2.1.11 ### [`v2.1.10`](https://togithub.com/brefphp/bref/releases/tag/2.1.10) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.9...2.1.10) #### What's Changed - Add the invocation ID to the logs to facilitate debugging by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1699](https://togithub.com/brefphp/bref/pull/1699) - Rework the low-level hook system used by framework integrations by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1700](https://togithub.com/brefphp/bref/pull/1700) - Update Lambda layers [2.2.10](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.10) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1701](https://togithub.com/brefphp/bref/pull/1701) - Update Lambda layers [2.2.11](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.11) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1707](https://togithub.com/brefphp/bref/pull/1707) - Update Lambda layers [2.2.12](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.12) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1708](https://togithub.com/brefphp/bref/pull/1708) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.9...2.1.10 ### [`v2.1.9`](https://togithub.com/brefphp/bref/releases/tag/2.1.9) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.8...2.1.9) #### What's new - [PHP 8.3](https://www.php.net/releases/8.3/en.php) support 🎉 - Update Lambda layers [2.2.7](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.7) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1697](https://togithub.com/brefphp/bref/pull/1697) - Upgrade to PHP 8.1.26, 8.2.13 and 8.3.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/141](https://togithub.com/brefphp/aws-lambda-layers/pull/141) - Bump postgres to 15.5 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/138](https://togithub.com/brefphp/aws-lambda-layers/pull/138) - Fix "internal error" on invalid cookies by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1695](https://togithub.com/brefphp/bref/pull/1695) - Documentation: Using SecureString is possible with SSM by [@​bernier-db](https://togithub.com/bernier-db) in [https://github.com/brefphp/bref/pull/1694](https://togithub.com/brefphp/bref/pull/1694) #### New Contributors - [@​bernier-db](https://togithub.com/bernier-db) made their first contribution in [https://github.com/brefphp/bref/pull/1694](https://togithub.com/brefphp/bref/pull/1694) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.8...2.1.9 ### [`v2.1.8`](https://togithub.com/brefphp/bref/releases/tag/2.1.8) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.7...2.1.8) #### What's Changed - Add ability to get queue name from sqs event by [@​vmiguellima](https://togithub.com/vmiguellima) in [https://github.com/brefphp/bref/pull/1690](https://togithub.com/brefphp/bref/pull/1690) - Update Lambda layers [2.2.6](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.6) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1689](https://togithub.com/brefphp/bref/pull/1689) - Upgrade OpenSSL 3.0.11 -> 3.0.12 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/134](https://togithub.com/brefphp/aws-lambda-layers/pull/134) - Upgrade nghttp2 to 1.58.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/135](https://togithub.com/brefphp/aws-lambda-layers/pull/135) - Upgrade to PHP 8.3.0RC6 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/136](https://togithub.com/brefphp/aws-lambda-layers/pull/136) - Increase memory limit to lambda max memory limit by [@​afu-dev](https://togithub.com/afu-dev) in [https://github.com/brefphp/aws-lambda-layers/pull/137](https://togithub.com/brefphp/aws-lambda-layers/pull/137) #### New Contributors - [@​vmiguellima](https://togithub.com/vmiguellima) made their first contribution in [https://github.com/brefphp/bref/pull/1690](https://togithub.com/brefphp/bref/pull/1690) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.7...2.1.8 ### [`v2.1.7`](https://togithub.com/brefphp/bref/releases/tag/2.1.7) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.6...2.1.7) #### What's Changed - Fix regression in the previous release (revert "Expose the Lambda context in `LAMBDA_INVOCATION_CONTEXT` in the function runtime") by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1685](https://togithub.com/brefphp/bref/pull/1685) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.6...2.1.7 ### [`v2.1.6`](https://togithub.com/brefphp/bref/releases/tag/2.1.6) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.5...2.1.6) #### What's Changed - Expose the Lambda context in `LAMBDA_INVOCATION_CONTEXT` in the function runtime by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1668](https://togithub.com/brefphp/bref/pull/1668) - Website: add Treezor case study by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1679](https://togithub.com/brefphp/bref/pull/1679) - Cite bref/api-gateway-websocket-client in the websockets docs page by [@​andrea-cristaudo](https://togithub.com/andrea-cristaudo) in [https://github.com/brefphp/bref/pull/1680](https://togithub.com/brefphp/bref/pull/1680) - (Docs) Added information on the deployment docs for reducing deployment size when using aws/google SDKs by [@​danniehansen](https://togithub.com/danniehansen) in [https://github.com/brefphp/bref/pull/1683](https://togithub.com/brefphp/bref/pull/1683) #### New Contributors - [@​andrea-cristaudo](https://togithub.com/andrea-cristaudo) made their first contribution in [https://github.com/brefphp/bref/pull/1680](https://togithub.com/brefphp/bref/pull/1680) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.5...2.1.6 ### [`v2.1.5`](https://togithub.com/brefphp/bref/releases/tag/2.1.5) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.4...2.1.5) #### What's Changed - Website and docs v3 by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1596](https://togithub.com/brefphp/bref/pull/1596) - \[website-v3] Replace a bunch of http links with https by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1643](https://togithub.com/brefphp/bref/pull/1643) - Bump zod and next in /website by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/brefphp/bref/pull/1662](https://togithub.com/brefphp/bref/pull/1662) - Bumped actions versions by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1670](https://togithub.com/brefphp/bref/pull/1670) - Detect bref/secrets-loader installed as dependency of another package by [@​kevincerro](https://togithub.com/kevincerro) in [https://github.com/brefphp/bref/pull/1673](https://togithub.com/brefphp/bref/pull/1673) - Update Lambda layers [2.2.5](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.5) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1678](https://togithub.com/brefphp/bref/pull/1678) - Upgrade to oniguruma 6.9.9 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/131](https://togithub.com/brefphp/aws-lambda-layers/pull/131) - Upgrade to PHP 8.1.25, 8.2.12, and 8.3.0RC5 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/133](https://togithub.com/brefphp/aws-lambda-layers/pull/133) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.4...2.1.5 ### [`v2.1.4`](https://togithub.com/brefphp/bref/releases/tag/2.1.4) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.3...2.1.4) #### What's Changed - Update Lambda layers [2.2.4](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.4) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1659](https://togithub.com/brefphp/bref/pull/1659) - Bumped openssl to 1.1.1w by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/117](https://togithub.com/brefphp/aws-lambda-layers/pull/117) - Upgrade to libsodium 1.0.19 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/119](https://togithub.com/brefphp/aws-lambda-layers/pull/119) - Upgrade to openssl 3.0.11 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/123](https://togithub.com/brefphp/aws-lambda-layers/pull/123) - Fix installation of node for container image by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/125](https://togithub.com/brefphp/aws-lambda-layers/pull/125) - PHP 8.1.4, 8.2.11 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/126](https://togithub.com/brefphp/aws-lambda-layers/pull/126) - Bump nghttp2 to 1.57.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/128](https://togithub.com/brefphp/aws-lambda-layers/pull/128) - Bump to cURL 8.4.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/127](https://togithub.com/brefphp/aws-lambda-layers/pull/127) - PHP 8.3.0RC4 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/129](https://togithub.com/brefphp/aws-lambda-layers/pull/129) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.3...2.1.4 ### [`v2.1.3`](https://togithub.com/brefphp/bref/releases/tag/2.1.3) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.2...2.1.3) #### What's Changed - Fix how the serverless plugin merges with layers by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1629](https://togithub.com/brefphp/bref/pull/1629) - Enable file path to data on bref-local with CDK by [@​theoboldalex](https://togithub.com/theoboldalex) in [https://github.com/brefphp/bref/pull/1627](https://togithub.com/brefphp/bref/pull/1627) - Update Lambda layers [2.2.3](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.3) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1640](https://togithub.com/brefphp/bref/pull/1640) - Upgrade to libzip 1.10.1 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/111](https://togithub.com/brefphp/aws-lambda-layers/pull/111) - Use newer zlib than shipped in AL2 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/110](https://togithub.com/brefphp/aws-lambda-layers/pull/110) - PHP 8.3.0RC1 by [@​mykiwi](https://togithub.com/mykiwi) in [https://github.com/brefphp/aws-lambda-layers/pull/112](https://togithub.com/brefphp/aws-lambda-layers/pull/112) - PHP 8.1.23 and 8.2.10 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/114](https://togithub.com/brefphp/aws-lambda-layers/pull/114) - Document zlib install by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/aws-lambda-layers/pull/113](https://togithub.com/brefphp/aws-lambda-layers/pull/113) - Bumped nghttp2 to 1.56.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/115](https://togithub.com/brefphp/aws-lambda-layers/pull/115) #### New Contributors - [@​theoboldalex](https://togithub.com/theoboldalex) made their first contribution in [https://github.com/brefphp/bref/pull/1627](https://togithub.com/brefphp/bref/pull/1627) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.2...2.1.3 ### [`v2.1.2`](https://togithub.com/brefphp/bref/releases/tag/2.1.2) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.1...2.1.2) #### What's Changed - Fix [#​1520](https://togithub.com/brefphp/bref/issues/1520) "Unknown application error occurred Runtime.Unknown" by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1616](https://togithub.com/brefphp/bref/pull/1616) - Make sure Bref layers are always added by [@​t-richard](https://togithub.com/t-richard) & [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1615](https://togithub.com/brefphp/bref/pull/1615) - Update Lambda layers [2.2.2](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.2) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1614](https://togithub.com/brefphp/bref/pull/1614) - Bump libxml2 to 2.11.5 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/107](https://togithub.com/brefphp/aws-lambda-layers/pull/107) - Bumped postgres to 15.4 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/108](https://togithub.com/brefphp/aws-lambda-layers/pull/108) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.1...2.1.2 ### [`v2.1.1`](https://togithub.com/brefphp/bref/releases/tag/2.1.1) [Compare Source](https://togithub.com/brefphp/bref/compare/2.1.0...2.1.1) #### What's Changed - Update Lambda layers [2.2.1](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.1) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1608](https://togithub.com/brefphp/bref/pull/1608) - Upgrade to openssl 1.1.1v and 3.0.10 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/103](https://togithub.com/brefphp/aws-lambda-layers/pull/103) - PHP 8.0.30, 8.1.22, 8.2.9, 8.3.0beta2 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/102](https://togithub.com/brefphp/aws-lambda-layers/pull/102) **Full Changelog**: https://github.com/brefphp/bref/compare/2.1.0...2.1.1 ### [`v2.1.0`](https://togithub.com/brefphp/bref/releases/tag/2.1.0) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.11...2.1.0) This new release introduces support for **PHP 8.3 beta 🎉**. Upgrade Bref via Composer and change the PHP version in `serverless.yml`: ```yaml functions: app: handler: public/index.php runtime: php-83-fpm events: - httpApi: '*' ``` #### What's Changed - PHP 8.3 beta support by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1576](https://togithub.com/brefphp/bref/pull/1576) - Update Lambda layers [2.2.0](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.2.0) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1599](https://togithub.com/brefphp/bref/pull/1599) - Provide PHP 8.3.0beta1 support by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/91](https://togithub.com/brefphp/aws-lambda-layers/pull/91) - Upgrade curl to 8.2.1 and nghttp2 to 1.55.1 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/100](https://togithub.com/brefphp/aws-lambda-layers/pull/100) - Upgrade to PHP 8.1.21 and 8.2.8 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/99](https://togithub.com/brefphp/aws-lambda-layers/pull/99) - Update layer versions for PHP 8.3 by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1602](https://togithub.com/brefphp/bref/pull/1602) - Fix [#​1593](https://togithub.com/brefphp/bref/issues/1593) `WebsocketEvent` `getRegion()` not returning correct region for custom domains by [@​Shkeats](https://togithub.com/Shkeats) in [https://github.com/brefphp/bref/pull/1594](https://togithub.com/brefphp/bref/pull/1594) - Allow `psr/http-message` v2 and `symfony` v7 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1601](https://togithub.com/brefphp/bref/pull/1601) #### New Contributors - [@​Shkeats](https://togithub.com/Shkeats) made their first contribution in [https://github.com/brefphp/bref/pull/1594](https://togithub.com/brefphp/bref/pull/1594) #### Sneak peak Interested in X-Ray support? Get in touch: matthieu@bref.sh #### Thanks to Bref sponsors ❤️ image Still looking for new sponsors: https://github.com/sponsors/mnapoli **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.11...2.1.0 ### [`v2.0.11`](https://togithub.com/brefphp/bref/releases/tag/2.0.11) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.10...2.0.11) #### What's Changed - Update Lambda layers [2.1.6](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.1.6) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1588](https://togithub.com/brefphp/bref/pull/1588) - Fix deployment following OIDC GitHub changes by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/aws-lambda-layers/pull/97](https://togithub.com/brefphp/aws-lambda-layers/pull/97) - Check if the RUNTIME_CLASS is already set by [@​jasonmccallister](https://togithub.com/jasonmccallister) in [https://github.com/brefphp/aws-lambda-layers/pull/98](https://togithub.com/brefphp/aws-lambda-layers/pull/98) - Upgrade dev images to contain [https://github.com/brefphp/local-api-gateway/pull/11](https://togithub.com/brefphp/local-api-gateway/pull/11) by [@​deleugpn](https://togithub.com/deleugpn) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.10...2.0.11 ### [`v2.0.10`](https://togithub.com/brefphp/bref/releases/tag/2.0.10) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.9...2.0.10) #### What's Changed - Update Lambda layers [2.1.4](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.1.4) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1567](https://togithub.com/brefphp/bref/pull/1567) - Upgrade to PHP 8.0.29, 8.1.20 and 8.2.7 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/90](https://togithub.com/brefphp/aws-lambda-layers/pull/90) - Upgrade dev images to contain [https://github.com/brefphp/local-api-gateway/pull/9](https://togithub.com/brefphp/local-api-gateway/pull/9) by [@​mnapoli](https://togithub.com/mnapoli) - Update Lambda layers [2.1.5](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.1.5) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1583](https://togithub.com/brefphp/bref/pull/1583) - Bumped blackfire version to 1.87.2 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/93](https://togithub.com/brefphp/aws-lambda-layers/pull/93) - Upgrade libzip to 1.10.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/94](https://togithub.com/brefphp/aws-lambda-layers/pull/94) - Avoid hardcoding the PHP binary location by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/aws-lambda-layers/pull/95](https://togithub.com/brefphp/aws-lambda-layers/pull/95) - Cleanup extra file by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/aws-lambda-layers/pull/96](https://togithub.com/brefphp/aws-lambda-layers/pull/96) - Force HTTP header to string by [@​starred-gijs](https://togithub.com/starred-gijs) in [https://github.com/brefphp/bref/pull/1574](https://togithub.com/brefphp/bref/pull/1574) - Add stricter JS type validation using TypeScript by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1571](https://togithub.com/brefphp/bref/pull/1571) - Make CLI messages Bref-specific by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1578](https://togithub.com/brefphp/bref/pull/1578) - Various website menu updates and fixes by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1581](https://togithub.com/brefphp/bref/pull/1581) - Detect the timezone and extensions by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1582](https://togithub.com/brefphp/bref/pull/1582) #### New Contributors - [@​starred-gijs](https://togithub.com/starred-gijs) made their first contribution in [https://github.com/brefphp/bref/pull/1574](https://togithub.com/brefphp/bref/pull/1574) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.9...2.0.10 ### [`v2.0.9`](https://togithub.com/brefphp/bref/releases/tag/2.0.9) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.8...2.0.9) #### What's Changed - Update Lambda layers [2.1.3](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.1.3) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1559](https://togithub.com/brefphp/bref/pull/1559) - Upgrade to PHP 8.0.29, 8.1.20 and 8.2.7 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/90](https://togithub.com/brefphp/aws-lambda-layers/pull/90) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.8...2.0.9 ### [`v2.0.8`](https://togithub.com/brefphp/bref/releases/tag/2.0.8) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.7...2.0.8) #### What's Changed - Fix `deadlineMs` for fake instance by [@​stephpy](https://togithub.com/stephpy) in [https://github.com/brefphp/bref/pull/1549](https://togithub.com/brefphp/bref/pull/1549) - Update Lambda layers [2.1.2](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.1.2) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1554](https://togithub.com/brefphp/bref/pull/1554) - Upgrade to cURL 8.1.2 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/87](https://togithub.com/brefphp/aws-lambda-layers/pull/87) - Bumped libssh2 to 1.11.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/88](https://togithub.com/brefphp/aws-lambda-layers/pull/88) - Upgrade to OpenSSL 1.1.1u and 3.0.9 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/89](https://togithub.com/brefphp/aws-lambda-layers/pull/89) - New format serverless links and phrasing by [@​crisman](https://togithub.com/crisman) in [https://github.com/brefphp/bref/pull/1548](https://togithub.com/brefphp/bref/pull/1548) #### New Contributors - [@​stephpy](https://togithub.com/stephpy) made their first contribution in [https://github.com/brefphp/bref/pull/1549](https://togithub.com/brefphp/bref/pull/1549) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.7...2.0.8 ### [`v2.0.7`](https://togithub.com/brefphp/bref/releases/tag/2.0.7) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.6...2.0.7) #### What's Changed - Fixed incorrect query string encoding by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1488](https://togithub.com/brefphp/bref/pull/1488) - Fix [#​1540](https://togithub.com/brefphp/bref/issues/1540) Support projects using ESM by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1546](https://togithub.com/brefphp/bref/pull/1546) - Update Lambda layers [2.1.1](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.1.1) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1545](https://togithub.com/brefphp/bref/pull/1545) - Upgrade libxml2 to 2.11.4 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/84](https://togithub.com/brefphp/aws-lambda-layers/pull/84) - Upgrade to cURL 8.1.1 and backport changes to PHP 8.0 too by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/86](https://togithub.com/brefphp/aws-lambda-layers/pull/86) #### Documentation - Fix typo missing end quote by [@​crisman](https://togithub.com/crisman) in [https://github.com/brefphp/bref/pull/1543](https://togithub.com/brefphp/bref/pull/1543) #### New Contributors - [@​crisman](https://togithub.com/crisman) made their first contribution in [https://github.com/brefphp/bref/pull/1543](https://togithub.com/brefphp/bref/pull/1543) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.6...2.0.7 ### [`v2.0.6`](https://togithub.com/brefphp/bref/releases/tag/2.0.6) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.5...2.0.6) #### What's Changed - Update Lambda layers [2.1.0](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.1.0) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1541](https://togithub.com/brefphp/bref/pull/1541) - Enable TLS 1.3 and upgrade to cURL 8.1.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/83](https://togithub.com/brefphp/aws-lambda-layers/pull/83) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.5...2.0.6 ### [`v2.0.5`](https://togithub.com/brefphp/bref/releases/tag/2.0.5) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.4...2.0.5) #### What's Changed - Update Lambda layers [2.0.10](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.0.9) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1526](https://togithub.com/brefphp/bref/pull/1526) - Upgrade to PHP 8.1.19 and 8.2.6 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/78](https://togithub.com/brefphp/aws-lambda-layers/pull/78) - Upgrade libxml2 to 2.11.2 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/79](https://togithub.com/brefphp/aws-lambda-layers/pull/79) - Upgrade nghttp2 to 1.53.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/80](https://togithub.com/brefphp/aws-lambda-layers/pull/80) - Upgrade postgresql to 15.3 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/81](https://togithub.com/brefphp/aws-lambda-layers/pull/81) - Upgrade to https://github.com/brefphp/local-api-gateway/releases/tag/v1.0.7 by [@​mnapoli](https://togithub.com/mnapoli) - Fixing reference `ping` in runtimes docs by [@​nuradiyana](https://togithub.com/nuradiyana) in [https://github.com/brefphp/bref/pull/1523](https://togithub.com/brefphp/bref/pull/1523) - Upgrade Algolia to DocSearch 3 by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1522](https://togithub.com/brefphp/bref/pull/1522) - Add testimonials to the website (remove link to course) by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1535](https://togithub.com/brefphp/bref/pull/1535) #### New Contributors - [@​nuradiyana](https://togithub.com/nuradiyana) made their first contribution in [https://github.com/brefphp/bref/pull/1523](https://togithub.com/brefphp/bref/pull/1523) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.4...2.0.5 ### [`v2.0.4`](https://togithub.com/brefphp/bref/releases/tag/2.0.4) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.3...2.0.4) #### Fixes - Fix compatibility with Node 12 by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1521](https://togithub.com/brefphp/bref/pull/1521) #### Documentation - [#​1512](https://togithub.com/brefphp/bref/issues/1512) Update documentation for AWS access keys creation by [@​ngdo-pro](https://togithub.com/ngdo-pro) in [https://github.com/brefphp/bref/pull/1513](https://togithub.com/brefphp/bref/pull/1513) - Fix Docker docs to always include a version number by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1519](https://togithub.com/brefphp/bref/pull/1519) - Add note for deprecated usage of `!php/const:` by [@​ramondelafuente](https://togithub.com/ramondelafuente) in [https://github.com/brefphp/bref/pull/1516](https://togithub.com/brefphp/bref/pull/1516) - Update copyright year in footer by [@​iamvar](https://togithub.com/iamvar) in [https://github.com/brefphp/bref/pull/1518](https://togithub.com/brefphp/bref/pull/1518) #### New Contributors - [@​iamvar](https://togithub.com/iamvar) made their first contribution in [https://github.com/brefphp/bref/pull/1518](https://togithub.com/brefphp/bref/pull/1518) - [@​ramondelafuente](https://togithub.com/ramondelafuente) made their first contribution in [https://github.com/brefphp/bref/pull/1516](https://togithub.com/brefphp/bref/pull/1516) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.3...2.0.4 ### [`v2.0.3`](https://togithub.com/brefphp/bref/releases/tag/2.0.3) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.2...2.0.3) #### Changes - Update Lambda layers [2.0.8](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.0.8) by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/brefphp/bref/pull/1510](https://togithub.com/brefphp/bref/pull/1510): - Upgrade libxml2 to 2.10.4 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/75](https://togithub.com/brefphp/aws-lambda-layers/pull/75) - Upgrade to PHP 8.1.18 and 8.2.5 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/76](https://togithub.com/brefphp/aws-lambda-layers/pull/76) - Use OpenSSL 3.0 LTS on PHP 8.1 and 8.2 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/74](https://togithub.com/brefphp/aws-lambda-layers/pull/74) - Added a variable on .env to allow adding extra PHP compilation flags by [@​hschimpf](https://togithub.com/hschimpf) in [https://github.com/brefphp/aws-lambda-layers/pull/63](https://togithub.com/brefphp/aws-lambda-layers/pull/63) - Add test cases for query arrays without brackets by [@​otsch](https://togithub.com/otsch) in [https://github.com/brefphp/bref/pull/1509](https://togithub.com/brefphp/bref/pull/1509) #### Documentation - Add PlanetScale documentation by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1464](https://togithub.com/brefphp/bref/pull/1464) - Missing next link on Local development documentation page by [@​LorenzoRogai](https://togithub.com/LorenzoRogai) in [https://github.com/brefphp/bref/pull/1495](https://togithub.com/brefphp/bref/pull/1495) - Fixed typo on the v2 upgrade guide by [@​LorenzoRogai](https://togithub.com/LorenzoRogai) in [https://github.com/brefphp/bref/pull/1496](https://togithub.com/brefphp/bref/pull/1496) - Laravel docs: clarify persistent connections apply to MySQL too by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1501](https://togithub.com/brefphp/bref/pull/1501) #### New Contributors - [@​LorenzoRogai](https://togithub.com/LorenzoRogai) made their first contribution in [https://github.com/brefphp/bref/pull/1495](https://togithub.com/brefphp/bref/pull/1495) - [@​otsch](https://togithub.com/otsch) made their first contribution in [https://github.com/brefphp/bref/pull/1509](https://togithub.com/brefphp/bref/pull/1509) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.2...2.0.3 ### [`v2.0.2`](https://togithub.com/brefphp/bref/releases/tag/2.0.2) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.1...2.0.2) #### Fixes - Update Lambda layers [2.0.3](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.0.3) through [2.0.6](https://togithub.com/brefphp/aws-lambda-layers/releases/tag/2.0.6): - Move the SSL certs file to the same location as Bref v1 by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/aws-lambda-layers/pull/64](https://togithub.com/brefphp/aws-lambda-layers/pull/64) - Upgrade nghttp2 to 1.52.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/70](https://togithub.com/brefphp/aws-lambda-layers/pull/70) - Update to PHP 8.0.28, 8.1.17, 8.2.4 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/aws-lambda-layers/pull/71](https://togithub.com/brefphp/aws-lambda-layers/pull/71) - Prevent parallel requests as Lambda RIE does not support it by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/local-api-gateway/pull/1](https://togithub.com/brefphp/local-api-gateway/pull/1) - Support nested query string parameters in `-dev` images, by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/local-api-gateway/pull/2](https://togithub.com/brefphp/local-api-gateway/pull/2) - Fix [#​756](https://togithub.com/brefphp/bref/issues/756) to support query string parameters containing dots (a 2-year-old bug 🎉) by [@​sladg](https://togithub.com/sladg), [@​Nyholm](https://togithub.com/Nyholm), [@​alekitto](https://togithub.com/alekitto), [@​DaMitchell](https://togithub.com/DaMitchell), [@​otsch](https://togithub.com/otsch), in [https://github.com/brefphp/bref/pull/1437](https://togithub.com/brefphp/bref/pull/1437) - Improve the error message when returning a payload above the Lambda limits (6MB) by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1483](https://togithub.com/brefphp/bref/pull/1483) - Prevent serverless.yml errors when combined with unlayered functions by [@​shadowhand](https://togithub.com/shadowhand) in [https://github.com/brefphp/bref/pull/1469](https://togithub.com/brefphp/bref/pull/1469) - Improve error message when missing Bref runtimes by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1482](https://togithub.com/brefphp/bref/pull/1482) - [https://github.com/brefphp/bref/issues/1485](https://togithub.com/brefphp/bref/issues/1485) Fix warning in verbose deploy output by [@​mnapoli](https://togithub.com/mnapoli) #### Documentation - Add security policy with supported versions by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1475](https://togithub.com/brefphp/bref/pull/1475) - Fix [#​1470](https://togithub.com/brefphp/bref/issues/1470) by documenting the change in the AWS account for v2 by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1472](https://togithub.com/brefphp/bref/pull/1472) #### Internals - Sort require and require-dev blocks by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1486](https://togithub.com/brefphp/bref/pull/1486) - fix(scripts): composer script, fix invalid reference by [@​sladg](https://togithub.com/sladg) in [https://github.com/brefphp/bref/pull/1489](https://togithub.com/brefphp/bref/pull/1489) - Made `queryStringToArray` static by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1487](https://togithub.com/brefphp/bref/pull/1487) - Simplify CI by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1492](https://togithub.com/brefphp/bref/pull/1492) #### New Contributors - [@​sladg](https://togithub.com/sladg) made their first contribution in [https://github.com/brefphp/bref/pull/1437](https://togithub.com/brefphp/bref/pull/1437) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.1...2.0.2 ### [`v2.0.1`](https://togithub.com/brefphp/bref/releases/tag/2.0.1) [Compare Source](https://togithub.com/brefphp/bref/compare/2.0.0...2.0.1) #### What's Changed - Add option to specify which console function to use, by [@​ddeboer](https://togithub.com/ddeboer) in [https://github.com/brefphp/bref/pull/1460](https://togithub.com/brefphp/bref/pull/1460) - Fix [#​1461](https://togithub.com/brefphp/bref/issues/1461) Partial failures behavior broken with v2, by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1462](https://togithub.com/brefphp/bref/pull/1462) #### New Contributors - [@​ddeboer](https://togithub.com/ddeboer) made their first contribution in [https://github.com/brefphp/bref/pull/1460](https://togithub.com/brefphp/bref/pull/1460) **Full Changelog**: https://github.com/brefphp/bref/compare/2.0.0...2.0.1 ### [`v2.0.0`](https://togithub.com/brefphp/bref/releases/tag/2.0.0) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.47...2.0.0) Welcome to **Bref 2.0** 🎉🎉🎉 Read about the release in [the **"Bref 2.0 is released" blog post**](https://bref.sh/docs/news/02-bref-2.0.html). **Full Changelog**: [https://github.com/brefphp/bref/pull/1328](https://togithub.com/brefphp/bref/pull/1328) or https://github.com/brefphp/bref/compare/1.7.14...2.0.0 ### [`v1.7.47`](https://togithub.com/brefphp/bref/releases/tag/1.7.47) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.46...1.7.47) **1.x maintenance is stopping, please read [https://github.com/brefphp/bref/issues/1791](https://togithub.com/brefphp/bref/issues/1791)** #### What's Changed - \[1.x] Upgrade PHP versions by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1784](https://togithub.com/brefphp/bref/pull/1784) ### [`v1.7.46`](https://togithub.com/brefphp/bref/releases/tag/1.7.46) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.45...1.7.46) #### What's Changed - Revert "\[1.x] Bumped cURL to 8.7.1" by [@​mnapoli](https://togithub.com/mnapoli) in [https://github.com/brefphp/bref/pull/1769](https://togithub.com/brefphp/bref/pull/1769) - Update v1 layers by [@​brefphp-bot](https://togithub.com/brefphp-bot) in [https://github.com/brefphp/bref/pull/1771](https://togithub.com/brefphp/bref/pull/1771) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.45...1.7.46 ### [`v1.7.45`](https://togithub.com/brefphp/bref/releases/tag/1.7.45) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.44...1.7.45) #### What's Changed - 1.x] Bumped cURL to 8.7.1 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1766](https://togithub.com/brefphp/bref/pull/1766) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.44...1.7.45 ### [`v1.7.44`](https://togithub.com/brefphp/bref/releases/tag/1.7.44) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.43...1.7.44) #### What's Changed - \[1.x] Bump nghttp2 to 1.60.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1754](https://togithub.com/brefphp/bref/pull/1754) - \[1.x] Bump PHP 8.2.16 to 8.2.17 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1752](https://togithub.com/brefphp/bref/pull/1752) - Update v1 layers by [@​brefphp-bot](https://togithub.com/brefphp-bot) in [https://github.com/brefphp/bref/pull/1756](https://togithub.com/brefphp/bref/pull/1756) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.43...1.7.44 ### [`v1.7.43`](https://togithub.com/brefphp/bref/releases/tag/1.7.43) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.42...1.7.43) #### What's Changed - \[1.x] Upgrade PHP 8.2.15 to 8.2.16 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1742](https://togithub.com/brefphp/bref/pull/1742) - \[1.x] postgres 15.6 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1739](https://togithub.com/brefphp/bref/pull/1739) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.42...1.7.43 ### [`v1.7.42`](https://togithub.com/brefphp/bref/releases/tag/1.7.42) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.41...1.7.42) #### What's Changed - \[1.x] Patch libxml2 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1736](https://togithub.com/brefphp/bref/pull/1736) - Update v1 layers by [@​brefphp-bot](https://togithub.com/brefphp-bot) in [https://github.com/brefphp/bref/pull/1738](https://togithub.com/brefphp/bref/pull/1738) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.41...1.7.42 ### [`v1.7.41`](https://togithub.com/brefphp/bref/releases/tag/1.7.41) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.40...1.7.41) #### What's Changed - \[1.x] Bump nghttp2 to 1.59.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1724](https://togithub.com/brefphp/bref/pull/1724) - \[1.x] Upgrade to zlib 1.3.1 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1725](https://togithub.com/brefphp/bref/pull/1725) - \[1.x] curl 8.6.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1729](https://togithub.com/brefphp/bref/pull/1729) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.40...1.7.41 ### [`v1.7.40`](https://togithub.com/brefphp/bref/releases/tag/1.7.40) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.39...1.7.40) #### What's Changed - \[1.x] Bump libxml to 2.11.6 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1704](https://togithub.com/brefphp/bref/pull/1704) - \[1.x] curl 8.5.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1705](https://togithub.com/brefphp/bref/pull/1705) - \[1.x] PHP 8.1.27 and 8.2.15 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1721](https://togithub.com/brefphp/bref/pull/1721) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.39...1.7.40 ### [`v1.7.39`](https://togithub.com/brefphp/bref/releases/tag/1.7.39) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.38...1.7.39) #### What's Changed - \[1.x] Upgrade nghttp2 to 1.58.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1682](https://togithub.com/brefphp/bref/pull/1682) - \[1.x] Bump postgres to 15.5 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1693](https://togithub.com/brefphp/bref/pull/1693) - \[1.x] Upgrade to PHP 8.1.26 and 8.2.13 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1696](https://togithub.com/brefphp/bref/pull/1696) - Update v1 layers by [@​brefphp-bot](https://togithub.com/brefphp-bot) in [https://github.com/brefphp/bref/pull/1698](https://togithub.com/brefphp/bref/pull/1698) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.38...1.7.39 ### [`v1.7.38`](https://togithub.com/brefphp/bref/releases/tag/1.7.38) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.37...1.7.38) #### What's Changed - \[1.x] Bump actions versions by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1669](https://togithub.com/brefphp/bref/pull/1669) - \[1.x] Bumped openssl to 1.1.1w by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1671](https://togithub.com/brefphp/bref/pull/1671) - \[1.x] Upgrade to oniguruma 6.9.9 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1672](https://togithub.com/brefphp/bref/pull/1672) - \[1.x] Upgrade to PHP 8.1.25 and 8.2.12 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1676](https://togithub.com/brefphp/bref/pull/1676) - Update v1 layers by [@​brefphp-bot](https://togithub.com/brefphp-bot) in [https://github.com/brefphp/bref/pull/1677](https://togithub.com/brefphp/bref/pull/1677) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.37...1.7.38 ### [`v1.7.37`](https://togithub.com/brefphp/bref/releases/tag/1.7.37) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.36...1.7.37) #### What's Changed - Update v1 layers by [@​brefphp-bot](https://togithub.com/brefphp-bot) in [https://github.com/brefphp/bref/pull/1660](https://togithub.com/brefphp/bref/pull/1660) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.36...1.7.37 ### [`v1.7.36`](https://togithub.com/brefphp/bref/releases/tag/1.7.36) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.35...1.7.36) #### What's Changed - \[1.x] Upgrade to libcurl 8.3.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1646](https://togithub.com/brefphp/bref/pull/1646) - \[1.x] Upgrade to libsodium 1.0.19 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1647](https://togithub.com/brefphp/bref/pull/1647) - \[1.x] PHP 8.1.24, 8.2.11 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1655](https://togithub.com/brefphp/bref/pull/1655) - \[1.x] Upgrade nghttp2 to 1.57.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1658](https://togithub.com/brefphp/bref/pull/1658) - \[1.x] Bump to cURL 8.4.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1656](https://togithub.com/brefphp/bref/pull/1656) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.35...1.7.36 ### [`v1.7.35`](https://togithub.com/brefphp/bref/releases/tag/1.7.35) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.34...1.7.35) #### What's Changed - \[1.x] Fix broken zlib builds by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1622](https://togithub.com/brefphp/bref/pull/1622) - \[1.x] Upgrade libzip to 1.10.1 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1623](https://togithub.com/brefphp/bref/pull/1623) - \[1.x] PHP 8.1.23 and 8.2.10 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1632](https://togithub.com/brefphp/bref/pull/1632) - \[1.x] Replace a bunch of http links with https by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1630](https://togithub.com/brefphp/bref/pull/1630) - \[1.x] Bumped nghttp2 to 1.56.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1637](https://togithub.com/brefphp/bref/pull/1637) - \[1.x] GitHub Actions version upgrades and pins by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1642](https://togithub.com/brefphp/bref/pull/1642) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.34...1.7.35 ### [`v1.7.34`](https://togithub.com/brefphp/bref/releases/tag/1.7.34) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.33...1.7.34) #### What's Changed - \[1.x] Bump `libxml2` to `2.11.5` by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1611](https://togithub.com/brefphp/bref/pull/1611) - \[1.x] Bumped `postgres` to `15.4` by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1612](https://togithub.com/brefphp/bref/pull/1612) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.33...1.7.34 ### [`v1.7.33`](https://togithub.com/brefphp/bref/releases/tag/1.7.33) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.32...1.7.33) #### What's Changed - \[1.x] Upgrade to openssl 1.1.1v by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1606](https://togithub.com/brefphp/bref/pull/1606) - \[1.x] PHP 8.0.30, 8.1.22, 8.2.9 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1604](https://togithub.com/brefphp/bref/pull/1604) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.32...1.7.33 ### [`v1.7.32`](https://togithub.com/brefphp/bref/releases/tag/1.7.32) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.31...1.7.32) #### What's Changed - \[1.x] Upgrade libzip to 1.10.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1575](https://togithub.com/brefphp/bref/pull/1575) - \[1.x] Upgrade to PHP 8.1.21 and 8.2.8 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1590](https://togithub.com/brefphp/bref/pull/1590) - \[1.x] Upgrade curl to 8.2.1 and nghttp2 to 1.55.1 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1595](https://togithub.com/brefphp/bref/pull/1595) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.31...1.7.32 ### [`v1.7.31`](https://togithub.com/brefphp/bref/releases/tag/1.7.31) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.30...1.7.31) #### What's Changed - \[1.x] Upgrade to cURL 8.1.2 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1551](https://togithub.com/brefphp/bref/pull/1551) - \[1.x] Bumped libssh2 to 1.11.0 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1552](https://togithub.com/brefphp/bref/pull/1552) - Upgrade to OpenSSL 1.1.1u by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1553](https://togithub.com/brefphp/bref/pull/1553) - \[1.x] Upgrade to PHP 8.0.29, 8.1.20 and 8.2.7 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1558](https://togithub.com/brefphp/bref/pull/1558) - Update v1 layers by [@​brefphp-bot](https://togithub.com/brefphp-bot) in [https://github.com/brefphp/bref/pull/1565](https://togithub.com/brefphp/bref/pull/1565) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.30...1.7.31 ### [`v1.7.30`](https://togithub.com/brefphp/bref/releases/tag/1.7.30) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.29...1.7.30) #### What's Changed - Upgrade libxml2 to 2.11.4 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1542](https://togithub.com/brefphp/bref/pull/1542) - Upgrade to cURL 8.1.1 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1544](https://togithub.com/brefphp/bref/pull/1544) **Full Changelog**: https://github.com/brefphp/bref/compare/1.7.29...1.7.30 ### [`v1.7.29`](https://togithub.com/brefphp/bref/releases/tag/1.7.29) [Compare Source](https://togithub.com/brefphp/bref/compare/1.7.28...1.7.29) #### What's Changed - \[1.x] Upgrade to PHP 8.1.19 and 8.2.6 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1529](https://togithub.com/brefphp/bref/pull/1529) - \[1.x] Upgrade libxml2 to 2.11.2 by [@​GrahamCampbell](https://togithub.com/GrahamCampbell) in [https://github.com/brefphp/bref/pull/1530](https://togithub.com/brefphp/bref/pull/1530) - \[1.x] Upgrade nghttp2 to 1.53.0 by [@​GrahamCampbell](https://togithub.com/GrahamC
mend-for-github-com[bot] commented 7 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update bref/bref:2.1.13 --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Package "bref/bref:2.1.13" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package bref/bref (locked at 0.5.25, required as ^2.0.0) is satisfiable by bref/bref[0.5.25] but these conflict with your requirements or minimum-stability.
  Problem 2
    - The requested package vlucas/phpdotenv (locked at 3.5.x-dev) exists as vlucas/phpdotenv[1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.1.x-dev, 2.6.x-dev, 3.6.x-dev, 4.2.x-dev, 4.3.x-dev, 5.4.x-dev, dev-master, 5.6.x-dev, v1.0.8, v1.0.9, v1.1.0, v1.1.1, v2.0.0, v2.0.1, v2.1.0, v2.1.1, v2.2.0, v2.2.1, v2.3.0, v2.4.0, v2.5.0, v2.5.1, v2.5.2, v2.6.0, v2.6.1, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v3.0.0, v3.1.0, v3.1.1, v3.2.0, v3.3.0, v3.3.1, v3.3.2, v3.3.3, v3.4.0, v3.5.0, v3.6.0, v3.6.1, v3.6.10, v3.6.2, v3.6.3, v3.6.4, v3.6.5, v3.6.6, v3.6.7, v3.6.8, v3.6.9, v4.0.0, v4.0.1, v4.1.0, v4.1.1, v4.1.2, v4.1.3, v4.1.4, v4.1.5, v4.1.6, v4.1.7, v4.1.8, v4.2.0, v4.2.1, v4.2.2, v4.3.0, v5.0.0, v5.0.1, v5.1.0, v5.2.0, v5.3.0, v5.3.1, v5.4.0, v5.4.1, v5.5.0, v5.6.0] but these are rejected by your constraint.
  Problem 3
    - Conclusion: don't install bref/bref 2.1.13
    - Conclusion: don't install bref/bref 2.1.12
    - Conclusion: don't install bref/bref 2.1.11
    - Conclusion: don't install bref/bref 2.1.10
    - Conclusion: don't install bref/bref 2.1.9
    - Conclusion: don't install bref/bref 2.1.8
    - Conclusion: don't install bref/bref 2.1.7
    - Conclusion: don't install bref/bref 2.1.6
    - Conclusion: don't install bref/bref 2.1.5
    - Conclusion: don't install bref/bref 2.1.4
    - Conclusion: don't install bref/bref 2.1.3
    - Conclusion: don't install bref/bref 2.1.2
    - Conclusion: don't install bref/bref 2.1.1
    - Conclusion: don't install bref/bref 2.1.0
    - Conclusion: don't install bref/bref 2.0.11
    - Conclusion: don't install bref/bref 2.0.10
    - Conclusion: don't install bref/bref 2.0.9
    - Conclusion: don't install bref/bref 2.0.8
    - Conclusion: don't install bref/bref 2.0.7
    - Conclusion: don't install bref/bref 2.0.6
    - Conclusion: don't install bref/bref 2.0.5
    - Conclusion: don't install bref/bref 2.0.4
    - Conclusion: don't install bref/bref 2.0.3
    - Conclusion: don't install bref/bref 2.0.2
    - Conclusion: don't install bref/bref 2.0.1
    - Installation request for bref/bref ^2.0.0 -> satisfiable by bref/bref[2.0.0, 2.0.1, 2.0.10, 2.0.11, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.1.0, 2.1.1, 2.1.10, 2.1.11, 2.1.12, 2.1.13, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.1.7, 2.1.8, 2.1.9].
    - Conclusion: don't install nyholm/psr7 1.3.0
    - bref/bref 2.0.0 requires nyholm/psr7 ^1.4.1 -> satisfiable by nyholm/psr7[1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.6.1, 1.7.0, 1.8.0, 1.8.1].
    - Can only install one of: nyholm/psr7[1.4.1, 1.3.0].
    - Can only install one of: nyholm/psr7[1.5.0, 1.3.0].
    - Can only install one of: nyholm/psr7[1.5.1, 1.3.0].
    - Can only install one of: nyholm/psr7[1.6.0, 1.3.0].
    - Can only install one of: nyholm/psr7[1.6.1, 1.3.0].
    - Can only install one of: nyholm/psr7[1.7.0, 1.3.0].
    - Can only install one of: nyholm/psr7[1.8.0, 1.3.0].
    - Can only install one of: nyholm/psr7[1.8.1, 1.3.0].
    - Installation request for nyholm/psr7 (locked at 1.3.0) -> satisfiable by nyholm/psr7[1.3.0].