Skip to content

Releases: rbaliyan/config

v0.7.0

08 May 10:52
a60f614

Choose a tag to compare

What's Changed

  • deps: bump the go-dependencies group with 4 updates by @dependabot[bot] in #69
  • deps: bump the go-dependencies group with 2 updates by @dependabot[bot] in #70
  • ci: bump github/codeql-action from 4.35.2 to 4.35.3 in the github-actions group by @dependabot[bot] in #71
  • chore: bump Go to 1.26.3 and golangci-lint to 2.11.4 by @rbaliyan in #73
  • refactor(k8s): decouple store from kubernetes.io dependencies by @rbaliyan in #74

Full Changelog: v0.6.6...v0.7.0

v0.6.6

30 Apr 05:17
7d2df97

Choose a tag to compare

What's Changed

  • feat: TypeSecret value type with SecretFrom and backend integration by @rbaliyan in #67
  • feat: TTL support, TypeSecret, CloneValue, and NewMemoryCache by @rbaliyan in #68

Full Changelog: v0.6.5...v0.6.6

v0.6.5

29 Apr 05:51
908478e

Choose a tag to compare

What's Changed

  • feat: harden in-memory security for Secret and Cache TTL by @rbaliyan in #65
  • feat: add TTL support across all store backends and harden Secret type by @rbaliyan in #66

Full Changelog: v0.6.4...v0.6.5

v0.6.4

28 Apr 16:23
f21f21a

Choose a tag to compare

What's Changed

  • feat: add Redis-backed cache and pluggable Cache interface by @rbaliyan in #64

Full Changelog: v0.6.3...v0.6.4

v0.6.3

28 Apr 11:26
3d4f114

Choose a tag to compare

What's Changed

  • deps: bump modernc.org/sqlite from 1.48.2 to 1.49.1 in the go-dependencies group by @dependabot[bot] in #58
  • feat: add writable file store, Redis backend, and Kubernetes store by @rbaliyan in #59
  • fix: concurrency and design quality improvements across all store backends by @rbaliyan in #61
  • feat: add etcd v3 storage backend by @rbaliyan in #62
  • feat: add expand package, query-time expansion store, and Secret type by @rbaliyan in #63

Full Changelog: v0.6.2...v0.6.3

v0.6.2

18 Apr 11:00
3e2a388

Choose a tag to compare

What's Changed

  • perf: optimize mongodb indexes and stats aggregation by @rbaliyan in #57

Full Changelog: v0.6.1...v0.6.2

v0.6.1

18 Apr 03:42
63dd8f4

Choose a tag to compare

What's Changed

  • ci: bump the github-actions group with 3 updates by @dependabot[bot] in #55
  • deps: bump go.mongodb.org/mongo-driver/v2 from 2.5.0 to 2.5.1 in the go-dependencies group by @dependabot[bot] in #54
  • feat: add replica store with async/sync replication and OTel support by @rbaliyan in #56

Full Changelog: v0.6.0...v0.6.1

v0.6.0

13 Apr 16:23
a90f25a

Choose a tag to compare

What's Changed

  • feat!: add context.Context to codec.Codec and Transformer by @rbaliyan in #53

Full Changelog: v0.5.5...v0.6.0

v0.5.5

12 Apr 09:03
24f6caf

Choose a tag to compare

What's Changed

  • fix: resolve all gosec findings by @rbaliyan in #44
  • ci: add GoSec SAST scanning with SARIF upload by @rbaliyan in #43
  • fix: pin dependencies by hash and enrich SECURITY.md by @rbaliyan in #45
  • fix: add nosec annotation for clamped int32 cast in migrate by @rbaliyan in #46
  • ci: add ClusterFuzzLite PR workflow for code-change fuzzing by @rbaliyan in #47
  • deps: bump the go-dependencies group with 2 updates by @dependabot[bot] in #48
  • ci: bump the github-actions group with 2 updates by @dependabot[bot] in #49
  • chore: update Go to 1.25.9 by @rbaliyan in #51
  • deps: bump the go-dependencies group with 5 updates by @dependabot[bot] in #50
  • feat: add first-class key alias support by @rbaliyan in #52

Full Changelog: v0.5.4...v0.5.5

v0.5.4

30 Mar 06:52
7a7f3f4

Choose a tag to compare

What's Changed

  • docs: fix README examples and add missing features by @rbaliyan in #41
  • feat: add WithMaxKeysPerNamespace to limit keys per namespace by @rbaliyan in #42

Full Changelog: v0.5.3...v0.5.4