Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/fifty-wasps-double.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nervous-badgers-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-tables-return.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/slimy-suns-happen.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tender-birds-thank.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cache-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @soluble/cache-e2e-tests

## 0.5.0

### Minor Changes

- [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Introduce ConnectionInterface, remove getStorage (BC)

* [`5990f14`](https://github.com/soluble-io/cache-interop/commit/5990f148e3b8e2614c09a6ac0ff99c2c2ab67fd0) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Add close() method for ConnectionInterface

- [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Adapter constructors accepts a dsn as string

* [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Adapter constructor now requires options (BC)

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cache-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@soluble/cache-e2e-tests",
"private": true,
"description": "E2E tests for cache-interop",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
]
},
"devDependencies": {
"@soluble/dsn-parser": "^1.2.0",
"@soluble/dsn-parser": "^1.3.0",
"@types/ioredis": "^4.17.10",
"ioredis": "^4.19.4"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/cache-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @soluble/cache-interop

## 0.5.0

### Minor Changes

- [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Introduce ConnectionInterface, remove getStorage (BC)

* [`5990f14`](https://github.com/soluble-io/cache-interop/commit/5990f148e3b8e2614c09a6ac0ff99c2c2ab67fd0) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Add close() method for ConnectionInterface

- [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Adapter constructors accepts a dsn as string

* [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Adapter constructor now requires options (BC)

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-interop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/cache-interop",
"description": "Async cache interop contracts",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-interop",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions packages/cache-ioredis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @soluble/cache-ioredis

## 0.5.0

### Minor Changes

- [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Introduce ConnectionInterface, remove getStorage (BC)

* [`5990f14`](https://github.com/soluble-io/cache-interop/commit/5990f148e3b8e2614c09a6ac0ff99c2c2ab67fd0) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Add close() method for ConnectionInterface

- [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Adapter constructors accepts a dsn as string

* [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Adapter constructor now requires options (BC)

### Patch Changes

- Updated dependencies [[`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f), [`5990f14`](https://github.com/soluble-io/cache-interop/commit/5990f148e3b8e2614c09a6ac0ff99c2c2ab67fd0), [`3e3c2af`](https://github.com/soluble-io/cache-interop/commit/3e3c2af8dbdf99c4f1feb2826f220f205ac65c9c), [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f), [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f)]:
- @soluble/cache-interop@0.5.0
- @soluble/dsn-parser@1.3.0

## 0.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cache-ioredis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/cache-ioredis",
"description": "IORedis cache interop adapter",
"version": "0.4.1",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-ioredis",
"repository": {
Expand Down Expand Up @@ -56,8 +56,8 @@
]
},
"dependencies": {
"@soluble/cache-interop": "^0.4.2",
"@soluble/dsn-parser": "^1.2.0"
"@soluble/cache-interop": "^0.5.0",
"@soluble/dsn-parser": "^1.3.0"
},
"devDependencies": {
"@types/ioredis": "^4.17.10",
Expand Down
17 changes: 17 additions & 0 deletions packages/cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @soluble/cache-node-redis

## 0.5.0

### Minor Changes

- [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Introduce ConnectionInterface, remove getStorage (BC)

* [`5990f14`](https://github.com/soluble-io/cache-interop/commit/5990f148e3b8e2614c09a6ac0ff99c2c2ab67fd0) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Add close() method for ConnectionInterface

- [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Adapter constructors accepts a dsn as string

* [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Adapter constructor now requires options (BC)

### Patch Changes

- Updated dependencies [[`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f), [`5990f14`](https://github.com/soluble-io/cache-interop/commit/5990f148e3b8e2614c09a6ac0ff99c2c2ab67fd0), [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f), [`83de083`](https://github.com/soluble-io/cache-interop/commit/83de083c47bc1650c5c0b48163992f5bafb7345f)]:
- @soluble/cache-interop@0.5.0

## 0.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/cache-redis",
"description": "Node redis cache interop adapter",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-redis",
"repository": {
Expand Down Expand Up @@ -57,7 +57,7 @@
]
},
"dependencies": {
"@soluble/cache-interop": "^0.4.2"
"@soluble/cache-interop": "^0.5.0"
},
"devDependencies": {
"@types/redis": "^2.8.28",
Expand Down
6 changes: 6 additions & 0 deletions packages/dsn-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soluble/dsn-parser

## 1.3.0

### Minor Changes

- [`3e3c2af`](https://github.com/soluble-io/cache-interop/commit/3e3c2af8dbdf99c4f1feb2826f220f205ac65c9c) [#72](https://github.com/soluble-io/cache-interop/pull/72) Thanks [@belgattitude](https://github.com/belgattitude)! - Add assertParsableDsn assertion

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/dsn-parser",
"description": "Utility parser for DSN",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/dsn-parser",
"repository": {
Expand Down