Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.1.1][] - 2025-09-21

- Fix TypeError: domain.enter is not a function
- Remove node:repl from autoloaded dependencies
- Remove node:sea from autoloaded dependencies

## [3.1.0][] - 2025-09-20

- Migrate from metatests to Node.js native test runner
Expand Down Expand Up @@ -397,6 +403,7 @@ First generation of application server with following features
- Connection drivers for database engines: MongoDB, PgSQL, Oracle, MySQL
- Support GeoIP, health monitoring, task scheduling, server-side templating

[3.1.1]: https://github.com/metarhia/impress/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/metarhia/impress/compare/v3.0.18...v3.1.0
[3.0.18]: https://github.com/metarhia/impress/compare/v3.0.17...v3.0.18
[3.0.17]: https://github.com/metarhia/impress/compare/v3.0.16...v3.0.17
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "3.1.0",
"version": "3.1.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down
Loading