Skip to content

Releases: Suhaibinator/SRouter

v1.4.0 [ProtoCodec Breaking Change]

09 Mar 15:33
e77991d

Choose a tag to compare

What's Changed

This is a breaking change to the ProtoCodec. Simply remove factory functions in the NewProtoCodec calls in order to stay up to date.

The following command can be used to do this quickly:
rg -l -U 'codec\.NewProtoCodec\[[^]]+\]\(\s*func\(\)' . | xargs perl -0pi -e 's/codec\.NewProtoCodec(\[[^][]+\])\(\s*func\(\)\s*\*[^{}]+\{\s*return\s*&[^{}]+\{\}\s*\}\s*,?\s*\)/codec.NewProtoCodec$1()/gs'

Full Changelog: v1.3.10...v1.4.0

v1.3.10

21 Dec 06:59
41d9e05

Choose a tag to compare

What's Changed

  • feat: add Hijack support for WebSocket upgrades in metrics handler by @Suhaibinator in #106

Full Changelog: v1.3.9...v1.3.10

v1.3.9

20 Dec 05:45
2efa456

Choose a tag to compare

What's Changed

  • feat: implement authentication token source configuration and middlew… by @Suhaibinator in #105

Full Changelog: v1.3.8...v1.3.9

v1.3.8

16 Dec 02:45
6377e77

Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.8

v1.3.7

15 Dec 08:01

Choose a tag to compare

v1.3.7 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.6...v1.3.7

v1.3.6

14 Aug 05:38

Choose a tag to compare

Full Changelog: v1.3.5...v1.3.6

v1.3.5

20 Jul 00:09
6dd6bda

Choose a tag to compare

What's Changed

  • feat: add warning for routes registered without a sanitizer function by @Suhaibinator in #93

Full Changelog: v1.3.4...v1.3.5

v1.3.4

17 Jul 06:28
141fbf1

Choose a tag to compare

What's Changed

  • refactor: move trace middleware addition to wrapHandler and update mi… by @Suhaibinator in #92

Full Changelog: v1.3.3...v1.3.4

v1.3.3

12 Jul 06:04
261621e

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

09 Jun 02:17
10158ca

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...v1.3.2