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
5 changes: 0 additions & 5 deletions .changeset/@graphql-mesh_cache-redis-8830-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-paths-flow.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/cache/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @graphql-mesh/cache-redis

## 0.105.0

### Minor Changes

- [#8830](https://github.com/ardatan/graphql-mesh/pull/8830)
[`4087109`](https://github.com/ardatan/graphql-mesh/commit/4087109ce6b80a5214bd4e57cbaf924cf338988b)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Add support of OTEL tracing with spans
for Get, Set, Delete and initialisation.

### Patch Changes

- [#8830](https://github.com/ardatan/graphql-mesh/pull/8830)
[`4087109`](https://github.com/ardatan/graphql-mesh/commit/4087109ce6b80a5214bd4e57cbaf924cf338988b)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
- Added dependency
[`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to
`dependencies`)

## 0.104.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/cache-redis",
"version": "0.104.14",
"version": "0.105.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6928,7 +6928,24 @@ __metadata:
languageName: unknown
linkType: soft

"@graphql-mesh/cache-redis@npm:^0.104.14, @graphql-mesh/cache-redis@workspace:packages/cache/redis":
"@graphql-mesh/cache-redis@npm:^0.104.14":
version: 0.104.14
resolution: "@graphql-mesh/cache-redis@npm:0.104.14"
dependencies:
"@graphql-mesh/cross-helpers": "npm:^0.4.10"
"@graphql-mesh/string-interpolation": "npm:0.5.9"
"@graphql-mesh/types": "npm:^0.104.14"
"@whatwg-node/disposablestack": "npm:^0.0.6"
ioredis: "npm:^5.3.2"
ioredis-mock: "npm:^8.13.0"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: "*"
checksum: 10c0/4afe7542ff8d453fca2ba88d8e9dcc3733494484a42eab5c9603f7e8152de630481fd16e264d2136141e08ceedafd415937b35f6ab172c4ac95d6782b945c651
languageName: node
linkType: hard

"@graphql-mesh/cache-redis@workspace:packages/cache/redis":
version: 0.0.0-use.local
resolution: "@graphql-mesh/cache-redis@workspace:packages/cache/redis"
dependencies:
Expand Down