Skip to content

Commit

Permalink
Version 3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Jun 25, 2022
1 parent cd520c7 commit ba5265d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## [Unreleased][unreleased]

- Fix shutdown while initialization
## [3.0.0-alpha.1][] - 2022-06-25

- Worker-based multitenancy implementation
- Update to metaschema v2.x
- Initial integration bus implementation (new place `application/bus`)
- Fix shutdown while initialization

## [2.6.10][] - 2022-05-09

Expand Down Expand Up @@ -270,7 +273,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.6.10...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.0-alpha.1...HEAD
[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
[2.6.8]: https://github.com/metarhia/impress/compare/v2.6.7...v2.6.8
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| 2.4.x | :x: |
| 2.5.x | :x: |
| 2.6.x | :white_check_mark: |
| 3.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion 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": "2.6.10",
"version": "3.0.0-alpha.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down

0 comments on commit ba5265d

Please sign in to comment.