Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Releases: vapor/fluent

4.12.0 - Async Lifecycle

06 Oct 01:10
223b27d
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Async Lifecycle by@0xTim in#781

  • Drop support for 5.8
  • Adopt new async lifecycle APIs
This patch was released by@0xTim

Full Changelog:4.11.0...4.12.0

Contributors

  • @0xTim
0xTim
Assets2
Loading

4.11.0 - Concurrency updates and database logging APIs

30 May 11:01
dfcbeba
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Concurrency updates and database logging APIs by@gwynne in#775

This update contains the following changes:

  • Two new APIs are available:Application.db(_:logger:) andRequest.db(_:logger:). These work exactly the way the respective.db(_:) methods do, except the database’s logger will be set to the one provided rather than the default. These APIs will hopefully make it easier to work around the unfortunate fact thatDatabase.logging(to:) and its SQLKit counterpart basically don’t work at all.
  • The--auto-migrate and--auto-revert commandline flags no longer callEventLoopFuture.wait() when the app is booted inasync mode (no more crash risk).
  • Themigrate command now has nicer console output.
  • All tests have been updated to be fullyasync.
This patch was released by@gwynne

Full Changelog:4.10.0...4.11.0

Contributors

  • @gwynne
gwynne
Loading
PerfectYellow reacted with heart emoji
1 person reacted

4.10.0 - Fix up Fluent provider for Sendable-correct FluentKit

27 Apr 22:34
d831ac5
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Fix up Fluent provider for Sendable-correct FluentKit by@gwynne in#774

Updates the Fluent provider for the 1.48.0 release of FluentKit, which adds mostly-completeSendable-correctness. Also bumps minimum Swift version to 5.8, matching FluentKit.

Reviewers

Thanks to the reviewers for their help:

This patch was released by@gwynne

Full Changelog:4.9.0...4.10.0

Contributors

  • @gwynne
  • @MahdiBM
gwynne and MahdiBM
Loading

4.9.0 - Asyncification of Fluent provider

11 Jan 03:40
a586a5d
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Asyncification of Fluent provider by@gwynne in#772

Updates the Fluent provider package to be (mostly)Sendable-correct and switchesMigrateCommand to being async to avoid dangerous misuse ofEventLoopFuture.wait().

Bumps minimum Swift version to 5.7 (matching Vapor).

This patch was released by@gwynne

Full Changelog:4.8.0...4.9.0

Contributors

  • @gwynne
gwynne
Loading
edhoguntur and rafaelsagastume reacted with thumbs up emojirafaelsagastume reacted with hooray emoji
2 people reacted

Update min Swift version to 5.6 and make platform versions consistent

14 Apr 01:01
4b4d8bf
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Contributors

  • @gwynne
gwynne
Loading

Update to match FluentKit's declared version minimums

20 Mar 06:46
8d60150
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored and released by@gwynne.

This should help fix building in Xcode.

Also bumps minimum Swift version to 5.5.2 and removes outdated compiler conditionals on concurrency support, incidentally enabling back-deployment in the process.

Contributors

  • @gwynne
gwynne
Loading
mapkon reacted with rocket emoji
1 person reacted

Add migrationLogLevel configuration

12 Feb 13:56
4db22cc
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored by@madsodgaard and released by@gwynne.

Adds the possibility to configure the log level for migrations with:

app.fluent.migrationLogLeveL=.debug

Contributors

  • @gwynne
  • @madsodgaard
gwynne and madsodgaard
Loading

Update minimum Swift version to 5.5

27 Nov 02:53
2da106f
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored and released by@gwynne.

Also updates very ancient CI.

Contributors

  • @gwynne
gwynne
Loading

Add `asyncCredentialsAuthenticator` to `ModelCredentialsAuthenticatable`

16 Aug 16:22
26c4460
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored by@fatto and released by@0xTim.

AddsasyncCredentialsAuthenticator toModelCredentialsAuthenticatable to allow it to be overridden if needs be

Contributors

  • @fatto
  • @0xTim
fatto and 0xTim
Loading

Add support for async/await

26 Oct 16:13
ea707ee
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored and released by@0xTim.

Adds initial support for async/await

Contributors

  • @0xTim
0xTim
Loading
Previous13451718
Previous

[8]ページ先頭

©2009-2025 Movatter.jp