Releases: palantir/pkg
yamlpatch/v1.4.0
Refactors logic in package and adds support for performing YAML patching using the goccy/go-yaml
module.
refreshable/v2.1.0
refreshable: New constructors for more flexibility in how derivative refreshables are created (#359)
pkgpath/v1.3.0
Adds support for listing packages that only match a primary module.
yamlpatch/v1.3.0
Add ability to patch yaml with comments (#349)
yamlpatch/v1.2.0
Add field tags for yaml parsing of yamlpatch.Operation (#341)
tlsconfig/v1.3.0
fix: Remove ciphers considered insecure in go 1.22. (#340)
refreshable/v1.5.0
refreshable v1: Add ToV2() and FromV2() conversion functions (#329)
metrics/v1.7.0
Drop keyValue field in metrics.Tag; normalizeTag short-circuits simple strings (#324)
metrics/v1.6.0
Use go1.21's slices package to avoid allocation in sorting (#323)
metrics/v1.5.0
Ensure tag slice stored on context is not mutated when registering metrics from child registry (#318)