Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(backoff): handle backoff strategy as function #1463

Merged
merged 1 commit into from Oct 10, 2022

Conversation

roggervalf
Copy link
Collaborator

BREAKING CHANGE: object mapping is replaced by single function

object mapping is replaced by single function

BREAKING CHANGE: object mapping is replaced by single function
@roggervalf roggervalf changed the base branch from master to devel-3.0 October 5, 2022 02:21
@roggervalf roggervalf merged commit f8ad21c into devel-3.0 Oct 10, 2022
@roggervalf roggervalf deleted the change-backoff-strategy branch October 10, 2022 14:17
manast pushed a commit that referenced this pull request Oct 25, 2022
BREAKING CHANGE: object mapping is replaced by single function
github-actions bot pushed a commit that referenced this pull request Oct 25, 2022
# [3.0.0](v2.4.0...v3.0.0) (2022-10-25)

### Bug Fixes

* **backoff:** handle backoff strategy as function ([#1463](#1463)) ([3640269](3640269))
* **repeat:** remove cron in favor of pattern option ([#1456](#1456)) ([3cc150e](3cc150e))

### Features

* add support for dynamic rate limiting ([2d51d2b](2d51d2b))
* **rate-limit:** remove group key support and improve global rate limit ([81f780a](81f780a))

### BREAKING CHANGES

* **rate-limit:** limit by group keys has been removed in favor
of a much simpler and efficent rate-limit implementation.
* **backoff:** object mapping is replaced by single function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants