Skip to content

Commit 08a0d73

Browse files
committed
Release v1.0.3
1 parent 9c4fecc commit 08a0d73

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for Oban Met v1.0
22

3+
## v1.0.3 — 2025-05-06
4+
5+
- [Examiner] Use parallel execution for health checks.
6+
7+
Minimize total time taken to scrape checks from producers by parallelizing calls. The worst case
8+
time is now O(1) rather than O(n) when producers are busy.
9+
310
## v1.0.2 — 2025-03-14
411

512
This release requires Oban v2.19 because of a dependency on the new JSON module.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Oban.Met.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/oban-bg/oban_met"
5-
@version "1.0.2"
5+
@version "1.0.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)