All Versions
14
Latest Version
Avg Release Cycle
316 days
Latest Release
101 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.0 Changes
March 03, 2026Crates
- 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, 2024Crates
- 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, 2024Crates
- gotham 0.7.3
๐ Changelog
Notable changes:
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, 2023Crates
- gotham 0.7.2
- gotham_middleware_diesel 0.5.1
- borrow-bag 1.1.1
๐ Changelog
Notable changes:
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 -
v0.7.0 Changes
November 12, 2021Crates:
- 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_derivecrate is deprecated. Usegotham::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, 2021Crates:
- 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 -
v0.4.0 Changes
July 14, 20192019-07-14
-
v0.3.0 Changes
October 29, 20182018-10-29