_posts/2015-11-29-slim3-rc3.md
We have now released the third release candidate of Slim 3 following testing of RC2. This release fixes a security issue, clears up some inconsistencies and fixes a number of bugs.
These are the BC breaks since RC2:
$this->subRequest then you now need to use ($app) and then $app->subRequest(…). Also if you were using $this->getContainer()->get(…), you need to change this to $this->get(…). Note that using $this->foo to retrieve a service from the container continues to work.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 (again!) and that 3.0 final will be released imminently. 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.