Skip to content

Releases: MasoniteFramework/masonite

v4.12.0

29 Apr 02:23
279b05b
Compare
Choose a tag to compare

Change Log

Added

Fixed

Changed

Full Changelog: v4.11.0...v4.12.0

v4.11.0

23 Apr 03:07
8cef8ec
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed actingAs, withCookies, withHeaders, assertAuthenticated, assertGuest in TestCase and fixed Auth which was not persisting user by @girardinsamuel in #588
  • Fixed cryptography dependency version and use their new version scheme by @girardinsamuel in #595
  • Fixed getting extension such as .tar.gz from files in filesystem feature by @girardinsamuel in #594

Added

Full Changelog: v4.10.3...v4.11.0

v4.10.3

16 Apr 16:42
751589b
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed route ending with a / throwing error by @josephmancuso in #592
  • Fixed minimum Exceptionite version

Full Changelog: v4.10.2...v4.10.3

v4.10.2

16 Apr 16:18
d32ec75
Compare
Choose a tag to compare

Change Log

Fixed

Full Changelog: v4.10.1...v4.10.2

v4.10.1

16 Apr 12:42
Compare
Choose a tag to compare

Change Log

Changed

  • Changed how exceptionite handles registering solutions

v4.10.0

13 Apr 02:35
ea9220e
Compare
Choose a tag to compare

Change Log

Added

Fixed

Security

  • Bumped waitress version to a 2.1.1+ to cover a security release

Full Changelog: v4.9.0...v4.10.0

v4.9.0

10 Apr 03:05
Compare
Choose a tag to compare

Change Log

Added

  • Added new exceptionite debugging screen. Upgraded to Exceptionite 2

Full Changelog: v4.8.3...v4.9.0

v4.8.3

30 Mar 12:41
c780f3b
Compare
Choose a tag to compare

Change Log

Fixed

Full Changelog: v4.8.2...v4.8.3

v4.8.2

24 Mar 12:14
0f0ee5b
Compare
Choose a tag to compare

Change Log

Fixed

Full Changelog: v4.8.1...v4.8.2

v4.8.1

22 Mar 08:23
d672cdf
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed installing missing pytest dependency for new projects