Skip to content

Commit

Permalink
Version 3.2.1
Browse files Browse the repository at this point in the history
PR-URL: #491
  • Loading branch information
tshemsedinov committed Feb 12, 2024
1 parent 40433f5 commit 47d3b35
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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) 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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": "metacom",
"version": "3.2.0",
"version": "3.2.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down

0 comments on commit 47d3b35

Please sign in to comment.