From 4eb154dd9bd264eb8e1ceaab9fea9e1b559c7785 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 15 Jul 2024 13:28:09 +0300 Subject: [PATCH] Add UPGRADE.md --- UPGRADE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 UPGRADE.md diff --git a/UPGRADE.md b/UPGRADE.md new file mode 100644 index 0000000..556e6ff --- /dev/null +++ b/UPGRADE.md @@ -0,0 +1,13 @@ +# Upgrading Instructions for Yii Runner HTTP + +This file contains the upgrade notes. These notes highlight changes that could break your +application when you upgrade the package from one version to another. + +> **Important!** The following upgrading instructions are cumulative. That is, if you want +> to upgrade from version A to version C and there is version B between A and C, you need +> to following the instructions for both A and B. + +## Upgrade from 2.x + +- Pass PSR-3 compatible logger to `HttpApplicationRunner` to log error while container is building. +- Remove `ServerRequestFactory` and `SapiEmitter` usage from your code.