All Versions
18
Latest Version
Avg Release Cycle
58 days
Latest Release
1232 days ago

Changelog History
Page 1

  • v4.1.0 Changes

    December 08, 2020

    ๐Ÿš€ ###### This patch was authored and released by @0xTim.

    ๐Ÿ‘Œ Improves the experience for users writing web applications. Adds a ModelCredentialsAuthenticator to automatically conform Model types to CredentialsAuthenticatable and provide a middleware to use.

    โœ… This can be used when logging in users via a web form, as shown in the tests. This also backfills some tests for ModelSessionAuthenticatable.

    ๐Ÿ›  Also fixes a bug where the SessionAuthenticator was not using the provided DatabaseID

    Resolves #710
    Resolves #701

    ๐Ÿ“„ Docs here vapor/docs#576

  • v4.0.0 Changes

    August 02, 2019
    • โšก๏ธ Updates to FluentKit 1 Alpha 2
    • โšก๏ธ Updates to Vapor 4 Alpha 2
  • v4.0.0-rc.3 Changes

    May 29, 2020

    ๐Ÿš€ ###### This patch was authored and released by @tanner0101.

    โšก๏ธ Updates this package for compatibility with latest version of FluentKit.

  • v4.0.0-rc.2 Changes

    April 09, 2020

    ๐Ÿš€ ###### This patch was authored and released by @tanner0101.

    ๐Ÿš€ Updated for final Vapor 4.0.0 release (#672).

    • ModelUser renamed to ModelAuthenticatable.
    • ModelUserToken renamed to ModelTokenAuthenticatable.
    • Sessions authenticator now creatable via static method.

      • app.fluent.sessions.middleware()+ User.sessionAuthenticator()
    • ๐Ÿ†• New ModelSessionAuthenticatable helper protocol added.

    • Session renamed to SessionRecord. Now uses _fluent_sessions schema.

  • v4.0.0-rc.1 Changes

    March 01, 2020

    โšก๏ธ Updates to Swift 5.2.

    ๐Ÿ“š > Release candidates represent the final shift toward focusing on bug fixes and documentation. Breaking changes will only be accepted for critical issues. We expect a final release of this package shortly after Swift 5.2's release date.

  • v4.0.0-beta.3 Changes

    February 26, 2020
    • โœ… Now compatible with latest Vapor beta 4 and FluentKit beta 5
  • v4.0.0-beta.2 Changes

    December 09, 2019

    โšก๏ธ Updated to latest Vapor and FluentKit beta 2 changes.

  • v4.0.0-beta.1 Changes

    October 24, 2019
    • โž• Added DatabaseSessions and Session models for storing Vapor request sessions in your database. (#645)
    • โž• Added Request.db helper for accessing request-specific database context.
  • v4.0.0-alpha.2 Changes

    August 02, 2019
    • โšก๏ธ Updates to FluentKit 1 Alpha 2
    • โšก๏ธ Updates to Vapor 4 Alpha 2
  • v4.0.0-alpha.1 Changes

    June 06, 2019

    ๐Ÿš€ More information on Vapor 4 alpha releases:

    ๐Ÿš€ https://medium.com/@codevapor/vapor-4-alpha-1-releases-begin-94a4bc79dd9a

    ๐Ÿ“„ API Docs:

    https://api.vapor.codes/fluent/master/Fluent/index.html