diff --git a/CHANGELOG.md b/CHANGELOG.md index 8708d3dc..5d5b1803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## [Unreleased][unreleased] +## [3.2.1][] - 2024-02-12 + +- Added call limits with queue to hooks - Fix conversion of custom thrown exceptions for response to client +- Update dependencies ## [3.2.0][] - 2023-12-10 @@ -265,7 +269,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and binary structures and multiple different ideas originated from JSTP and old protocols like USP and CLEAR. -[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.0...HEAD +[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.1...HEAD +[3.2.1]: https://github.com/metarhia/metacom/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/metarhia/metacom/compare/v3.1.2...v3.2.0 [3.1.2]: https://github.com/metarhia/metacom/compare/v3.1.1...v3.1.2 [3.1.1]: https://github.com/metarhia/metacom/compare/v3.1.0...v3.1.1 diff --git a/LICENSE b/LICENSE index 059d6e5c..5dacf8d5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2023 Metarhia contributors +Copyright (c) 2018-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 diff --git a/README.md b/README.md index af0d63e9..cf79fafe 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,6 @@ async ({ name }) => { ## License & Contributors -Copyright (c) 2018-2023 [Metarhia contributors](https://github.com/metarhia/metacom/graphs/contributors). +Copyright (c) 2018-2024 [Metarhia contributors](https://github.com/metarhia/metacom/graphs/contributors). Metacom is [MIT licensed](./LICENSE).\ Metacom is a part of [Metarhia](https://github.com/metarhia) technology stack. diff --git a/package-lock.json b/package-lock.json index cdf75cb5..273fd091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metacom", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "metacom", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "metautil": "5.2.1", diff --git a/package.json b/package.json index 653bbbcc..176a93f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "3.2.0", + "version": "3.2.1", "author": "Timur Shemsedinov ", "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", "license": "MIT",