Skip to content

Commit 47d3b35

Browse files
committed
Version 3.2.1
PR-URL: #491
1 parent 40433f5 commit 47d3b35

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.2.1][] - 2024-02-12
6+
7+
- Added call limits with queue to hooks
58
- Fix conversion of custom thrown exceptions for response to client
9+
- Update dependencies
610

711
## [3.2.0][] - 2023-12-10
812

@@ -265,7 +269,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
265269
binary structures and multiple different ideas originated from JSTP and old
266270
protocols like USP and CLEAR.
267271

268-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.0...HEAD
272+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.1...HEAD
273+
[3.2.1]: https://github.com/metarhia/metacom/compare/v3.2.0...v3.2.1
269274
[3.2.0]: https://github.com/metarhia/metacom/compare/v3.1.2...v3.2.0
270275
[3.1.2]: https://github.com/metarhia/metacom/compare/v3.1.1...v3.1.2
271276
[3.1.1]: https://github.com/metarhia/metacom/compare/v3.1.0...v3.1.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2023 Metarhia contributors
3+
Copyright (c) 2018-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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ async ({ name }) => {
102102

103103
## License & Contributors
104104

105-
Copyright (c) 2018-2023 [Metarhia contributors](https://github.com/metarhia/metacom/graphs/contributors).
105+
Copyright (c) 2018-2024 [Metarhia contributors](https://github.com/metarhia/metacom/graphs/contributors).
106106
Metacom is [MIT licensed](./LICENSE).\
107107
Metacom is a part of [Metarhia](https://github.com/metarhia) technology stack.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacom",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"author": "Timur Shemsedinov <[email protected]>",
55
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
66
"license": "MIT",

0 commit comments

Comments
 (0)