Skip to content

Commit dfb2fe2

Browse files
committed
chore: releases
1 parent 6b01e1c commit dfb2fe2

6 files changed

Lines changed: 10 additions & 21 deletions

File tree

.changeset/hip-streets-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-carrots-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/some-pumas-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-bananas-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/bentocache/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# bentocache
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- c932ac5: Disable TTL Autopurge du driver memoire. It allows to avoid overflow errors when a TTL of +25 days is set. See issue [#61](https://github.com/Julien-R44/bentocache/issues/61) for more information.
8+
- 0a2b25c: Fix `has` returning `true` on entries previously deleted by tag (see #64). The `has` method now relies on the driver's internal `get` method instead of `has`. This means the driver's `has` implementation is no longer used, and if you maintain a custom driver, you can safely remove it.
9+
- 6b01e1c: Fix knex driver throwing an error when quickly disconnecting from the database after application start. See https://github.com/adonisjs/cache/issues/12#issuecomment-2791372837
10+
- 73d25cd: Update clear method to use SCAN instead of KEYS for non-blocking. Also replace `del` commands with `unlink` since this is non blocking.
11+
312
## 1.2.1
413

514
### Patch Changes

packages/bentocache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bentocache",
33
"type": "module",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "Multi-tier cache module for Node.js. Redis, Upstash, CloudfareKV, File, in-memory and others drivers",
66
"author": "Julien Ripouteau <julien@ripouteau.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)