Consolidated Release (v1.23.3+)
This release consolidates all changes from v1.23.4 through v1.23.7.
Highlights
- Docker image support for
linux/arm/v7was removed. - Docker base image switched to
node:lts-alpine. - Unused
sqlitedependency was removed (sqlite3remains in use). - GitHub Actions release pipeline was refactored for parallel architecture builds and later aligned to
amd64+arm64only. - Explicit GitHub Actions token permissions were added.
Key commits included
26a9d6eci: drop armv7 docker buildsf7b33a5chore: bump version to 1.23.6 and use node lts alpineafc194cchore: remove unused sqlite dependency from package filesfb204a1ci: add explicit workflow token permissions17c4bebci: rename workflows and parallelize release builds by architecture