Skip to content

Commit

Permalink
Version 2.6.0
Browse files Browse the repository at this point in the history
PR-URL: #1642
  • Loading branch information
tshemsedinov committed Sep 8, 2021
1 parent 3199bc7 commit 6b5b89a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [2.6.0][] - 2021-09-08

- Allow third party plugins (not only metarhia npm modules)
- Scheduler: return task id from `Scheduler.add(task: Task): Promise<string>`
- Log error and exit process if can't load dependencies
Expand Down Expand Up @@ -202,7 +204,8 @@ 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/v2.5.3...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v2.6.0...HEAD
[2.6.0]: https://github.com/metarhia/impress/compare/v2.5.3...v2.6.0
[2.5.3]: https://github.com/metarhia/impress/compare/v2.5.2...v2.5.3
[2.5.2]: https://github.com/metarhia/impress/compare/v2.5.1...v2.5.2
[2.5.1]: https://github.com/metarhia/impress/compare/v2.5.0...v2.5.1
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
| 2.2.x | :x: |
| 2.3.x | :x: |
| 2.4.x | :x: |
| 2.5.x | :white_check_mark: |
| 2.5.x | :x: |
| 2.6.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "2.5.3",
"version": "2.6.0",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down Expand Up @@ -66,11 +66,11 @@
"node": "^12.9 || 14 || 16"
},
"dependencies": {
"metacom": "^2.0.0",
"metacom": "^2.0.1",
"metaconfiguration": "^2.1.5",
"metalog": "^3.1.3",
"metaschema": "^1.3.3",
"metautil": "^3.5.9",
"metautil": "^3.5.10",
"metavm": "^1.0.3",
"metawatch": "^1.0.4"
},
Expand Down

0 comments on commit 6b5b89a

Please sign in to comment.