Releases: geersch/retry
Releases · geersch/retry
v0.4.1
- Updated development dependencies.
- Resolved a security issue related to the
micromatch
dependency (GHSA-952p-6rrq-rcjv). - Updated
vitest
to2.0.5
. - Migrated to ESLint 9.
- ...etc.
- Resolved a security issue related to the
View changes on GitHub
v0.4.0
- Switched from Jest to Vitest. Removes
ip
development dependency (CVE-2023-42282). - Updated development dependencies.
View changes on GitHub
v0.3.2
- Updated development dependencies to fix CVE-2024-29041.
v0.3.1
- Updated
ip
development dependency to fix CVE-2023-42282.
View changes on GitHub
v0.3.0
v0.2.5
- Maintenance, updated development dependencies.
View changes on GitHub
v0.2.4
- Maintenance, updated development dependencies.
View changes on GitHub
v0.2.3
- Updated the peer dependencies of
@geersch/nestjs-retry
to ensure compatibility with NestJS versions9.x.x
and10.0.4
and above.
It is now recommended to use NestJS versions10.0.4
and above, as earlier versions of NestJS 10 contained a bug that caused the interceptor to malfunction.
- Updated development dependencies.
View changes on GitHub
v0.2.2
- Switched
@geersch/retry
from Vitest to Jest. - Updated GitHub Action to verify code base using node.js
20.x
. - Updated development dependencies.