Skip to content

Releases: MasoniteFramework/core

v2.0.36

17 Nov 00:47
Compare
Choose a tag to compare

Change Log

  • Changed the developer server completely and replaced waitress with a different pure python development server
  • Added the -b, -pand-i` options to the serve command
  • Fixed issue where the server would crash when there was a syntax error

v2.0.35

10 Nov 18:39
04b63d5
Compare
Choose a tag to compare

Change Log

  • Added upload driver's abilities to accept an open file as a file item.

v2.0.34

10 Nov 03:52
498eb27
Compare
Choose a tag to compare

Change Log

  • Fixed dependencies not being fixed

v2.1.0b3

02 Nov 03:21
Compare
Choose a tag to compare
v2.1.0b3 Pre-release
Pre-release

Change Log

  • Masonite Beta 3 release

v2.0.33

02 Nov 03:44
de2bd39
Compare
Choose a tag to compare

Change Log

  • Fixed issue with mail templates throwing 'function' object has no attribute 'render

v2.0.32

01 Nov 02:58
ae29340
Compare
Choose a tag to compare

Change Log

  • Added Redis cache driver
  • Added dd() and custom exception handlers
  • Added ability to add jinja2 extensions

v2.0.31

31 Oct 18:19
Compare
Choose a tag to compare

Change Log

  • Bumped requests version to 2.20 because of security vulnerability

v2.1.0b2.post3

18 Oct 03:29
Compare
Choose a tag to compare
v2.1.0b2.post3 Pre-release
Pre-release

Change Log

  • Next beta release

v2.1.0b2.post2

18 Oct 03:02
1db4465
Compare
Choose a tag to compare
v2.1.0b2.post2 Pre-release
Pre-release

Change Log

  • Next beta release

v2.0.30

16 Oct 04:07
Compare
Choose a tag to compare

Change Log

  • Fixed AMQP driver to reconnect if the connection is lost