Skip to content

Lift Framework 3.5.0

Latest
Compare
Choose a tag to compare
@farmdawgnation farmdawgnation released this 08 Oct 15:12
· 4 commits to master since this release

The Lift Committers are pleased to announce the release of Lift 3.5.0 on October 8th, 2021. This is the first release since 2019 due to the lives of the maintainers being pretty busy what with a whole global pandemic and small children, but we're happy to announce it's here nonetheless.

Changes

Below is a list of changes since Lift 3.4.2 organized by the type of change and sorted by the PR number.

Deprecations

  • As of this release squeryl-record is considered deprecated. This doesn't have a maintainer and has proven challenging to get up and running for 2.13. The preferred path moving forward is that folks use Mapper unless we get an active maintainer willing to upgrade squeryl-record.

New Features

  • The documentation-helpers and json-scalaz7 are now built for 2.13. This means that the last remaining module in the framework not supporting 2.13 is squeryl-record. (#1988)
  • Implementation of Same Site Cookie Support. Thanks to @csaltos. (#1989)
  • Ability to provide a custom executor service to the Schedule helper. Thanks to @andreak. (#1993)

Bug Fixes

  • Fixed FutureWithSession not appearing in the 2.13 builds. (#1992)