Releases: grip-framework/grip
Releases · grip-framework/grip
v1.0.4
- 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
- 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
- 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
- Fixed a bug causing the SSL context to malfunction and crash during runtime.
v1.0.0
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