From 982aebb9251019d5c32bd3ba6c4d24402ca205de Mon Sep 17 00:00:00 2001 From: Ismail bennis Date: Thu, 14 Dec 2023 14:52:03 +0100 Subject: [PATCH] :bookmark: New version 1.1.7 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2026261..06b1ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index bb4ec39..78f9d86 100644 --- a/package.json +++ b/package.json @@ -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",