Skip to content

Releases: luckyframework/lucky

v0.27.1

10 Apr 03:36
9f57dce
Compare
Choose a tag to compare

View the CHANGELOG for changes

v0.27.0

09 Apr 17:41
Compare
Choose a tag to compare

View the CHANGELOG for changes

v0.26.0

06 Feb 21:33
eef54ce
Compare
Choose a tag to compare

View the CHANGELOG for changes

v0.25.0

18 Dec 16:09
Compare
Choose a tag to compare

View the CHANGELOG for changes

v0.24.0

05 Sep 20:25
Compare
Choose a tag to compare

View CHANGELOG for changes.

v0.23.0

27 Jun 03:38
Compare
Choose a tag to compare

View the CHANGELOG for release notes.

v0.22.0

17 Jun 16:26
Compare
Choose a tag to compare

This release is the same as 0.21.1, but with support for Crystal 0.35.0.

For information on upgrading, check out our UPGRADE_NOTES

Change HTML text helpers to escape by default

08 May 00:26
Compare
Choose a tag to compare

This a release with a security fix. This only affects applications that use highlight, truncate or simple_format. These methods had potential to be used for XSS attacks if input is not escaped first. However, the risk is mitigated since Lucky defaults cookies to be read by HTTP only, and not through JS. The cookie value itself is also encrypted and signed.

It is not best practice to rely purely on HTTP only cookies, so to be safe, we highly recommend upgrading to v0.21.1 as an extra layer of protection.

See more details in #1135

v0.20.0

09 Apr 00:57
6517759
Compare
Choose a tag to compare

This is a huge release! Check out the CHANGELOG for a list of everything. We will also have a blog post detailing some of our favorites from this release.

v0.18.3

24 Feb 23:13
Compare
Choose a tag to compare

Adds Crystal 0.33.0 support