Skip to content

Releases: rbroggi/leaderelection

v1.6.0

24 May 11:20

Choose a tag to compare

1.6.0 (2025-05-24)

Feature

  • refactor leader status tracking to use sync.Map for concurrency safety (4640753)
  • Create dependabot.yml (75ad326)

v1.5.0

12 Mar 21:48

Choose a tag to compare

1.5.0 (2025-03-12)

Feature

  • add option to enable detailed logging in store tests (c45883c)

v1.4.0

12 Mar 21:30

Choose a tag to compare

1.4.0 (2025-03-12)

Feature

  • enhance logging in leader election process for better traceability (76b5478)

v1.3.0

12 Mar 12:39

Choose a tag to compare

1.3.0 (2025-03-12)

Feature

  • refactor ReportMetric callback to remove context parameter and update leader status tracking (427ed2c)

v1.2.0

12 Mar 12:03

Choose a tag to compare

1.2.0 (2025-03-12)

Feature

  • add ReportMetric callback to track candidate leader status (939f377)

Documentation

  • update documentation for extending and implementing custom LeaseStore (31890d0)
  • add Postgres Lease Store to known implementations list (121808a)
  • add Etcd Lease Store to known implementations list (c948015)
  • add MongoDB Lease Store to known implementations list (38cc02d)

v1.1.0

11 Mar 22:29

Choose a tag to compare

1.1.0 (2025-03-11)

Feature

  • update leader election callbacks to include candidate identity (ece8131)

Documentation

  • add note about using store_test.go for testing implementations (b4aa589)

v1.0.0

11 Mar 14:50

Choose a tag to compare

1.0.0 (2025-03-11)

Feature

  • add write permissions for release in CI configuration (0580b98)
  • update Semantic Release action and GitHub token usage in CI configuration (48ef9f0)
  • update GitHub token for Semantic Release in CI configuration (d9c4082)
  • add release configuration and update GitHub token in CI (6caf651)
  • update CI configuration and improve timeout handling in elector (7e45462)
  • update InMemory Lease Store path and rename files (e7a8326)
  • attempt to have a ci 2 (ce38bc5)
  • attempt to have a ci (af8a69b)
  • include documentation and diagrams (deb2b0b)
  • leader-election lib bootstrap (963c7d2)