Skip to content

Releases: hummingbird-project/hummingbird-fluent

v2.0.0 Beta 5

14 Oct 10:19
24ebbb5
Compare
Choose a tag to compare
v2.0.0 Beta 5 Pre-release
Pre-release

Patch release changes

  • Don't update expires if it is nil in FluentPersistDriver.set(). #28

Other changes

  • Update to fluent-sqlite-driver 4.7.0 in tests

v2.0.0 Beta 4

19 Sep 07:05
4e99ed2
Compare
Choose a tag to compare
v2.0.0 Beta 4 Pre-release
Pre-release

Patch release changes

  • Documentation updates

v2.0.0 Beta 3

12 Sep 08:48
Compare
Choose a tag to compare
v2.0.0 Beta 3 Pre-release
Pre-release

Using Hummingbird 2.0

v2.0.0 Beta 2

01 Jul 08:43
0e113b7
Compare
Choose a tag to compare
v2.0.0 Beta 2 Pre-release
Pre-release

Use Hummingbird v2.0.0 Release Candidate

v2.0.0 Beta 1

14 Mar 10:55
Compare
Choose a tag to compare
v2.0.0 Beta 1 Pre-release
Pre-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.

v2.0.0 Alpha 1

22 Jan 16:24
Compare
Choose a tag to compare
v2.0.0 Alpha 1 Pre-release
Pre-release

Changes to coincide with Hummingbird v2 alpha release.

  • Rewritten to use structured concurrency.
  • EventLoop APIs no longer exist
  • Fluent is no longer attached to HBApplication, accessed via HBFluent type.
  • HBFluent conforms to Service from swift service lifecycle.

API Documentation can be found here

v1.1.0

14 Aug 10:16
f99dc93
Compare
Choose a tag to compare

Minor release changes

  • Setup HBFluent and HBFluentPersistDriver so they can be used separate from HBApplication

v1.0.0

10 Feb 07:15
Compare
Choose a tag to compare

First stable release of Fluent interface for Hummingbird

  • Manages Fluent databases and migrations

v1.0.0 Release Candidate 1

17 Jan 17:40
9b3adda
Compare
Choose a tag to compare

Patch changes

  • Fix up errors generated by breaking changes in hummingbird 1.0.0-rc.1 release

v1.0.0 Alpha 2

07 Dec 14:22
Compare
Choose a tag to compare

Minor release changes

  • Requires Swift 5.5 (inline with SwiftNIO)