Changelog
v7.1.2
Release
August 1, 2026
Dependency-maintenance patch across all packages: refreshes runtime and dev dependencies and makes the release workflow's publish steps uniform. No API or behavior changes.
- upgrade code quality dependencies: @biomejs/biome 2.5.1→2.5.6, vitest & @vitest/coverage-v8 4.1.9→4.1.10 (140fa0e, #624)
- upgrade tsdown 0.22.3→0.22.14 and tsx 4.22.4→4.23.1 build tooling (945ab57, #625)
- upgrade docula 2.1.0→2.2.0 (5ef1297, #626)
v7.1.1
Release
July 5, 2026
Adds the new @airhornjs/pingram provider (SMS, Email, Mobile Push) and refreshes runtime and build dependencies across the workspace. No breaking changes.
-
New provider
@airhornjs/pingram— send SMS, Email, and Mobile Push through Pingram with a single API key, plus typed provider-levelsendDefaults(templateId,parameters,schedule, and channel content defaults) that merge beneath message-derived values (#618)import { Airhorn, AirhornSendType } from...
v7.0.0
Release
June 2, 2026
Major release: airhorn requires Node >=22.18.0 and moves to hookified v3; the Twilio provider moves to twilio v6.
- airhorn now requires Node.js
>=22.18.0(was>=20) and upgradeshookifiedto v3 (#605, #588) Migration: upgrade your runtime to Node 22.18.0+.AirhornextendsHookified, so if you rely on its hook/event API surface, review the hookified v3 release notes.
v6.0.1
Release
April 7, 2026
- mono - feat: updating readme by @jaredwray in https://github.com/jaredwray/airhorn/pull/565
- mono - chore: upgrading biome, vitest, and types by @jaredwray in https://github.com/jaredwray/airhorn/pull/566
- airhorn - chore: upgrading cacheable by @jaredwray in https://github.com/jaredwray/airhorn/pull/567
- airhorn - chore: upgrading writr by @jaredwray in https://github.com/jaredwray/airhorn/pull/568
v6.0.0
Release
March 8, 2026
- mono - chore: upgrading biome, types, and rimraf to latest by @jaredwray in https://github.com/jaredwray/airhorn/pull/559
- airhorn - chore: upgrading cacheable to 2.3.3 by @jaredwray in https://github.com/jaredwray/airhorn/pull/560
- airhorn - chore: upgrading ecto to 4.8.3 by @jaredwray in https://github.com/jaredwray/airhorn/pull/561
- airhorn - chore: upgrading writr to 5.0.4 by @jaredwray in https://github.com/jaredwray/airhorn/pull/562
v5.2.0
Release
February 6, 2026
- feat: Adding AGENTS.md and upgrading to Nodejs 24 by @jaredwray in https://github.com/jaredwray/airhorn/pull/555
- chore: upgrading docula to 0.40.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/556
- mono - chore: upgrading rimraf on packages by @jaredwray in https://github.com/jaredwray/airhorn/pull/557
v5.1.2
Release
January 6, 2026
- mono - chore: upgrading docula to 0.31.2 by @jaredwray in https://github.com/jaredwray/airhorn/pull/543
- mono - chore: upgrading vitest to 4.0.16 by @jaredwray in https://github.com/jaredwray/airhorn/pull/544
- mono - chore: upgrading @biomejs/biome to 2.3.11 by @jaredwray in https://github.com/jaredwray/airhorn/pull/545
- airhorn - chore: upgrading vitest to 4.0.16 by @jaredwray in https://github.com/jaredwray/airhorn/pull/546
v5.1.1
Release
December 6, 2025
- chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in https://github.com/jaredwray/airhorn/pull/538
- chore: upgrading tsup to 8.5.1 by @jaredwray in https://github.com/jaredwray/airhorn/pull/539
- chore: upgrading tsup to 8.5.1 by @jaredwray in https://github.com/jaredwray/airhorn/pull/540
- chore: upgrading tsup to 8.5.1 by @jaredwray in https://github.com/jaredwray/airhorn/pull/541
v5.1.0
Release
November 6, 2025
- airhorn - chore: removing minify as it causes debugging issues by @jaredwray in https://github.com/jaredwray/airhorn/pull/517
- mono - chore: upgrading vitest to 4.0.7 by @jaredwray in https://github.com/jaredwray/airhorn/pull/518
- mono - chore: upgrading docula to 0.31.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/519
- mono - chore: upgrading @biomejs/biome to 2.3.4 by @jaredwray in https://github.com/jaredwray/airhorn/pull/520
v5.0.12
Release
October 6, 2025
- mono - chore: upgrading typescript to 5.9.3 by @jaredwray in https://github.com/jaredwray/airhorn/pull/503
- mono - chore: upgrading docula to 0.30.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/504
- mono - chore: upgrading biome to 2.2.5 by @jaredwray in https://github.com/jaredwray/airhorn/pull/505
- airhorn - chore: upgrading biome to 2.2.5 by @jaredwray in https://github.com/jaredwray/airhorn/pull/506
v5.0.11
Release
September 6, 2025
- mono - fix: moving to @airhornjs org by @jaredwray in https://github.com/jaredwray/airhorn/pull/491
- mono - fix: updating documentation to @airhornjs by @jaredwray in https://github.com/jaredwray/airhorn/pull/492
- mono - chore: upgrading @biomejs/biome to 2.2.3 by @jaredwray in https://github.com/jaredwray/airhorn/pull/493
- mono - fix: moving packages to build in prepublishOnly by @jaredwray in https://github.com/jaredwray/airhorn/pull/502
v5.0.0
Release
August 26, 2025
- fix: removing unused variable on webhook tests by @jaredwray in https://github.com/jaredwray/airhorn/pull/478
- V5 by @jaredwray in https://github.com/jaredwray/airhorn/pull/479
- mono - fix: updating package.json to work with tsx by @jaredwray in https://github.com/jaredwray/airhorn/pull/480
- aws - feat: adding in @airhorn/aws provider by @jaredwray in https://github.com/jaredwray/airhorn/pull/481
v4.1.9
Release
August 6, 2025
- chore: migrating to @biomejs/biome for lint and formatting by @jaredwray in https://github.com/jaredwray/airhorn/pull/469
- chore: upgrading typescript to 5.9.2 by @jaredwray in https://github.com/jaredwray/airhorn/pull/470
- chore: upgrading twilio to 5.8.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/471
- chore: upgrading mongodb to 6.18.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/472
v4.1.8
Release
July 8, 2025
- fix: updating contributing guidelines to use pnpm by @jaredwray in https://github.com/jaredwray/airhorn/pull/460
- chore: upgrading xo to 1.1.1 by @jaredwray in https://github.com/jaredwray/airhorn/pull/461
- chore: upgrading vitest to 3.2.4 by @jaredwray in https://github.com/jaredwray/airhorn/pull/462
- chore: upgrading twilio to 5.7.2 by @jaredwray in https://github.com/jaredwray/airhorn/pull/463
v4.1.7
Release
June 6, 2025
- chore: updating github actions to use permissions by @jaredwray in https://github.com/jaredwray/airhorn/pull/450
- chore: upgrading xo to 1.0.5 by @jaredwray in https://github.com/jaredwray/airhorn/pull/451
- chore: upgrading vitest to 3.2.2 by @jaredwray in https://github.com/jaredwray/airhorn/pull/452
- chore: upgrading twilio to 5.7.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/453
v4.1.6
Release
May 6, 2025
- chore: upgrading vitest to 3.1.3 by @jaredwray in https://github.com/jaredwray/airhorn/pull/440
- chore: upgrading twilio to 5.6.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/441
- chore: upgrading mongodb to 6.16.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/442
- chore: upgrading firebase-admin to 13.3.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/443
v4.1.5
Release
April 6, 2025
- chore: upgrading typescript to 5.8.3 by @jaredwray in https://github.com/jaredwray/airhorn/pull/431
- chore: upgrading vitest to 3.1.1 by @jaredwray in https://github.com/jaredwray/airhorn/pull/432
- chore: upgrading twilio to 5.5.1 by @jaredwray in https://github.com/jaredwray/airhorn/pull/433
- chore: upgrading mongodb to 6.15.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/434
- chore: upgrading ecto to 4.2.1 by @jaredwray in https://github.com/jaredwray/airhorn/pull/435
v4.1.4
Release
March 6, 2025
- chore: upgrading typescript and tsup to latest by @jaredwray in https://github.com/jaredwray/airhorn/pull/422
- chore: upgrading vitest to 3.0.8 by @jaredwray in https://github.com/jaredwray/airhorn/pull/423
- chore: upgrading twilio to 5.4.5 by @jaredwray in https://github.com/jaredwray/airhorn/pull/424
- chore: upgrading mongodb to 6.14.2 by @jaredwray in https://github.com/jaredwray/airhorn/pull/425
v4.1.3
Release
February 6, 2025
- chore: upgrading vitest to 3.0.5 by @jaredwray in https://github.com/jaredwray/airhorn/pull/414
- chore: upgrading typescript and tsup to latest by @jaredwray in https://github.com/jaredwray/airhorn/pull/415
- chore: upgrading twilio to 5.4.3 by @jaredwray in https://github.com/jaredwray/airhorn/pull/416
- chore: upgrading mongodb to 6.13.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/417
v4.1.2
Release
January 5, 2025
- chore: updating all workflows to use pnpm by @jaredwray in https://github.com/jaredwray/airhorn/pull/405
- chore: upgrading twilio to 5.4.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/406
- chore: upgrading mongodb to 6.12.0 by @jaredwray in https://github.com/jaredwray/airhorn/pull/407
- chore: upgrading firebase-admin to 13.0.2 by @jaredwray in https://github.com/jaredwray/airhorn/pull/408