Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.2.1 protected Release: v0.2.1
    Version 0.2.1
    
    Changelog: See https://gitlab.com/msrd0/gotham-restful/-/blob/0.2.x/CHANGELOG.md#021-2021-03-04
    
  • v0.2.0 protected
    bb6f5b0f · release 0.2.0 ·
    Release: v0.2.0
    Version 0.2.0
    
    Changelog: See https://gitlab.com/msrd0/gotham-restful/-/blob/master/CHANGELOG.md#020-2021-02-27
    
  • v0.1.1 protected Release: v0.1.1
    Version 0.1.1
    
    Changelog: See https://gitlab.com/msrd0/gotham-restful/-/blob/master/CHANGELOG.md#011-2020-12-28
    
  • v0.1.0 protected
    1369d25c · bump version to 0.1.0 ·
    Release: v0.1.0
    Version 0.1.0
    
    Changelog:
     - Update `gotham` to 0.5.0
     - Only log errors on 500 responses
    
  • v0.1.0-rc0 protected
    f72b9ac7 · bump version to 0.1.0-rc0 ·
    Release: v0.1.0-rc0
    Version 0.1.0-rc0
    
    Changelog:
    - update to gotham 0.5.0-rc.1
    - Rust 1.42+ is now required
    - handlers can be async fn unless they take &State
    - update/delete have been renamed to change/remove
    - the AuthResult now is a typedef for a Result and hence allows the ? syntactic suggar
    - several OpenAPI specification enhancements and fixes
    - support for scopes inside the openapi router
    - CORS support
    - everyone can write custom error types with custom status codes
    - derive error reporting now uses compile_error! with appropriate spans
    - code coverage from about 30% to >80%
    - added a lot of documentation
    
  • v0.0.4 protected Release: v0.0.4
    Version 0.0.4
    
    Changelog:
     - Remove `T : ToString` and require `&str` directly when registering a resource, this means no more `resource::<Resource, _>` but rather `resource::<Resource>`
     - Refactor the resource methods to have types rather than generics
     - Allow more OpenAPI customizations, including specifying operation ids
     - Improve error messages from the proc macros
     - Revised check whether a handler needs auth
     - Don't skip OpenAPI schema content when using `None` as the mime types (that is all mime types)
    
  • v0.0.2 protected Release: v0.0.2
    Changelog:
    
    - add support for serde_json::Value, BTreeSet and HashSet
    - OpenapiType derive bugfixes and improvements
    - diesel middleware handling
    - authentication handling
    - optional logging errors of handlers
    
  • v0.0.1 protected Release: v0.0.1
    Version 0.0.1