All Versions
14
Latest Version
Avg Release Cycle
316 days
Latest Release
101 days ago

Changelog History
Page 1

  • v0.8.0 Changes

    March 03, 2026

    Crates

    • gotham 0.8.0
    • gotham_derive 0.8.0
    • gotham_middleware_diesel 0.6.0
    • gotham_middleware_jwt 0.9.0

    ๐Ÿ”„ Changelog

    ๐Ÿš€ This release updates some dependencies, most notably hyper to 1.x. Thanks to @dtolnay for the contribution.

    Full Changelog : gotham-0.7.4...gotham-0.8.0

  • v0.7.4 Changes

    April 17, 2024

    Crates

    • gotham 0.7.4

    ๐Ÿ”„ Changelog

    Notable changes:

    • ๐Ÿ”ง assets: Add support for configurable bufsize for FileHandler (#649)

    Full Changelog : gotham-0.7.3...gotham-0.7.4

  • v0.7.3 Changes

    March 05, 2024

    Crates

    • gotham 0.7.3

    ๐Ÿ”„ Changelog

    Notable changes:

    • โž• Add range request support for FileHandler (#628, #633)

    Minor changes:

    • โšก๏ธ Update base64 requirement from 0.21 to 0.22 (#646)
    • ๐Ÿ›  Fix feature = "cargo-clippy" deprecation (#645)

    Full Changelog : gotham-0.7.2...gotham-0.7.3

  • v0.7.2 Changes

    September 12, 2023

    Crates

    • gotham 0.7.2
    • gotham_middleware_diesel 0.5.1
    • borrow-bag 1.1.1

    ๐Ÿ”„ Changelog

    Notable changes:

    • Re-export cookie (#625)
    • ๐Ÿ›  Fix incorrect Clone implementation and other lints (#624)

    Minor changes:

    • โฌ†๏ธ Bump minimal versions of dependencies (#623)
    • โšก๏ธ Update uuid requirement from 0.8 to 1.0 (#594)
    • โšก๏ธ Update base64 requirement from 0.13 to 0.21 (#608)

    Full Changelog : gotham-0.7.1...gotham-0.7.2

  • v0.7.1 Changes

    March 20, 2023

    Crates:

    • gotham_derive 0.7.1

    ๐Ÿ”„ Changelog:

    • โšก๏ธ Update syn to 2.0 (#611)
  • v0.7.0 Changes

    November 12, 2021

    Crates:

    • gotham 0.7.0
    • gotham_derive 0.7.0
    • gotham_middleware_jwt 0.7.0
    • gotham_middleware_diesel 0.4.0

    Starting with this version, directly importing the derive macros from the gotham_derive crate is deprecated. Use gotham::prelude::* instead.

    ๐Ÿ”„ Changelog:

    • Send state to the session backend and allow it to return futures (#468)
    • Re-export the mime crate and all gotham_derive macros
    • โž• Add AsyncTestServer (#552, #553, #555)
    • โœ… Introduce new features session, http2 and testing (all enabled by default)
    • โœ‚ Remove rustls feature from the default features
    • Start functions now return a result (#568, #571)
    • ๐Ÿ‘ Allow access to the inner error of a HandlerError (#575)
    • โž• Add a prelude module that re-exports traits and derive macros (#567)
  • v0.6.1 Changes

    July 12, 2021

    Crates:

    • gotham_middleware_jwt 0.6.1
    • gotham_middleware_diesel 0.3.1

    ๐Ÿ”„ Changelog:

    • ๐Ÿ“‡ Rename JWTMiddleware to JwtMiddleware
    • ๐Ÿ“š Update outdated documentation
  • v0.5.0 Changes

    November 06, 2022

    Crates:

    • gotham_middleware_diesel 0.5.0

    ๐Ÿ”„ Changelog:

    • โšก๏ธ Update diesel to 2.0 (#601)
  • v0.4.0 Changes

    July 14, 2019

    2019-07-14

  • v0.3.0 Changes

    October 29, 2018

    2018-10-29