Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 1.12.0 #13

Closed
wants to merge 2 commits into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

1.12.0 (2023-11-28)

Features

  • add YMIR_RUNTIME_MAX_INVOCATIONS env variable to control max invocations (524f128)
  • add an environment variable for log level (8e9c105)
  • add bedrock lambda event handler (b2c6ef6)
  • add debug log with fastcgi request details (e4ae374)
  • add event handler to warm up additional functions (4670f85)
  • add logging to aws clients (f697d3e)
  • add php 8.1 (527fe34)
  • add php 8.2 (5a9fa6a)
  • add support for arm64 (0d8e0f5)
  • add support for multisite (fbdac73)
  • add support for payload version 2.0 (b9c1d01)
  • add support for php 8.0 (e2e2625)
  • add support for webp with imagick (a03b14a)
  • added support for secret environment variables (6547316)
  • bump php versions (0fbe65d)
  • compile phpredis with igbinary and zstd support (4301b18)
  • drop support for php 7.1 (cd8129e)
  • gzip encode html responses (ae2464b)
  • publish first set of layers across all regions (722942d)
  • remove pthreads from runtime (1fe561f)
  • rework build process so images can get pushed to docker hub (b22dfc1)
  • switch images to amazon linux 2 (7a10dac)
  • switch redis extension for relay (5dc2b08)
  • updates to php.ini (82f843c)
  • upgrade cURL to 8.1.1 and enable TLS 1.3 (ad1d4f4)
  • upgrade to imagick 7 (1fa1822)
  • use custom error pages instead of api gateway error messages (9e24f34)

Bug Fixes

  • LAMBDA_TASK_ROOT doesn't point to /opt (5a66460)
  • add lz4 library for relay (446cdae)
  • add missing server variables (46a2c31), closes #1
  • add nginx rewrite rules to bedrock event handler (06715d4)
  • always output php-fpm logs by default (637285c)
  • base64 encoded body can be larger than original body (eaf85f2)
  • bump timeout by 1 second (9dce5bc)
  • change php requirement (294d635)
  • compression response logic should honour Accept-Encoding header (4efc7ab)
  • content length header isn't required for the trace http method (99bb8c0)
  • curl uses CurlHandle instead of a resource with php 8 (8661c32)
  • detect additional content types that we can compress (0b1ebaa)
  • do not preserve keys when iterating through parameters (9064873)
  • don't allow maxInvocations less than 1 (58dac08)
  • don't exit when an exception gets caught (ed30237)
  • don't throw exception when console command fails (e6dd206)
  • ensure all getters cast their values (ae03823)
  • fix /wp/wp-login.php resolving to /web/index.php with bedrock (1e962d5)
  • fix relay installation (d855870)
  • forgot prefix for layer name (44a793e)
  • forgot to commit some php 8 changes (45c00c3)
  • install correct relay version for the right cpu architecture (1f2f0dd)
  • move permissions change to its own script (2048c34)
  • need to add /templates directory to build scripts (a7595e7)
  • only compress responses over 6MB (357fcc1)
  • prioritize multiValueQueryStringParameters over queryStringParameters (7e80c29)
  • properly handle PATH_INFO (6be73f0)
  • remove X-Powered-By header (afa43f4), closes #2
  • remove support for x-forwarded-for header (b23993e)
  • reset streamhandler if php closed it prematurely (b7bf31f)
  • return 404 for sensitive files (5f1dfa5)
  • return an error page if the response is too large for lambda (2010f68)
  • rework most log entries to be debug entries (9410917)
  • send the correct REMOTE_ADDR with the fastcgi request (85b8dad)
  • should prepend web directory for app directory as well (215aa85)
  • switch to a library to detect mime types (51ea9ec)
  • switch to using line formatter (89e1f77)
  • update code to change the relay binary id (6312a57)
  • urlencode query string values (10bfbe8)
  • use isRunning to make symfony output php-fpm logs (477b2a9)
  • use rawPath because AWS trims trailing slash in request context path (57d62dd)
  • use new r2 urls (0d0655c), closes #6
  • use php 8.2 version of the relay extension (857b858)
  • use symfony 5 RetryHttpClient to deal ssm throttle errors (b26fd6c)
  • use top version library filename when copying (dc486a6)

This PR was generated with Release Please. See documentation.

@carlalexander carlalexander deleted the release-please--branches--main branch November 29, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SCRIPT_NAME server variable missing Use new R2 urls Disable "X-Powered-By" header
1 participant