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 + const RemoteNode + func NewRemoteNode(Expr logicalplan.Node) logicalplan.Node + func Unmarshal(data []byte) (logicalplan.Node, error) + type DistributedOptimizer struct + func (d *DistributedOptimizer) Optimize(root logicalplan.Node, opts *query.Options) (logicalplan.Node, annotations.Annotations) + type FragmentKey struct + func MakeFragmentKey(queryID uint64, fragmentID uint64) FragmentKey + func (f FragmentKey) GetFragmentID() uint64 + func (f FragmentKey) GetQueryID() uint64 + type Remote struct + Expr logicalplan.Node + FragmentAddr string + FragmentKey FragmentKey + func (r *Remote) Children() []*logicalplan.Node + func (r *Remote) Clone() logicalplan.Node + func (r *Remote) MarshalJSON() ([]byte, error) + func (r *Remote) ReturnType() parser.ValueType + func (r *Remote) String() string + func (r *Remote) Type() logicalplan.NodeType + func (r *Remote) UnmarshalJSON(data []byte) error 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