Sourced from express's releases.
v5.1.0
What's Changed
- Update captains by
@UlisesGasconin expressjs/express#6027- build: Node.js 23.0 by
@bjohansebasin expressjs/express#6075- Add funding field (v5) by
@bjohansebasin expressjs/express#6064- ✅ add discarded middleware test by
@ctcpipin expressjs/express#5819- update homepage link http to https by
@bjohansebasin expressjs/express#5920- Improve readme by
@bjohansebasin expressjs/express#5994- Add bjohansebas as repo captain for expressjs.com by
@crandmckin expressjs/express#6058- Remove Object.setPrototypeOf polyfill by
@Phillip9587in expressjs/express#6081- fix(buffer): use node:buffer instead of safe-buffer by
@bhavya3024in expressjs/express#6071- docs: Add DCO by
@UlisesGasconin expressjs/express#6048- cleanup: remove promise support check from tests by
@Phillip9587in expressjs/express#6148- Use loop for acceptParams by
@blakeembreyin expressjs/express#6066- Improve documentation step in release process by
@bjohansebasin expressjs/express#6150- cleanup: remove unnecessary require for global Buffer by
@Phillip9587in expressjs/express#6146- cleanup: remove AsyncLocalStorage check by
@Phillip9587in expressjs/express#6147- update history.md for acceptParams change by
@jonchurchin expressjs/express#6177- docs: add
@rxmarblesto the triage team by@UlisesGasconin expressjs/express#6151- refactor: improve readability by
@sazk07in expressjs/express#6173- docs: clarify the security process in the triage role by
@bjohansebasin expressjs/express#6217- chore: replace
methodsdependency with standard library by@jonkoopsin expressjs/express#6196- Remove
utils-mergedependency - use spread syntax instead by@Phillip9587in expressjs/express#6091- fix(securite): fix vulnerabilities by
@Abdel-Monaam-Aouiniin expressjs/express#6211- refactor: prefix built-in node module imports by
@slagiewkain expressjs/express#6236- fix: remove download size badges by
@wesleytoddin expressjs/express#6266- Remove unused
depddependency by@jonkoopsin expressjs/express#6197- fix: usage of
Invalid action input 'persist-credentials'foractions/setup-node@v4inci.ymlby@hamirmahalin expressjs/express#6256- Add support for OSSF scorecard reporting by
@UlisesGasconin expressjs/express#5431- docs: add
@Phillip9587to the triage team by@bjohansebasin expressjs/express#6276- fix: added a missing semicolon in css styles in examples/auth by
@pr4j3shin expressjs/express#6297- docs: include team email in the security policy by
@UlisesGasconin expressjs/express#6278- refactor: simplify
normalizeTypesfunction by@Ayoub-Mabroukin expressjs/express#6097- ci: updated github actions ci workflow by
@Phillip9587in expressjs/express#6314- ci: fix npm install --include typo by
@Phillip9587in expressjs/express#6324- ci: updated scorecard actions by
@Phillip9587in expressjs/express#6322- build(deps): use carat notation for dependency versions by
@dpopp07in expressjs/express#6317- chore(deps): update
debugto ^4.4.0 by@Phillip9587in expressjs/express#6313- docs: retroactively note 5.0.0-beta.1 api change in history file by
@dpopp07in expressjs/express#6333- feat(deps): body-parser@^2.1.0 by
@wesleytoddin expressjs/express#6332- feat(deps): router@^2.1.0 by
@wesleytoddin expressjs/express#6331- Update repo captains by
@UlisesGasconin expressjs/express#6234- deps: upgrade nyc by
@agungjatiin expressjs/express#6122- fix (deps): update deps by
@wesleytoddin expressjs/express#6337- response: add support for ETag option in res.sendFile by
@juanarbolin expressjs/express#6073- Update multiple links to use
httpsinstead ofhttpby@Phillip9587in expressjs/express#6338- Extend res.links() to allow adding multiple links with the same rel #2729 by
@andveain expressjs/express#4885- docs: update emeritus triagers by
@UlisesGasconin expressjs/express#6345- docs: update guidance for triager nominations by
@bjohansebasin expressjs/express#6349- docs: clarify guidelines for becoming a committer by
@bjohansebasin expressjs/express#6364
... (truncated)
Sourced from express's changelog.
5.1.0 / 2025-03-31
- Add support for
Uint8Arrayinres.send()- Add support for ETag option in
res.sendFile()- Add support for multiple links with the same rel in
res.links()- Add funding field to package.json
- perf: use loop for acceptParams
- refactor: prefix built-in node module imports
- deps: remove
setprototypeof- deps: remove
safe-buffer- deps: remove
utils-merge- deps: remove
methods- deps: remove
depd- deps:
debug@^4.4.0- deps:
body-parser@^2.2.0- deps:
router@^2.2.0- deps:
content-type@^1.0.5- deps:
finalhandler@^2.1.0- deps:
qs@^6.14.0- deps:
server-static@2.2.0- deps:
type-is@2.0.15.0.1 / 2024-10-08
- Update
cookiesemver lock to address CVE-2024-477645.0.0 / 2024-09-10
- remove:
path-is-absolutedependency - usepath.isAbsoluteinstead- breaking:
res.status()accepts only integers, and input must be greater than 99 and less than 1000
- will throw a
RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.for inputs outside this range- will throw a
TypeError: Invalid status code: ${code}. Status code must be an integer.for non integer inputs- deps: send@1.0.0
res.redirect('back')andres.location('back')is no longer a supported magic string, explicitly usereq.get('Referrer') || '/'.- change:
res.clearCookiewill ignore user providedmaxAgeandexpiresoptions- deps: cookie-signature@^1.2.1
- deps: debug@4.3.6
- deps: merge-descriptors@^2.0.0
- deps: serve-static@^2.1.0
- deps: qs@6.13.0
- deps: accepts@^2.0.0
- deps: mime-types@^3.0.0
application/javascript=>text/javascript- deps: type-is@^2.0.0
- deps: content-disposition@^1.0.0
... (truncated)
cd7d439
5.1.04c4f3ea
fix(deps): serve-static@^2.2.0 (#6418)cb4c56e
fix(docs): remove @mertcanaltin
from Triagers (#6408)7b44e1d
ci: use full SHAs for github action versionseb6d125
deps: router@^2.2.0 (#6417)f1a2dc8
deps: type-is@^2.0.1 (#6420)6b51e8e
deps: body-parser@^2.2.0 (#6419)1f311c5
build(deps-dev): bump cookie-session from 2.0.0 to 2.1.0 (#6399)9e97144
feat(deps): finalhandler@2.1.0 (#6373)29d0980
build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#6397)Sourced from nodemon's releases.
v3.1.10
3.1.10 (2025-04-23)
Bug Fixes
v3.1.9
3.1.9 (2024-12-13)
Bug Fixes
- maintain backward support for
exitcrash(9c9de6e)v3.1.8
3.1.8 (2024-12-13)
Bug Fixes
- types updated (cb91187)
297c7c7
fix: update types and jsdocs (#2232)f7661d9
chore: website8fc12e8
Merge branch 'main' of github.com:remy/nodemon8b535a0
chore: fix JQ rendering for site59d5350
chore: website9954aff
chore: websited147fb6
chore: website53d2dfd
chore: website60f1474
chore: websiteaf51f77
Merge branch 'main' of github.com:remy/nodemonSourced from @antora/cli's
changelog.
= Antora Changelog
This document provides a summary of all notable changes to the core Antora components by release. For a detailed view of what's changed, refer to the repository's https://gitlab.com/antora/antora/commits/main[commit history].
This project utilizes semantic versioning.
== Unreleased
=== Added
- page-composer: Add
fileproperty to UI model of page that resolves to raw virtual file of page (#1165)- page-composer: Add built-in
resolveResourceUI helper to resolve raw virtual file of resource by reference (#1167)=== Changed
- page-composer:
resolvePageandresolvePageURLhelpers resolve current page when called with no arguments (#1166)=== Fixed
- page-composer: Fix crash if
resolvePageorresolvePageURLhelpers are called with no arguments- asciidoc-loader: Restore support for relative path token for include file in example or partial family (#1173)
== 3.2.0-alpha.8 (2024-12-05)
=== Changed
- content-aggregator: Don't apply camelCase transformation to descendant keys of the
extkey in component version descriptor (#1145)- content-aggregator: Include
-segment in edit URL for file hosted on gitlab.com to avoid redirct- Apply code formatting changes to comply with biome toolchain (#1157)
- Add directory property to repository entry in package files
- Upgrade
@antora/expand-path-helperto 3.0.x (content-aggregator, ui-loader, file-publisher, logger)- Upgrade
@antora/user-require-helperto 3.0.x (content-aggregator, asciidoc-loader, file-publisher, site-generator, cli)=== Fixed
- content-aggregator: Gracefully handle case when value of nav key in component version descriptor is not an array (#1147)
- page-composer: Use navtitle as content of orphan breadcrumb entry instead of doctitle (aka page title) (#1159)
- site-generator: Fully support static register method on Class or Object exported by extension (#1158)
== 3.2.0-alpha.7 (2024-12-05)
Release failed.
== 3.2.0-alpha.6 (2024-07-23)
=== Changed
- Replace "AsciiDoc extension" with "Asciidoctor extension" in log messages
... (truncated)
854ac81
release 3.1.10af08e08
fix issue references on what's new page43cdee8
fix broken internal reference on images page36207a5
add section to images page to document how to make a link to an
imageca6a33d
improve introduction of images and attachment by mentioning use of xref
macro3bab6c6
mention that xref can be used to create a link to an imagec741759
update what's new page for upcoming 3.1.10 release5742a22
fix issue references in CHANGELOG [skip ci]6b67ddc
allow coverage npm script to be run per package and document how to
invoke it...6280687
use curl to fetch the release script instead of wget [skip ci]Sourced from @antora/site-generator-default's
changelog.
= Antora Changelog
This document provides a summary of all notable changes to the core Antora components by release. For a detailed view of what's changed, refer to the repository's https://gitlab.com/antora/antora/commits/main[commit history].
This project utilizes semantic versioning.
== Unreleased
=== Added
- page-composer: Add
fileproperty to UI model of page that resolves to raw virtual file of page (#1165)- page-composer: Add built-in
resolveResourceUI helper to resolve raw virtual file of resource by reference (#1167)=== Changed
- page-composer:
resolvePageandresolvePageURLhelpers resolve current page when called with no arguments (#1166)=== Fixed
- page-composer: Fix crash if
resolvePageorresolvePageURLhelpers are called with no arguments- asciidoc-loader: Restore support for relative path token for include file in example or partial family (#1173)
== 3.2.0-alpha.8 (2024-12-05)
=== Changed
- content-aggregator: Don't apply camelCase transformation to descendant keys of the
extkey in component version descriptor (#1145)- content-aggregator: Include
-segment in edit URL for file hosted on gitlab.com to avoid redirct- Apply code formatting changes to comply with biome toolchain (#1157)
- Add directory property to repository entry in package files
- Upgrade
@antora/expand-path-helperto 3.0.x (content-aggregator, ui-loader, file-publisher, logger)- Upgrade
@antora/user-require-helperto 3.0.x (content-aggregator, asciidoc-loader, file-publisher, site-generator, cli)=== Fixed
- content-aggregator: Gracefully handle case when value of nav key in component version descriptor is not an array (#1147)
- page-composer: Use navtitle as content of orphan breadcrumb entry instead of doctitle (aka page title) (#1159)
- site-generator: Fully support static register method on Class or Object exported by extension (#1158)
== 3.2.0-alpha.7 (2024-12-05)
Release failed.
== 3.2.0-alpha.6 (2024-07-23)
=== Changed
- Replace "AsciiDoc extension" with "Asciidoctor extension" in log messages
... (truncated)
854ac81
release 3.1.10af08e08
fix issue references on what's new page43cdee8
fix broken internal reference on images page36207a5
add section to images page to document how to make a link to an
imageca6a33d
improve introduction of images and attachment by mentioning use of xref
macro3bab6c6
mention that xref can be used to create a link to an imagec741759
update what's new page for upcoming 3.1.10 release5742a22
fix issue references in CHANGELOG [skip ci]6b67ddc
allow coverage npm script to be run per package and document how to
invoke it...6280687
use curl to fetch the release script instead of wget [skip ci]0fd8b9c
release 3.1.12e413f50
update what's new for upcoming 3.1.12 release02d1fc2
populate what's new page for upcoming 3.1.11 release [skip ci]b034946
refresh dependency lock file418f9c0
backport fix for #1179 skip check
for remote branches in non-managed reposito...93a1719
remove unused remoteName parameter in selectStartPaths function1475f94
move credential URLs to separate section on private repository auth
pageea02909
clarify that credentials entry with repository path takes
precedencedb94567
show full code for system git credential manager to make it easier to
copy; s...c865d4e
clarify that the require helper has a fallback0fd8b9c
release 3.1.12e413f50
update what's new for upcoming 3.1.12 release02d1fc2
populate what's new page for upcoming 3.1.11 release [skip ci]b034946
refresh dependency lock file418f9c0
backport fix for #1179 skip check
for remote branches in non-managed reposito...93a1719
remove unused remoteName parameter in selectStartPaths function1475f94
move credential URLs to separate section on private repository auth
pageea02909
clarify that credentials entry with repository path takes
precedencedb94567
show full code for system git credential manager to make it easier to
copy; s...c865d4e
clarify that the require helper has a fallback