Versions in this module Expand all Collapse all v1 v1.20.0 Nov 10, 2025 GO-2024-3036 GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex Changes in this version + var ErrEndBeforeStart = httpgrpc.Errorf(http.StatusBadRequest, "%s", "end timestamp must not be before start time") + var ErrNegativeStep = httpgrpc.Errorf(http.StatusBadRequest, "%s", ...) + var ErrStepTooSmall = httpgrpc.Errorf(http.StatusBadRequest, "%s", ...) + func DecorateWithParamName(err error, field string) error + type CompressionHandler struct + Handler http.Handler + func (c CompressionHandler) ServeHTTP(writer http.ResponseWriter, req *http.Request) + type QueryAPI struct + CORSOrigin *regexp.Regexp + func NewQueryAPI(qe engine.QueryEngine, q storage.SampleAndChunkQueryable, ...) *QueryAPI + func (q *QueryAPI) InstantQueryHandler(r *http.Request) (result apiFuncResult) + func (q *QueryAPI) RangeQueryHandler(r *http.Request) (result apiFuncResult) + func (q *QueryAPI) Wrap(f apiFunc) http.HandlerFunc v1.20.0-rc.1 Nov 4, 2025 GO-2024-3036 GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex v1.20.0-rc.0 Oct 31, 2025 GO-2024-3036 GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex