Releases: ralvarezdev/go-net
Releases · ralvarezdev/go-net
added log with route slog on errors caught by error handler middleware
v0.13.0 refactor: added log with route slog on errors caught by error handler…
added minor ErrInvalidBodyType error
v0.12.8 fix: added minor ErrInvalidBodyType error
added .golangci.yml config file and upgraded dependencies
v0.12.7 feat: added .golangci.yml config file and upgraded dependencies
modified Options struct for AuthenticationParser implementation
v0.12.6 refactor: modified Options struct for AuthenticationParser implementa…
forked into 'github.com/ralvarezdev/go-json'
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
added function to decode structs that might be proto.Message, or contain deeply nested proto.Message
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
v0.12.3 refactor: modified Decoder (again) and Encoder interfaces and their i…
modified Decoder interface and its implementations, renamed previous Decode method as DecodeRequest, and added DecodeReader method
v0.12.2 refactor: modified Decoder interface and its implementations, renamed…
renamed RegisterRoutesFn as AddHandlersFn
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
v0.12.0 test: implemented gRPC ParseError function that maps a gRPC error to …