Skip to content

Commit

Permalink
Version 3.0.14
Browse files Browse the repository at this point in the history
PR-URL: #1962
  • Loading branch information
tshemsedinov committed Feb 12, 2024
1 parent 04ab83b commit 9b72fc4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## [Unreleased][unreleased]

## [3.0.14][] - 2024-02-12

- Fixed API endpoints local queue settings applying
- Worker task execution global timeout implementation
- Reimplement global timeouts.request usage during a Procedure invocation
- Fix worker exit error: catch and restart (e.g. memoy leaks)
- Refactor procedure timeout
- Rewrite `invoke` without ports, including timeouts and thread pool
- Fix timers namespace: due to changes in `node:timers/promises`

## [3.0.13][] - 2023-10-22

Expand Down Expand Up @@ -362,7 +368,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/v3.0.13...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.14...HEAD
[3.0.14]: https://github.com/metarhia/impress/compare/v3.0.13...v3.0.14
[3.0.13]: https://github.com/metarhia/impress/compare/v3.0.12...v3.0.13
[3.0.12]: https://github.com/metarhia/impress/compare/v3.0.11...v3.0.12
[3.0.11]: https://github.com/metarhia/impress/compare/v3.0.10...v3.0.11
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2012-2023 Metarhia contributors
Copyright (c) 2012-2024 Metarhia contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Those features will be implemented in nearest future (3-6 months):

## License & Contributors

Copyright (c) 2012-2023 Metarhia contributors.
Copyright (c) 2012-2024 Metarhia contributors.
See github for full [contributors list](https://github.com/metarhia/impress/graphs/contributors).
Impress Application Server is [MIT licensed](./LICENSE).
Project coordinator: <timur.shemsedinov@gmail.com>
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.0.13",
"version": "3.0.14",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down

0 comments on commit 9b72fc4

Please sign in to comment.