Skip to content

Releases: grip-framework/grip

v1.0.4

16 Aug 20:06
18873e6
Compare
Choose a tag to compare
  • Fixed the issue with Grip::Controllers::Websocket not being able to maintain a long connection and mis-fire functions which were not related to a certain connection.

v1.0.3

07 Aug 00:53
710f5d3
Compare
Choose a tag to compare
  • Fixed the issue with the Grip::Handlers::Pipeline class not being able to process the parameters properly, which caused issues with middleware not being able to pick-up the existing parameters.
  • Refactored a bit of logic to make it easier on the routers.

v1.0.2

29 Jun 20:31
5449be0
Compare
Choose a tag to compare
  • Remove the Forward handler from the HTTP handler
  • Create a separate handler for the Forward handler
  • Give an ability to disable the Forward handler

v1.0.1

05 May 03:31
Compare
Choose a tag to compare
  • Fixed a bug causing the SSL context to malfunction and crash during runtime.

v1.0.0

29 Mar 04:15
Compare
Choose a tag to compare

Stable release 1.0.0

  • Squashed down to 1.0.0 and removed old/inflated releases
  • Fixed bugs with the pipe_through macro causing a pipeline leak
  • Fixed the call_next function for the pipelines
  • Added Swagger UI auto-generation for routes