Skip to content

Releases: MasoniteFramework/masonite

v2.3.26

29 Jan 18:44
f0ebb5c
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed an issue with the session errors using with_error

v3.0.6

28 Jan 03:55
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed queue command missing the queue option

v3.0.5

22 Jan 04:58
Compare
Choose a tag to compare

Change Log

Security

  • Changed csrf to not check safe method options

v2.3.25

22 Jan 04:55
Compare
Choose a tag to compare

Change Log

Security

  • Changed csrf to not check safe method options

v2.3.24

22 Jan 04:17
Compare
Choose a tag to compare

Change Log

Security

  • Fixed CSRF issues

v3.0.4

21 Jan 01:26
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed issue with Vue presets

Security

  • Fixed CSRF issues

v3.0.3

17 Jan 19:52
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed template error message rendering

v3.0.2

17 Jan 19:40
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed issue with flash messages saving as wrong key from the request

v3.0.1

16 Jan 16:25
20c8297
Compare
Choose a tag to compare

Changed

  • Changed craft key command to put into env by default
  • Changed setting of response headers for the response and request headers for the request.
  • Changed Request class is no longer accessible before a request is started and is no longer a singleton
  • Changed Response status is now done through the response class
  • Changed queue, available_at and reserved_at to queue_jobs table.
  • Changed 1 job per queue work poll to 5 jobs per poll

Added

  • Added Masonite ORM
  • Added single method controllers via __call__ method
  • Added a HeaderBag on the request class.
  • Added Header class concept.
  • Added same header concept to responses
  • Added Vue3 Preset
  • Added Secure cookies via a SECURE_COOKIES environment variable
  • Added PubNub broadcast driver
  • Added Tailwind Preset

Removed

  • Removed "HTTP" concept on the request class.
  • Removed route helpers

v2.3.23

12 Jan 03:22
Compare
Choose a tag to compare

Change Log

Fixed

  • Fixed import of collections module to prevent deprecation notice
  • Fixed back helper to always redirect back to url