Skip to content

Release 4.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@seancorfield seancorfield released this 11 Jul 19:36
· 208 commits to develop since this release

Changes since Alpha 1:

  • #427 Improve support for Clojure Controllers (incl. before() / after())
  • #429 Remove unnecessary calls to expandPath()
  • #434 Add getRoutePath()
  • #439 Add FW/1 facade (primarily to support ORM-based usage of bean factories)
  • #440 Improve thread safety on reload (so reloadApplicationOnEveryRequest should be thread safe now)
  • #441 Support URL-encoded form data (for POST / PUT) when enableJSONPOST is true

Note: enableJSONPOST is misnamed now and will probably change before release.