Skip to content

Commit

Permalink
Version Packages (#710)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 23, 2024
1 parent 2741752 commit f060e65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/slimy-suns-melt.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cache-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @neshca/cache-handler

## 1.6.0

### Minor Changes

- 7b2abf9: Refactor search index creation in the `redis-stack` Handler

#### Minor Changes

##### `@neshca/cache-handler/redis-stack`

- Move search index creation to revalidateTag method:
- Ensure index existence before searching by creating it inside revalidateTag with a randomized name to avoid collisions
- Allow synchronous Handler creation without waiting for the client to connect

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neshca/cache-handler",
"version": "1.5.1",
"version": "1.6.0",
"description": "Next.js self-hosting simplified.",
"keywords": [
"cache",
Expand Down

0 comments on commit f060e65

Please sign in to comment.