Skip to content

Releases: sablierapp/sablier

v1.14.0

12 Jun 23:05
6b37322

Choose a tag to compare

1.14.0 (2026-06-12)

Features

  • provider: pause redis-operator reconciliation during StatefulSet scale-to-zero (#963) (f3f1af0)

Bug Fixes

  • kubernetes: address code review findings on redis-operator skip-reconcile (f3f1af0)

v1.13.0

29 May 00:38
1d0ec2b

Choose a tag to compare

1.13.0 (2026-05-29)

Features

  • add --auto-stop-externally-started flag (#906) (d2fd51d)
  • add --provider.reject-unlabeled-requests and --provider.verify-enabled-on-expiration (#901) (f1a4e61)
  • add OpenTelemetry distributed tracing support (#929) (68faefd)
  • add replica count to scale mode, gate resource throttling on idle.replicas >= 1 (#909) (5722c6f)
  • add running-hours keep-warm windows and timezone support (#907) (ed9c611)
  • add theme options schema (#917) (20828ca)
  • add webhooks (#920) (a608a8c)
  • api: add SSE instance events endpoint (#916) (2eccf89)
  • metrics: add sablier_instance_active_seconds_total metric (#932) (e92f438)
  • provider: add ready-after instance configuration (#904) (ff60d31)
  • provider: support CloudNativePG Cluster hibernation in Kubernetes (#944) (199f12e), closes #943
  • scale mode to throttle CPU/memory instead of stopping containers (#908) (d39804f)
  • support multiple groups per instance (#913) (5b0f896)
  • theme: bundle external CSS, JS, and images into custom themes (#928) (e9ba051)

Bug Fixes

Documentation

  • add benchmarking/performance (#931) (33abb7e)
  • add docker socket proxy example (#902) (af8127b)
  • add table of content divider (44134a3)
  • examples: example verify enabled on expiration (#911) (3e64b9e)
  • release please update version typo (b92169a)
  • update configuration docs and README (#930) (57a65d9)

Code Refactoring

Chores

  • add OpenTelemetry patterns to dependabot config (68866ea)

v1.12.0

13 May 16:30
1caf28e

Choose a tag to compare

1.12.0 (2026-05-13)

Features

Bug Fixes

Code Refactoring

  • podman: use moby/moby/client instead of podman bindings (#885) (858f12a)

Tests

  • kubernetes: run all tests in a single cluster (#889) (aaf20b4)
  • sonar: remove generated code from coverage (2c25b04)

v1.11.2

03 Apr 06:05
9a671df

Choose a tag to compare

1.11.2 (2026-04-03)

Bug Fixes

  • cmd: return an error instead of panic (#820) (d7f6403)
  • deps: bump the k8s-io group across 1 directory with 3 updates (#828) (13bd6b2)
  • handle instance start errors in dynamic and blocking strategies (#854) (69b3d57)

v1.11.1

17 Jan 18:30
a9764f8

Choose a tag to compare

1.11.1 (2026-01-14)

Bug Fixes

  • config: use SABLIER_ environment variable prefix (#790) (e9c2213)
  • logging: access log level is set to debug (#791) (6e46cdb)

Documentation

  • clarify configuration source evaluation order (#788) (ecdfd37)

v1.11.0

07 Dec 14:59
af4e738

Choose a tag to compare

1.11.0 (2025-12-05)

Features

Documentation

v1.10.5

23 Nov 22:05
9d2b779

Choose a tag to compare

1.10.5 (2025-11-23)

Bug Fixes

  • dockerfile: remove running as non-root (b3d356a)
  • warn when the custom theme path does not exist (112bdaa)

Documentation

v1.10.4

23 Nov 16:53
61fef84

Choose a tag to compare

1.10.4 (2025-11-23)

Bug Fixes

  • dockerfile: copy file with proper permissions (#746) (12d00e0)

Documentation

  • add signature verification (3417baf)

v1.10.3

23 Nov 16:18
03a2800

Choose a tag to compare

1.10.3 (2025-11-23)

Bug Fixes

  • goreleaser: reverse --snapshot ternary expression (d834d17)

Documentation

v1.10.2

23 Nov 07:27
116b21f

Choose a tag to compare

1.10.2 (2025-11-23)

⚠ BREAKING CHANGES

  • remove plugins from the repository

fix\

  • remove plugins from the repository (6d88092)

Bug Fixes

Documentation

  • add CONTRIBUTING.md (a4d7dda)
  • add discord server and link pugin repositories (c5ac357)
  • add github and docker icons (da5d2d1)
  • add helm chart (71a35ca)
  • add OpenSSF scorecard (dc5fb22)
  • add release please glob file (64550ff)
  • add release please tags to update version (8bc21fb)
  • add sponsor section (e2b7965)
  • add support section (09f99f6)
  • improve documentation clarity (a6614de)
  • reference plugin repositories (33209ac)
  • traefik: set traefik plugin version to v1.10.1 (#654) (8af2f32)
  • update documentation (96750a5)

Code Refactoring