Content
Today we released OpenProject version 3.0.3 which contains important security fixes as well as several bug fixes.
We were going to publish a news article yesterday announcing the release of OpenProject 3.0.2 when a critical security issue was fixed in Ruby on Rails. So we skipped 3.0.2 and bring you 3.0.3 with this issue resolved today.
If you want to know more about the vulnerability check out Rafael França’s blog post about the latest Rails release.
In addition we fixed a possible cross-site scripting attack that involved tricking OpenProject with a faked MIME type when uploading attachments.
In conclusion it is strongly recommended to upgrade your 3.0 based deployments to version 3.0.3 as soon as possible. Our branches stable
and dev
both include the security fixes.
Bug Fixes:
There was a regression in MRI Ruby 2.1.1 that changed some return values of Ruby’s internal class Hash
and led to several failing tests. This change is intended for Ruby 2.2 but due to their semantic versioning scheme shouldn’t have been incorporated in 2.1.1. Check out this blog post if you want to know more about it.
From now on we consider version 1 of our API as deprecated. It will be completely removed with the next major release of OpenProject. Please update any client libraries accordingly. As a heads up: we are actively working on version 3 of our API and will deprecate version 2 rather sooner than later as well. So you might want to get as interested in API v3 as we are.
We also brought back the ability to use the database to store your session data. Even though the feature has always been inside Rails’ source code it was difficult to configure it in OpenProject. You can now use your configuration.yml
as well as the respective environment variable to configure the session store. See config/configuration.yml.example
if you want to know how to do that exactly.
And here is the full changelog v3.0.3
Cheers,
Martin
Comments
Question: Is there a process we can follow to upgrade OpenProject? Between minor versions, is it as simple as checking out the codebase?
I couldn’t see anything in forums or the wiki.