Skip to content

Releases: sejori/peko

1.4.1

06 Jan 13:30
86ebbe3
Compare
Choose a tag to compare

What's Changed

  • Hotfixes by @sebringrose in #110

Full Changelog: 1.4.0...1.4.1

1.4.0

05 Jan 17:27
951bade
Compare
Choose a tag to compare

What's Changed

  • WebSocket handler by @sebringrose in #109

Although server-sent events support http2 and are therefore faster in most cases. They do not work well in server-server communication due to no EventSource object being available in Deno. Along with WebSockets being a popular option and simpler to implement for 2-way communication this was the ultimate reason to implement them. Shoutout ChatGPT3 for scaffolding the handler and test file for me! :D

Full Changelog: 1.3.5...1.4.0

1.3.5

31 Dec 14:57
4b1dd6d
Compare
Choose a tag to compare

What's Changed

  • fix: stop recursive cascade at response by @sebringrose in #108

Full Changelog: 1.3.4...1.3.5

1.3.4

26 Dec 21:23
6d1ee15
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @sebringrose in #106
  • feat: overwrite response in resursive cascade by @sebringrose in #107

Full Changelog: 1.3.3...1.3.4

1.3.3

25 Dec 00:07
a322d57
Compare
Choose a tag to compare

What's Changed

  • fix: init cache items by @sebringrose in #105

Full Changelog: v.1.3.2...1.3.3