Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
Closes: #1409

PR-URL: #1611
  • Loading branch information
tshemsedinov committed Jul 22, 2021
1 parent 3dfa816 commit cd7952c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 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.5.0][] - 2021-07-22

- Rework scheduler, use `every` syntax
- Run scheduler in separate thread
- Use `Semaphore` to organize task queue in scheduler thread
Expand Down Expand Up @@ -180,7 +182,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.4.3...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v2.5.0...HEAD
[2.5.0]: https://github.com/metarhia/impress/compare/v2.4.3...v2.5.0
[2.4.3]: https://github.com/metarhia/impress/compare/v2.4.2...v2.4.3
[2.4.2]: https://github.com/metarhia/impress/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/metarhia/impress/compare/v2.4.0...v2.4.1
Expand Down
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
| 2.0.x | :x: |
| 2.1.x | :x: |
| 2.2.x | :x: |
| 2.3.x | :white_check_mark: |
| 2.3.x | :x: |
| 2.4.x | :x: |
| 2.5.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
24 changes: 12 additions & 12 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.4.3",
"version": "2.5.0",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down Expand Up @@ -68,9 +68,9 @@
"dependencies": {
"metacom": "^1.8.1",
"metaconfiguration": "^2.1.4",
"metalog": "^3.1.2",
"metalog": "^3.1.3",
"metaschema": "^1.3.3",
"metautil": "^3.5.7",
"metautil": "^3.5.8",
"metavm": "^1.0.3",
"metawatch": "^1.0.4"
},
Expand Down

0 comments on commit cd7952c

Please sign in to comment.