Leantime 3.3 Released #2785
Pinned
marcelfolaron
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are super excited to announce that Leantime 3.3.0 was just released. 🚀
This release comes with a lot of improvements to stability, performance and software quality. We updated the core to be compliant with Laravel as we continue refactoring our old home grown framework to be based on Laravel and Symfony Components.
We found various issues in our cache and session handling causing files to grow and systems to slow down. This is now fixed and we are seeing a 70% performance gain (request throughput and load times across our production instances).
One of the main issues with 3.2.1 was our config management for sessions which has now been fixed and you can set the session secure flag in your environment file (many other config options are available as well).
As always, thank you for all your support, patience and feedback!
Best,
Marcel
https://github.com/Leantime/leantime/releases/tag/v3.3.0
A few notes on updating
A few of the event names have changed, if you wrote any custom plugins please verify your event listeners (use the documentation for reference)
The updateLeantime.sh script was deprecated and removed in 3.0.0 it has not been updated since and should not be used.
Depending on your set up the cli command to update Leantime (php ./bin/leantime system:update) might not work. In those cases please just download the release package and replace the files in your folder
Beta Was this translation helpful? Give feedback.
All reactions