Skip to content

Lift Framework 4.0.0

Latest

Choose a tag to compare

@farmdawgnation farmdawgnation released this 17 May 17:04
· 1 commit to main since this release
4.0.0-release
2ef304e

The Lift Committers are pleased to announce the final release of Lift 4. This release includes a number of changes targeted at slimming down the framework and optimizing for something that is maintainable and scalable for the future.

Breaking changes

  • LiftJSON has been removed. It served us well, but continuing to maintain yet another json implementation was weighty. We've standardized on using json4s.
  • Persistence modules (record, mapper, etc) have been removed. There are plenty of other options out in the world for doing this kind of work.

Major Improvements

  • Full Scala 3 support for all core Lift components.
  • Removal of a handful of deprecation warnings and unneeded depedencies.

What's Changed

New Contributors

Full Changelog: 3.5.0-release...4.0.0-release