_posts/2015-11-09-slim3-rc2.md
We have now released the second release candidate of Slim 3 following significant testing of RC1. This release mostly fixes a number of bugs.
These are the BC breaks since RC1:
MiddlewareTrait's addMiddleware() method is now protected. Please use the add() method.Request::getIp() has been removed. Please use middleware such as rka-ip-address-middleware instead.X-Forwarded-Proto and X-Forwarded-Host headers in Uri have been removed. Please use middleware such as rka-scheme-and-host-detection-middleware instead.displayErrorDetails setting.internalPathFor() for use with subRequest().The full list of changes is here
For details on the what's new in Slim 3, please see this article about 3.0 beta 1.
To get started, you can follow the installation instructions or use Rob Allen's skeleton application.
We would appreciate it if you could test this release candidate and report all issues that you find. We are hoping that this is the final release candidate and that 3.0 final will be released next week. Note though, that as this is a release candidate, we do not promise that there will be no BC breaks until 3.0 final is released.