ITADN
hummingbird-project/hummingbird-fluent

版本发布 8

v2.0.02.0.0
? · 2025-01-10

## Major version changes - hummingbird-fluent has been updated to work with Hummingbird v2.0 - Added `Fluent` service to manage your Fluent migrations and databases

2.0.0-beta.6预发布
? · 2024-12-08

## Minor release changes - Using hummingbird v2.5.0 - Using fluent-kit v1.49.0 ## Patch release changes Throw invalidConversion if FluentPersistDriver.get(key:as:) fails to convert object. #34 ## Other changes Moved from Nick Lockwood's SwiftFormat to Apple's swift-format for formatting the project. #33

v2.0.0 Beta 52.0.0-beta.5预发布
? · 2024-10-14

## 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 42.0.0-beta.4预发布
? · 2024-09-19

## Patch release changes - Documentation updates

v2.0.0 Beta 32.0.0-beta.3预发布
? · 2024-09-12

Using Hummingbird 2.0

v2.0.0 Beta 22.0.0-beta.2预发布
? · 2024-07-01

Use Hummingbird v2.0.0 Release Candidate

v2.0.0 Beta 12.0.0-beta.1预发布
? · 2024-03-14

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 12.0.0-alpha.1预发布
? · 2024-01-22

Changes to coincide with [Hummingbird v2 alpha](https://github.com/hummingbird-project/hummingbird/releases) 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](https://hummingbird-project.github.io/hummingbird-docs/2.0/documentation/hummingbirdfluent)