Skip to content

Releases: ralvarezdev/go-net

added log with route slog on errors caught by error handler middleware

25 Oct 22:19
2ed63b5

Choose a tag to compare

v0.13.0

refactor: added log with route slog on errors caught by error handler…

added minor ErrInvalidBodyType error

25 Oct 21:30
7a85dc7

Choose a tag to compare

v0.12.8

fix: added minor ErrInvalidBodyType error

added .golangci.yml config file and upgraded dependencies

23 Oct 23:56
e0ba7b4

Choose a tag to compare

v0.12.7

feat: added .golangci.yml config file and upgraded dependencies

modified Options struct for AuthenticationParser implementation

17 Oct 21:07
f1d5774

Choose a tag to compare

v0.12.6

refactor: modified Options struct for AuthenticationParser implementa…

forked into 'github.com/ralvarezdev/go-json'

17 Oct 20:42
aa22ba5

Choose a tag to compare

v0.12.5

refactor: forked into 'github.com/ralvarezdev/go-json'

added function to decode structs that might be proto.Message, or contain deeply nested proto.Message

17 Oct 16:00
9d77a6d

Choose a tag to compare

v0.12.4

test: added function to decode structs that might be proto.Message, o…

modified Decoder (again) and Encoder interfaces and their implementations, added Decode method, many methods to the Encoder interface, and a new ProtoJSONEncoder interface

17 Oct 15:07
24a0d97

Choose a tag to compare

modified Decoder interface and its implementations, renamed previous Decode method as DecodeRequest, and added DecodeReader method

17 Oct 13:26
2ea456c

Choose a tag to compare

renamed RegisterRoutesFn as AddHandlersFn

17 Oct 11:43
579c029

Choose a tag to compare

v0.12.1

refactor: renamed RegisterRoutesFn as AddHandlersFn

implemented gRPC ParseError function that maps a gRPC error to a FailError or Error instance, added RawErrorHandler interface and its implementations, modified encoders, decoders and handlers to use FailError and Error structs, modified Router and added AddEndpointHandler and AddExactEndpointHandler methods

15 Oct 20:45
7c377b4

Choose a tag to compare