Skip to content

Commit

Permalink
🔖 New version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail bennis committed Dec 14, 2023
1 parent e3f10f7 commit 982aebb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2023-12-14
### Changed
- Introducing the RateLimiter class implementing a sliding window algorithm, enhancing control over execution frequency within a specified time range.
- Adding new functionalities including wait intervals and shot registration, ensuring compliance with defined limits and improving system efficiency.


## [1.1.6] - 2023-12-03
### Changed
Adding async generators support in order to handle async complex tasks.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-chain-fr/asyncbatch",
"version": "1.1.6",
"version": "1.1.7",
"description": "Asynchronously process task batches",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit 982aebb

Please sign in to comment.