Skip to content

Commit 9b72fc4

Browse files
committed
Version 3.0.14
PR-URL: #1962
1 parent 04ab83b commit 9b72fc4

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.0.14][] - 2024-02-12
6+
57
- Fixed API endpoints local queue settings applying
68
- Worker task execution global timeout implementation
79
- Reimplement global timeouts.request usage during a Procedure invocation
10+
- Fix worker exit error: catch and restart (e.g. memoy leaks)
11+
- Refactor procedure timeout
12+
- Rewrite `invoke` without ports, including timeouts and thread pool
13+
- Fix timers namespace: due to changes in `node:timers/promises`
814

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

@@ -362,7 +368,8 @@ First generation of application server with following features
362368
- Connection drivers for database engines: MongoDB, PgSQL, Oracle, MySQL
363369
- Support GeoIP, health monitoring, task scheduling, server-side templating
364370

365-
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.13...HEAD
371+
[unreleased]: https://github.com/metarhia/impress/compare/v3.0.14...HEAD
372+
[3.0.14]: https://github.com/metarhia/impress/compare/v3.0.13...v3.0.14
366373
[3.0.13]: https://github.com/metarhia/impress/compare/v3.0.12...v3.0.13
367374
[3.0.12]: https://github.com/metarhia/impress/compare/v3.0.11...v3.0.12
368375
[3.0.11]: https://github.com/metarhia/impress/compare/v3.0.10...v3.0.11

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012-2023 Metarhia contributors
3+
Copyright (c) 2012-2024 Metarhia contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Those features will be implemented in nearest future (3-6 months):
110110

111111
## License & Contributors
112112

113-
Copyright (c) 2012-2023 Metarhia contributors.
113+
Copyright (c) 2012-2024 Metarhia contributors.
114114
See github for full [contributors list](https://github.com/metarhia/impress/graphs/contributors).
115115
Impress Application Server is [MIT licensed](./LICENSE).
116116
Project coordinator: <[email protected]>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"author": "Timur Shemsedinov <[email protected]>",
55
"description": "Enterprise application server for Node.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)