Packages

A leader election and supervisor library for Elixir, using external oracles

Current section

Files

Jump to
crown CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
## [0.3.2] - 2026-08-07
### πŸ“š Documentation
- Add documentation to public API (_lud_)
### πŸ§ͺ Testing
- Tighten tests around oban peer (_lud_)
### βš™οΈ Miscellaneous Tasks
- Setup versioning (_lud_)
- Fix CI Oban DB migrations (_lud_)
## [0.3.1] - 2026-06-10
### πŸ§ͺ Testing
- Updated Oban to simplify peer mocking (_lud_)
### βš™οΈ Miscellaneous Tasks
- Dump epmd state on test suite start (_lud_)
- Fix test helper on fresh booted machine (_Ludovic Dem_)
- Default to log_level=info for OTP/monitor events (_lud_)
## [0.3.0] - 2026-05-04
### πŸš€ Features
- Added new ObanPeer oracle (_lud_)
- Added telemetry events and default logger (_lud_)
- Forward handle_info for message based oracles (_lud_)
### πŸ“š Documentation
- Added basic README.md documentation (_lud_)
### βš™οΈ Miscellaneous Tasks
- Configure postgres service in CI (_lud_)
- Refactored oban peer mocked tests (_lud_)
## [0.2.1] - 2026-03-21
### βš™οΈ Miscellaneous Tasks
- Added postgresql container for tests in CI (_lud_)
## [0.2.0] - 2026-03-20
### πŸš€ Features
- Added simple Postgres lease-based oracle (_lud_)
### βš™οΈ Miscellaneous Tasks
- Allow Elixir 1.18 (_lud_)
- Removed dead code (_lud_)
- Formatting the library with Quokka (_lud_)
## [0.1.1] - 2026-03-09
### πŸš€ Features
- Initial prototype (_lud_)
- Added simple demo script (_lud_)
### βš™οΈ Miscellaneous Tasks
- Initialize libcheck and docs (_lud_)