Skip to content

Releases: palantir/pkg

refreshable/v1.8.0

Choose a tag to compare

@nmiyake nmiyake released this 26 Mar 22:43
Immutable release. Only release title and notes can be modified.
760aec8

What's Changed

  • refreshable: replace interface{} -> any by @nmiyake in #437

Full Changelog: refreshable/v1.6.0...refreshable/v1.8.0

refreshable/v2.9.0

Choose a tag to compare

@bmoylan bmoylan released this 25 Mar 20:34
Immutable release. Only release title and notes can be modified.
e6578e2

Auto-cleanup derived refreshable subscriptions via runtime.AddCleanup (#435)

refreshable/v2.8.0

Choose a tag to compare

@bmoylan bmoylan released this 18 Mar 15:09
67f2b69

improvement: Add MapFromValidatedChecked as a validating util (#432)

datetime/v1.4.0: datetime: add support for parsing times that omit seconds (#429)

Choose a tag to compare

@nmiyake nmiyake released this 10 Mar 21:07
5c0dca4

Adds support for parsing times of the form "2006-01-02T15:04Z", which are valid according to ISO 8601 (and produced by Java's OffsetDateTime), but not according to RFC 3339.

refreshable/v2.7.1

Choose a tag to compare

@bmoylan bmoylan released this 05 Mar 22:34
d68bff7

feature: Add MapFromValidated and MergeValidatedAndRefreshable helpers for Validated refreshables
#428

refreshable/v2.7.0

Choose a tag to compare

@bmoylan bmoylan released this 05 Mar 18:00
c2a69c6
  • Add a generic ticker refreshable and have the file based refreshable use it #425
  • Pull apart Validated and Refreshable interfaces to ensure that error propagation is possible #424

clipackager/v1.1.0

Choose a tag to compare

@nmiyake nmiyake released this 05 Mar 19:14
5ddb528
  • Adds the RunGenerate function to the clipackager package. Adds reusable logic to make it simpler to write "go generate" files that fetch assets to package.

metrics/v1.10.1

Choose a tag to compare

@bmoylan bmoylan released this 18 Feb 18:35
ba9ed30

fix: Use correct tags slice when context has no registry stored (#422)

metrics/v1.10.0

Choose a tag to compare

@bmoylan bmoylan released this 13 Feb 17:22
0d0bd6c

metrics: Use single context value for both Registry and tags (#420)

refreshable/v2.6.0

Choose a tag to compare

@tabboud tabboud released this 12 Feb 19:51
599fe73

Add NewFileRefreshableWithReaderFunc for custom file processing (#414)