Skip to content

Releases: hossein1376/grape

grape v0.3.0

20 Feb 17:04
82cfbcd
Compare
Choose a tag to compare

Changes

  • Router: new ServeTLS method.
  • Grape: new Go method for graceful panic recover in goroutines.
  • Add linters. #3
  • Fix net/http.Server security vulnerability. #3
  • Return error as second value in ParamInt and ParamInt64. #4

Thanks to all of our contributors and users!

grape v0.2.0

23 Jan 16:32
161b258
Compare
Choose a tag to compare

Changes

  • Add route grouping and scope specific middlewares.
  • Accepts interfaces in grape.Options struct. Allowing for better customizability.
  • Any types implementing grape.Logger, including slog.Logger, can be used for logging.
  • Use grape.Serializer to configure reading and writing json.
  • Optionally, specify requests' max body size.
  • Improvements to the validator package.
  • New example, graceful shutdown.
  • Improve documentation and update examples.