Skip to content

Releases: willitscale/streetlamp

2.0.8

26 Aug 00:12

Choose a tag to compare

Removed timeout for SSE stream.

2.0.7

11 Aug 21:13
55c4131

Choose a tag to compare

Id in the JsonRPC request can be omitted.

2.0.6

09 Aug 01:33
1743411

Choose a tag to compare

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

02 Aug 20:27
cc15c8a

Choose a tag to compare

Fix for headers keys replaced with spaces instead of dashes.

2.0.4

02 Aug 20:23
d8761de

Choose a tag to compare

Missed replacement of underscores in header keys.

2.0.3

02 Aug 20:18
8014367

Choose a tag to compare

Last fix broke the headers as the _SERVER setting headers wasn't covered by the tests.

2.0.2

02 Aug 19:58
9ed7fc6

Choose a tag to compare

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

31 Jul 21:09
95dde2e

Choose a tag to compare

Fix for the SSE to actually call the delay function.

2.0.0

29 Jul 23:04
5ecd82c

Choose a tag to compare

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

20 Jul 23:44
866eacd

Choose a tag to compare

Fixed the Server Side Events to correctly say Server Sent Events.