Skip to content

v2.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 14 Mar 10:55
· 2 commits to main since this release

This is the first beta release of Hummingbird v2. Below is a list of the changes since the last alpha

Major release changes

  • The "HB" prefix on symbols has been removed. To help transition from previous symbols with the "HB" prefix we have added deprecated typealiases for the old symbols. eg typealias HBFluent = Fluent.
  • Migrations are now wrapped in FluentMigrations actor, instead of attaching them to the @MainActor.

Other changes

  • 2.0 code has now been merged into main branch.