Skip to content

Tags: passos/echo

Tags

v4

Toggle v4's commit message
update module entry

v4.1.5

Toggle v4.1.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bumped v4.1.5

Signed-off-by: Vishal Rana <[email protected]>

v4.1.4

Toggle v4.1.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed group middleware

Signed-off-by: Vishal Rana <[email protected]>

v4.1.3

Toggle v4.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed invalid json value for error in logger middleware

Signed-off-by: Vishal Rana <[email protected]>

v4.1.2

Toggle v4.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed sub-group virtual hosts

v4.1.1

Toggle v4.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added a method to return routers map

Signed-off-by: Vishal Rana <[email protected]>

v4.1.0

Toggle v4.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bumped 4.1.0

Signed-off-by: Vishal Rana <[email protected]>

v4.0.0

Toggle v4.0.0's commit message
Introduced Go module support as v4, removed obsolete CloseNotifier() …

…mechanism

This reintroduces support for Go modules, as v4.

CloseNotifier() is removed as it has been obsoleted, see https://golang.org/doc/go1.11#net/http

It was already NOT working (not sending signals) as of 1.11 the functionality was gone, we merely
deleted the functions that exposed it. If anyone still relies on it they should migrate to using
`c.Request().Context().Done()` instead.

Closes labstack#1268, labstack#1255

v3.3.10

Toggle v3.3.10's commit message
Removed go.mod and sum to help solve the issue with Go modules (labst…

…ack#1244)

v3.3.9

Toggle v3.3.9's commit message
Bumped up version to 3.3.9 (related to labstack#1244)