Skip to content

Commit

Permalink
Version 3.0.0-alpha.3
Browse files Browse the repository at this point in the history
PR-URL: #1763
  • Loading branch information
tshemsedinov committed Jul 26, 2022
1 parent a911979 commit 68b8df9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 30 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [3.0.0-alpha.3][] - 2022-07-26

- Handle application init errors
- Stop worker on start handler failure
- Stop process on worker failure
Expand Down Expand Up @@ -282,8 +284,9 @@ 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

[unreleased]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.2...HEAD
[3.0.0-alpha.1]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.3...HEAD
[3.0.0-alpha.3]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
[3.0.0-alpha.2]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
[3.0.0-alpha.1]: https://github.com/metarhia/impress/compare/v2.6.10...v3.0.0-alpha.1
[2.6.10]: https://github.com/metarhia/impress/compare/v2.6.9...v2.6.10
[2.6.9]: https://github.com/metarhia/impress/compare/v2.6.8...v2.6.9
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down Expand Up @@ -66,18 +66,18 @@
"node": "14 || 16 || 18"
},
"dependencies": {
"metacom": "^3.0.0-alpha.2",
"metacom": "^3.0.0-alpha.3",
"metaconfiguration": "^2.1.8",
"metalog": "^3.1.9",
"metaschema": "^2.0.2",
"metaschema": "^2.1.0",
"metautil": "^3.5.21",
"metavm": "^1.2.1",
"metawatch": "^1.0.6"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/node": "^18.6.1",
"@types/ws": "^8.5.3",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand Down

0 comments on commit 68b8df9

Please sign in to comment.