Releases: willitscale/streetlamp
Releases · willitscale/streetlamp
2.0.8
2.0.7
Id in the JsonRPC request can be omitted.
2.0.6
Fix so when 0, an empty string or an empty array is passed to a Json data mapped object it won't fail. This is due to the fact that those could be valid values and required does not state requires a certain value.
2.0.5
Fix for headers keys replaced with spaces instead of dashes.
2.0.4
Missed replacement of underscores in header keys.
2.0.3
Last fix broke the headers as the _SERVER setting headers wasn't covered by the tests.
2.0.2
Fixes the header keys not aligning with RFC-9110 section 5.1 https://www.rfc-editor.org/rfc/rfc9110.html#name-field-names
2.0.1
Fix for the SSE to actually call the delay function.
2.0.0
Changes:
- Changed SSE to be compatible with PSR-7 + PSR-15
- Added custom attributes with binding mechanism
- Added RouteState which can be accessed anywhere within the container by DI.
- Updated route caching to include bindings from custom attribtues.
- Added supporting tests.
- Added and amended documentation.
1.2.1
Fixed the Server Side Events to correctly say Server Sent Events.