Skip to content

Releases: palantir/pkg

yamlpatch/v1.4.0

03 Mar 23:38
b84a0bf
Compare
Choose a tag to compare

Refactors logic in package and adds support for performing YAML patching using the goccy/go-yaml module.

refreshable/v2.1.0

21 Jan 19:04
e0fee3b
Compare
Choose a tag to compare

refreshable: New constructors for more flexibility in how derivative refreshables are created (#359)

pkgpath/v1.3.0

05 Sep 16:57
77b0615
Compare
Choose a tag to compare

Adds support for listing packages that only match a primary module.

yamlpatch/v1.3.0

28 Aug 06:47
81b8e2a
Compare
Choose a tag to compare

Add ability to patch yaml with comments (#349)

yamlpatch/v1.2.0

29 Mar 20:11
933b548
Compare
Choose a tag to compare

Add field tags for yaml parsing of yamlpatch.Operation (#341)

tlsconfig/v1.3.0

11 Mar 16:48
983b607
Compare
Choose a tag to compare

fix: Remove ciphers considered insecure in go 1.22. (#340)

refreshable/v1.5.0

02 Nov 16:20
3ef9bcc
Compare
Choose a tag to compare

refreshable v1: Add ToV2() and FromV2() conversion functions (#329)

metrics/v1.7.0

08 Sep 18:53
69bf2e9
Compare
Choose a tag to compare

Drop keyValue field in metrics.Tag; normalizeTag short-circuits simple strings (#324)

metrics/v1.6.0

08 Sep 04:01
f9e2fb6
Compare
Choose a tag to compare

Use go1.21's slices package to avoid allocation in sorting (#323)

metrics/v1.5.0

16 Aug 17:31
36b323d
Compare
Choose a tag to compare

Ensure tag slice stored on context is not mutated when registering metrics from child registry (#318)