Skip to content

Release history

Graphweaver releases

Turn multiple data sources into a single GraphQL API.

All releases

37 shown

Review required
v2.23.0 New feature
Dependencies

Authorization Context access

v2.22.0 Breaking risk
Breaking changes
  • MSAL packages moved from peer to direct dependencies; pnpm users must add overrides configuration
Notable features
  • DB introspection for client-generated primary keys
  • Nested entity creation fixes
Full changelog

What's Changed

Notes

pnpm doesn't respect our peer dependency ranges when installing msal packages. As a result we've had to move the msal packages to direct dependencies of our packages instead of peer dependencies.

If you have your own versions of msal packages installed, you'll need to use pnpm overrides to ensure we resolve to one version.

Fixes

  • EXOGW-476 - Detect clientGeneratedPrimaryKeys during DB introspection by @dgivney-exogee in https://github.com/exogee-technology/graphweaver/pull/2450
  • Fix / Grandchild Nested Create Issue by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2482

Changes

  • Chore / Switched to minio for CI. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2483
  • Chore / Generate Types by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2481

Dependency Version Bumps

  • build(deps): bump @auth0/auth0-spa-js from 2.11.0 to 2.16.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2447
  • build(deps-dev): bump aws-cdk from 2.1105.0 to 2.1106.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2444
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2443
  • build(deps): bump the opentelemetry group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2445
  • build(deps): bump pnpm/action-setup from 4.2.0 to 5.0.0 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2469
  • [Snyk] Security upgrade node from 22.21.0-trixie-slim to 22.22.1-trixie-slim by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2465
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2451
  • build(deps-dev): bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2446
  • build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2462
  • build(deps): bump fastify from 5.7.3 to 5.8.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2470
  • [Snyk] Security upgrade node from 25.5.0-alpine to 25.8.2-alpine by @eddiesholl in https://github.com/exogee-technology/graphweaver/pull/2480
  • build(deps): bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2454
  • build(deps-dev): bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2452

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.21.3...v2.22.0

v2.21.3 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • Added repository config to remaining packages for consistency. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2441

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.21.2...v2.21.3

v2.21.2 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

This version enables NPM trusted publishing. No code changes are present.

  • Switch to trusted publishing. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2437
  • Ensure we have a recent enough version of npm. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2438
  • Adding repository field to package.json files for trusted publishing. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2439

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.21.1...v2.21.2

v2.21.1 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • EXOGW-473 - Check value of ClientGeneratedPrimaryKey when executing a mutation with Nested Entities by @dgivney-exogee in https://github.com/exogee-technology/graphweaver/pull/2415
  • EXOGW-475 - Add support for user defined PrimaryKeys in createOrUpdateMany method for MikroORM by @dgivney-exogee in https://github.com/exogee-technology/graphweaver/pull/2416
  • EXOGW-474 - Fix datatype mismatch when saving array values in Nested Entities by @dgivney-exogee in https://github.com/exogee-technology/graphweaver/pull/2418

Improvements

  • EXOGW-340 - Add a Test Suite for mutations based on Chinook Database by @dgivney-exogee in https://github.com/exogee-technology/graphweaver/pull/2433

Dependency Version Bumps

  • [Snyk] Security upgrade node from 25.4.0-alpine to 25.5.0-alpine by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2403
  • build(deps): bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2401
  • build(deps): bump @apollo/server from 5.2.0 to 5.4.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2408
  • build(deps-dev): bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2397
  • build(deps-dev): bump globals from 16.5.0 to 17.2.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2402
  • build(deps-dev): bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2400
  • build(deps): bump fastify from 5.6.2 to 5.7.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2405
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2396
  • build(deps): bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2411
  • build(deps-dev): bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2410
  • build(deps-dev): bump the aws-cdk group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2417
  • build(deps): bump the react group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2399
  • build(deps): bump the opentelemetry group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2398
  • build(deps): bump @graphql-tools/utils from 10.11.0 to 11.0.0 in /src in the graphql-tools group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2364
  • build(deps): bump jsonwebtoken from 9.0.2 to 9.0.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2424
  • build(deps-dev): bump turbo from 2.7.3 to 2.8.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2423
  • build(deps): bump @vitejs/plugin-react from 5.1.2 to 5.1.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2422
  • build(deps-dev): bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2421
  • build(deps-dev): bump aws-cdk-lib from 2.237.1 to 2.238.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2420
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2419
  • build(deps-dev): bump globals from 17.2.0 to 17.3.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2430
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2427
  • build(deps): bump pino from 10.1.0 to 10.3.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2425
  • build(deps): bump node-sqlite3-wasm from 0.8.52 to 0.8.53 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2429
  • build(deps): bump tedious from 19.2.0 to 19.2.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2428
  • Upgrade @as-integrations and use new export format. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2435

New Contributors

  • @dgivney-exogee made their first contribution in https://github.com/exogee-technology/graphweaver/pull/2415

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.21.0...v2.21.1

v2.21.0 New feature
Notable features
  • Azure Cloud Functions integration
  • Static method hooks support
Full changelog

What's Changed

New Features

  • Feature / Azure Cloud Functions by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2393

Bug Fixes

  • Fix / Hooks on static methods. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2376

Dependency Version Bumps

  • build(deps): bump @vitejs/plugin-react from 5.1.1 to 5.1.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2369
  • build(deps): bump dotenv-cli from 10.0.0 to 11.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2368
  • build(deps): bump tedious from 19.1.3 to 19.2.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2372
  • build(deps): bump @escape.tech/graphql-armor from 3.1.7 to 3.2.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2371
  • build(deps-dev): bump @types/papaparse from 5.3.16 to 5.5.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2373
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2362
  • build(deps): bump inquirer from 13.1.0 to 13.2.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2374
  • build(deps): bump chokidar from 4.0.3 to 5.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2367
  • build(deps-dev): bump @types/k6 from 1.4.0 to 1.5.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2380
  • build(deps): bump json-bigint-patch from 0.0.8 to 0.0.9 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2379
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2377
  • build(deps): bump the opentelemetry group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2365
  • build(deps-dev): bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2363
  • [Snyk] Security upgrade node from 25.0.0-alpine to 25.4.0-alpine by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2392
  • build(deps-dev): bump the aws-cdk group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2391
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2382
  • build(deps): bump motion from 12.23.24 to 12.27.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2387
  • build(deps): bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2366
  • build(deps-dev): bump vitest from 4.0.3 to 4.0.17 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2384
  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2390
  • build(deps-dev): bump @types/lodash from 4.17.21 to 4.17.23 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2385

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.9...v2.21.0

v2.20.9 New feature
Notable features
  • Client-side token refresh mechanism
Full changelog

What's Changed

Improvements

  • Feature / Added client side token refresh by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2343

Dependency Version Bumps

  • build(deps): bump downshift from 9.0.10 to 9.0.12 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2303
  • build(deps): bump @vitejs/plugin-react from 5.1.0 to 5.1.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2301
  • build(deps-dev): bump @types/k6 from 1.3.1 to 1.4.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2300
  • build(deps-dev): bump aws-cdk-lib from 2.230.0 to 2.231.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2297
  • build(deps-dev): bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2299
  • build(deps-dev): bump turbo from 2.5.8 to 2.6.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2308
  • build(deps): bump esbuild from 0.27.0 to 0.27.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2307
  • build(deps): bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2306
  • build(deps): bump tedious from 18.6.1 to 19.1.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2302
  • build(deps): bump the react group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2298
  • build(deps-dev): bump aws-cdk-lib from 2.231.0 to 2.232.1 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2305
  • build(deps-dev): bump aws-cdk from 2.1033.0 to 2.1034.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2309
  • build(deps-dev): bump eslint-plugin-storybook from 9.1.13 to 10.1.7 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2314
  • build(deps-dev): bump globals from 16.4.0 to 16.5.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2313
  • build(deps-dev): bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2310
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2304
  • build(deps): bump zod from 4.1.12 to 4.1.13 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2322
  • build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2318
  • build(deps): bump @graphql-codegen/typescript-operations from 5.0.2 to 5.0.6 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2323
  • build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2317
  • build(deps): bump the react group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2320
  • build(deps-dev): bump the aws-cdk group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2328
  • build(deps-dev): bump storybook from 10.1.7 to 10.1.10 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2330
  • build(deps): bump class-validator from 0.14.2 to 0.14.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2326
  • build(deps-dev): bump typescript-eslint from 8.46.2 to 8.49.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2325
  • build(deps): bump downshift from 9.0.12 to 9.0.13 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2312
  • build(deps): bump graphql from 16.11.0 to 16.12.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2292
  • build(deps-dev): bump the storybook group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2331
  • build(deps): bump zod from 4.1.13 to 4.2.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2327
  • Upgrade Mikro ORM to v6.6.2 by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2332
  • build(deps): bump inquirer from 11.1.0 to 13.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2324
  • build(deps): bump vite from 7.1.12 to 7.3.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2339
  • build(deps): bump validate-npm-package-name from 7.0.0 to 7.0.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2337
  • build(deps-dev): bump turbo from 2.6.3 to 2.7.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2336
  • build(deps-dev): bump @types/lodash from 4.17.20 to 4.17.21 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2340
  • build(deps-dev): bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2334
  • build(deps): bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2335
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2333
  • build(deps): bump xero-node from 13.2.0 to 13.3.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2341
  • build(deps): bump @graphql-codegen/typescript-react-apollo from 4.3.3 to 4.3.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2338
  • build(deps-dev): bump @playwright/test from 1.56.1 to 1.57.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2351
  • build(deps): bump @graphql-codegen/cli from 6.0.1 to 6.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2350
  • build(deps): bump zod from 4.2.0 to 4.3.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2349
  • build(deps): bump @auth0/auth0-spa-js from 2.7.0 to 2.11.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2348
  • build(deps-dev): bump aws-cdk from 2.1100.1 to 2.1100.2 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2345
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2344
  • build(deps): bump react-error-boundary from 6.0.0 to 6.0.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2357
  • build(deps): bump xero-node from 13.3.0 to 13.3.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2356
  • build(deps-dev): bump turbo from 2.7.1 to 2.7.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2355
  • build(deps-dev): bump eslint-plugin-storybook from 10.1.7 to 10.1.11 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2354
  • build(deps): bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2352
  • build(deps): bump node-sqlite3-wasm from 0.8.50 to 0.8.52 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2358
  • build(deps): bump wouter from 3.7.1 to 3.9.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2353
  • build(deps-dev): bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2347

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.8...v2.20.9

v2.20.8 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Bug Fixes

  • Fix / Entra Login by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2295

Dependency Version Bumps

  • build(deps): bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2291
  • build(deps): bump @apollo/server from 5.0.0 to 5.2.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2294
  • build(deps-dev): bump @types/yargs from 17.0.34 to 17.0.35 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2293
  • build(deps-dev): bump aws-cdk-lib from 2.226.0 to 2.230.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2289
  • build(deps-dev): bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2290
  • build(deps): bump @graphql-tools/utils from 10.10.1 to 10.10.3 in /src in the graphql-tools group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2282
  • build(deps): bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2280

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.7...v2.20.8

v2.20.7 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • Fix / Relaxed driver name checks by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2287

Dependency Version Bumps

  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2269
  • Bump @types/yargs from 17.0.33 to 17.0.34 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2265
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2259
  • Bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2260
  • Bump @types/node from 24.9.1 to 24.10.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2262
  • Bump xero-node from 13.1.0 to 13.2.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2274
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2270
  • Bump the opentelemetry group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2268
  • Bump eslint from 9.38.0 to 9.39.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2273
  • Bump the aws-cdk group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2275
  • Bump glob from 11.0.3 to 11.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2276
  • Bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2251
  • build(deps): bump fastify from 5.6.1 to 5.6.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2285
  • build(deps-dev): bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2281
  • build(deps): bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2283
  • Bump esbuild from 0.25.12 to 0.27.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2272
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2286
  • build(deps-dev): bump constructs from 10.4.2 to 10.4.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2284

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.6...v2.20.7

v2.20.6 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • Fix / Serialization of Errors by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2266
  • Fix / Remove unused lockfiles by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2257

Dependency Version Bumps

  • Bump @types/node from 24.8.0 to 24.8.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2217
  • Bump @auth0/auth0-spa-js from 2.6.0 to 2.7.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2216
  • Bump @playwright/test from 1.56.0 to 1.56.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2214
  • Bump pino from 10.0.0 to 10.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2212
  • Bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2210
  • Bump @azure/msal-browser from 4.25.0 to 4.25.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2215
  • Bump eslint-plugin-storybook from 9.1.12 to 9.1.13 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2211
  • Bump @eslint/js from 9.37.0 to 9.38.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2213
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2209
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2228
  • Bump @graphql-codegen/cli from 6.0.0 to 6.0.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2225
  • Bump typescript-eslint from 8.46.1 to 8.46.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2224
  • Bump aws-cdk from 2.1030.0 to 2.1031.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2229
  • Bump vite from 7.1.10 to 7.1.11 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2219
  • [Snyk] Security upgrade node from 18-alpine to 25.0.0-alpine by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2239
  • Bump the opentelemetry group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2223
  • Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2246
  • Bump mysql2 from 3.15.2 to 3.15.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2245
  • [Snyk] Security upgrade node from 22 to 22.21.0-trixie-slim by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2238
  • Bump vitest from 3.2.4 to 4.0.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2247
  • Bump @types/node from 24.8.1 to 24.9.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2226
  • Bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2250
  • Bump aws-cdk-lib from 2.220.0 to 2.221.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2248
  • Bump validate-npm-package-name from 6.0.2 to 7.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2243
  • Bump eslint from 9.37.0 to 9.38.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2218
  • Bump @vitejs/plugin-react from 5.0.4 to 5.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2255
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2249
  • Bump react-syntax-highlighter from 15.6.6 to 16.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2254
  • Bump @tanstack/react-form from 1.23.7 to 1.23.8 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2244
  • Bump vite from 7.1.11 to 7.1.12 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2242
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2252
  • Bump esbuild from 0.25.11 to 0.25.12 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2263
  • Bump @graphql-tools/utils from 10.9.1 to 10.10.0 in /src in the graphql-tools group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2261

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.5...v2.20.6

v2.20.5 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • Fix / Make non-owning side of 1:1 relationships nullable by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2207

Dependency Version Bumps

  • Bump @types/node from 24.7.2 to 24.8.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2206
  • Bump rollup-plugin-visualizer from 6.0.4 to 6.0.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2205
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2203
  • Bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2202
  • Bump eslint-plugin-storybook from 9.1.10 to 9.1.12 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2204

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.4...v2.20.5

v2.20.4 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Bug Fixes

  • Fix / Add missing scalar import on introspection of DateScalar types. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2198

Dependency Version Bumps

  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2200
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2201

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.3...v2.20.4

v2.20.3 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

Dependency Version Bumps

  • Bump motion from 12.23.14 to 12.23.15 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2103
  • Bump eslint-plugin-storybook from 9.1.6 to 9.1.7 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2104
  • Bump ts-jest from 29.4.2 to 29.4.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2102
  • Bump zod from 4.1.9 to 4.1.11 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2112
  • Bump motion from 12.23.15 to 12.23.16 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2113
  • Bump eslint from 9.35.0 to 9.36.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2109
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2105
  • Bump pino from 9.10.0 to 9.11.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2108
  • Bump @tanstack/react-form from 1.21.1 to 1.23.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2110
  • Bump react-day-picker from 9.10.0 to 9.11.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2107
  • Bump @eslint/js from 9.35.0 to 9.36.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2111
  • Bump the mikro-orm group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2106
  • Bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2114
  • Bump ts-jest from 29.4.3 to 29.4.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2115
  • Bump typescript-eslint from 8.44.0 to 8.44.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2121
  • Bump vite from 7.1.6 to 7.1.7 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2120
  • Bump motion from 12.23.16 to 12.23.18 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2118
  • Bump aws-cdk-lib from 2.215.0 to 2.216.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2116
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2117
  • Bump fastify from 5.6.0 to 5.6.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2119
  • Bump @tanstack/react-form from 1.23.0 to 1.23.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2132
  • Bump motion from 12.23.18 to 12.23.21 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2133
  • Bump turbo from 2.5.6 to 2.5.8 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2131
  • Bump eslint-plugin-storybook from 9.1.7 to 9.1.8 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2129
  • Bump @types/k6 from 1.2.0 to 1.3.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2128
  • Bump aws-cdk from 2.1029.2 to 2.1029.3 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2130
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2124
  • Bump pnpm/action-setup from 4.1.0 to 4.2.0 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2146
  • Bump @playwright/test from 1.55.0 to 1.56.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2144
  • Bump motion from 12.23.21 to 12.23.22 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2139
  • Bump xero-node from 13.0.0 to 13.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2138
  • Bump @tanstack/react-form from 1.23.2 to 1.23.6 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2145
  • Bump the aws-cdk group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2143
  • Bump the mikro-orm group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2135
  • Bump the react group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2149
  • Bump the simplewebauthn group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2150
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2122
  • Bump the mikro-orm group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2147
  • Bump typescript-eslint from 8.44.1 to 8.46.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2155
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2151
  • Bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2123
  • Bump @eslint/js from 9.36.0 to 9.37.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2159
  • Bump @types/node from 24.5.2 to 24.7.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2160
  • Bump aws-cdk from 2.1029.4 to 2.1030.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2163
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2162
  • Bump eslint from 9.36.0 to 9.37.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2156
  • Bump typescript from 5.9.2 to 5.9.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2154
  • Bump @types/k6 from 1.3.0 to 1.3.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2153
  • Bump mysql2 from 3.15.0 to 3.15.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2158
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2157
  • Bump the opentelemetry group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2148
  • Bump ts-jest from 29.4.4 to 29.4.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2164
  • Bump @tanstack/react-form from 1.23.6 to 1.23.7 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2168
  • Bump rollup-plugin-visualizer from 6.0.3 to 6.0.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2166
  • Bump tsx from 4.20.5 to 4.20.6 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2165
  • Bump jest from 30.1.3 to 30.2.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2152
  • Bump @graphql-codegen/typescript from 5.0.0 to 5.0.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2169
  • Bump zod from 4.1.11 to 4.1.12 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2170
  • Bump @types/node from 24.7.0 to 24.7.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2171
  • Bump node-sqlite3-wasm from 0.8.49 to 0.8.50 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2172
  • Bump react-day-picker from 9.11.0 to 9.11.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2167
  • Bump motion from 12.23.22 to 12.23.24 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2179
  • Bump dotenv from 17.2.2 to 17.2.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2177
  • Bump @vitejs/plugin-react from 5.0.3 to 5.0.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2176
  • Bump semver from 7.7.2 to 7.7.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2175
  • Bump @apollo/federation-subgraph-compatibility from 2.2.1 to 2.2.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2173
  • Bump @graphql-codegen/typescript-operations from 5.0.0 to 5.0.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2180
  • Bump eslint-plugin-storybook from 9.1.8 to 9.1.10 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2185
  • Bump @as-integrations/fastify from 3.0.0 to 3.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2186
  • Bump @azure/msal-browser from 4.23.0 to 4.25.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2187
  • Bump pino from 9.11.0 to 10.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2181
  • Bump @types/react-dom from 19.2.1 to 19.2.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2184
  • Bump @as-integrations/aws-lambda from 3.1.0 to 4.0.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2178
  • Bump @auth0/auth0-spa-js from 2.4.1 to 2.5.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2183
  • Bump vite from 7.1.7 to 7.1.9 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2174
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2190
  • Bump aws-cdk-lib from 2.219.0 to 2.220.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2189
  • Bump esbuild from 0.25.10 to 0.25.11 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2194
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2193
  • Bump vite from 7.1.9 to 7.1.10 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2192
  • Bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2188
  • Bump typescript-eslint from 8.46.0 to 8.46.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2191
  • Bump the mikro-orm group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2182
  • Bump graphql-scalars from 1.24.2 to 1.25.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2195

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.2...v2.20.3

v2.20.2 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

Changes / Fixes

  • Chore / Remove unused dependencies by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2064
  • Fix: Always include selected options at the top of the list by @mackcheesman in https://github.com/exogee-technology/graphweaver/pull/2066

Dependency Version Bumps

  • Bump @azure/msal-browser from 4.22.0 to 4.22.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2059
  • Bump zod from 4.1.5 to 4.1.8 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2062
  • Bump @auth0/auth0-spa-js from 2.3.0 to 2.4.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2058
  • Bump the aws-sdk group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2065
  • Bump @graphql-codegen/cli from 5.0.7 to 6.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2029
  • Bump @apollo/server from 4.12.2 to 5.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1951
  • Bump @types/node from 24.3.1 to 24.4.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2074
  • Bump react-resizable-panels from 3.0.5 to 3.0.6 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2069
  • Bump the simplewebauthn group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2070
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2072
  • Bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2067
  • Bump eslint-plugin-storybook from 9.1.5 to 9.1.6 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2071
  • Bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2073
  • Bump typescript-eslint from 8.43.0 to 8.44.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2077
  • Bump ts-jest from 29.4.1 to 29.4.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2078
  • Bump @types/react from 19.1.12 to 19.1.13 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2081
  • Bump globals from 16.3.0 to 16.4.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2076
  • Bump @tanstack/react-form from 1.19.5 to 1.20.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2075
  • Bump motion from 12.23.12 to 12.23.13 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2079
  • Bump @types/node from 24.4.0 to 24.5.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2080
  • Bump mysql2 from 3.14.5 to 3.15.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2086
  • Bump @tanstack/react-form from 1.20.0 to 1.21.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2087
  • Bump react-day-picker from 9.9.0 to 9.10.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2088
  • Bump aws-cdk from 2.1029.1 to 2.1029.2 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2083
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2082
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2085
  • Bump @simplewebauthn/server from 13.2.0 to 13.2.1 in /src in the simplewebauthn group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2084
  • Bump the aws-sdk group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2089
  • Bump node-sqlite3-wasm from 0.8.48 to 0.8.49 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2091
  • Bump @types/node from 24.5.1 to 24.5.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2092
  • Bump motion from 12.23.13 to 12.23.14 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2093
  • Bump the mikro-orm group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2090
  • Bump zod from 4.1.8 to 4.1.9 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2097
  • Bump pino from 9.9.5 to 9.10.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2096
  • Bump esbuild from 0.25.9 to 0.25.10 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2095
  • Bump @azure/msal-browser from 4.22.1 to 4.23.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2094
  • Bump @vitejs/plugin-react from 4.3.4 to 5.0.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1965
  • Bump vite from 7.1.5 to 7.1.6 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2099
  • Bump @vitejs/plugin-react from 5.0.2 to 5.0.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2098
  • Bump @playwright/test from 1.49.1 to 1.55.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1915

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.1...v2.20.2

v2.20.1 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

  • Fix: Use arrow keys to manipulate combobox by @mackcheesman in https://github.com/exogee-technology/graphweaver/pull/2055
  • Fix / Visual consistency in Count Relationship Behaviour links by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2049

Dependency Version Bumps

  • Bump pino from 9.9.1 to 9.9.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2053
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2052
  • Bump @tanstack/react-form from 1.19.4 to 1.19.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2054
  • Bump the opentelemetry group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2051

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.20.0...v2.20.1

v2.20.0 New feature
Notable features
  • Count relationship behaviour
Full changelog

What's Changed

New Features

  • Feature / Count relationship behaviour by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2046

Fixes

  • Fix / Relationship Filter sometimes doesn't show filter value on deep links by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2047
  • Fix: Link Field breaks on null values when a readonly entity field is null. by @mackcheesman in https://github.com/exogee-technology/graphweaver/pull/2020

Dependency Version Bumps

  • Bump globals from 16.0.0 to 16.3.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2016
  • Bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2017
  • Bump @types/react-dom from 19.1.7 to 19.1.9 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2015
  • Bump @types/semver from 7.7.0 to 7.7.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2014
  • Bump the opentelemetry group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2019
  • Bump the aws-sdk group in /src with 5 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2022
  • Bump aws-cdk from 2.1028.0 to 2.1029.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2023
  • Bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2025
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2026
  • Bump yargs from 17.7.2 to 18.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2000
  • Bump @types/node from 24.3.0 to 24.3.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2027
  • Bump eslint-plugin-storybook from 9.1.4 to 9.1.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2032
  • Bump fastify from 5.5.0 to 5.6.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2030
  • Bump @azure/msal-browser from 4.21.1 to 4.22.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2031
  • Bump @graphql-codegen/typescript from 4.1.6 to 5.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2028
  • Bump eslint from 9.34.0 to 9.35.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2033
  • Bump luxon from 3.7.1 to 3.7.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2036
  • Bump node-sqlite3-wasm from 0.8.47 to 0.8.48 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2034
  • Bump @graphql-codegen/typescript-operations from 4.6.1 to 5.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2035
  • Bump vite from 7.1.4 to 7.1.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2037
  • Bump tiptap-markdown from 0.8.10 to 0.9.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2040
  • Bump @tanstack/react-form from 1.19.3 to 1.19.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2039
  • Bump @eslint/js from 9.34.0 to 9.35.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2038
  • Bump mysql2 from 3.14.4 to 3.14.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2045
  • Bump typescript-eslint from 8.42.0 to 8.43.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2044
  • Bump the aws-sdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2041
  • Bump @graphql-codegen/add from 5.0.3 to 6.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2043

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.10...v2.20.0

v2.19.10 Bug fix

Added placeholder to numeric filter input for consistency with other filter types.

Full changelog

What's Changed

  • Fix / Add placeholder for numeric filter to match other filter inputs. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2012

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.9...v2.19.10

v2.19.9 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes / Changes

  • Fix / Allow many to many filters for relationship filters. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2009
  • Chore / Silence Dotenv by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/2011

Dependency Version Bumps

  • Bump pino from 9.9.0 to 9.9.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2008
  • Bump @tanstack/react-form from 1.19.2 to 1.19.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2006
  • Bump @floating-ui/dom from 1.7.3 to 1.7.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2005
  • Bump rollup-plugin-visualizer from 5.14.0 to 6.0.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2007

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.8...v2.19.9

v2.19.8 New feature
Notable features
  • Relationship Filters and Fields infinite scroll and search
  • Tree shaking improvements
Full changelog

What's Changed

Fixes / Improvements

  • Fix / Admin UI list page should not use cached data by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1933
  • Relationship Filters and Fields infinite scroll + search by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1964
  • Fix / Blank spaces in filter bar by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1968
  • Fix / Date Filter Styling by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1970
  • Fix / Show selected items in combo box by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1967
  • Tree shaking improvements by @twestos in https://github.com/exogee-technology/graphweaver/pull/1969
  • Fix: ComboBox improvements by @mackcheesman in https://github.com/exogee-technology/graphweaver/pull/1998
  • Fix / Remove Extraneous Logging by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1979

Dependency Version Bumps

  • Bump react-error-boundary from 5.0.0 to 6.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1939
  • Bump mysql2 from 3.14.0 to 3.14.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1941
  • Bump turbo from 2.4.4 to 2.5.6 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1937
  • Bump react-day-picker from 9.6.4 to 9.9.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1935
  • Bump @apollo/federation-subgraph-compatibility from 2.2.0 to 2.2.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1940
  • Bump esbuild from 0.25.1 to 0.25.9 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1944
  • Bump xero-node from 10.0.0 to 13.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1936
  • Bump wouter from 3.6.0 to 3.7.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1942
  • Bump react-syntax-highlighter from 15.6.1 to 15.6.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1946
  • Bump @types/lodash from 4.17.16 to 4.17.20 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1945
  • Bump typescript-eslint from 8.29.1 to 8.41.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1943
  • Bump node-sqlite3-wasm from 0.8.37 to 0.8.47 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1938
  • Bump ts-jest from 29.4.0 to 29.4.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1934
  • Bump @azure/msal-browser from 4.8.0 to 4.21.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1947
  • Bump @graphql-codegen/typescript-react-apollo from 4.3.2 to 4.3.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1954
  • Bump @escape.tech/graphql-armor from 3.1.2 to 3.1.7 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1952
  • Bump graphql-query-complexity from 1.0.0 to 1.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1950
  • Bump @chialab/esbuild-plugin-html from 0.18.2 to 0.19.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1949
  • Bump the aws-sdk group in /src with 5 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1948
  • Bump @graphql-codegen/near-operation-file-preset from 3.0.0 to 3.1.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1953
  • Bump luxon and @types/luxon in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1955
  • Bump class-validator from 0.14.1 to 0.14.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1961
  • Bump react-syntax-highlighter from 15.6.5 to 15.6.6 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1963
  • Bump prettier from 3.5.3 to 3.6.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1957
  • Bump @types/k6 from 1.1.1 to 1.2.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1956
  • Bump papaparse and @types/papaparse in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1960
  • Bump @auth0/auth0-spa-js from 2.1.3 to 2.3.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1959
  • Bump react-resizable-panels from 2.1.7 to 3.0.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1962
  • Bump pino from 9.6.0 to 9.9.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1958
  • Bump the aws-sdk group in /src with 5 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1974
  • Bump jest from 30.0.4 to 30.1.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1972
  • Bump react-hot-toast from 2.5.2 to 2.6.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1973
  • Bump eslint-config-prettier from 10.1.1 to 10.1.8 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1971
  • Bump typescript from 5.8.3 to 5.9.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1977
  • Bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1975
  • Bump zod from 4.0.10 to 4.1.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1980
  • Bump motion from 12.23.6 to 12.23.12 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1981
  • Bump @azure/msal-browser from 4.21.0 to 4.21.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1982
  • Bump dotenv from 16.4.7 to 17.2.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1978
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1985
  • Bump eslint from 9.23.0 to 9.34.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1984
  • Bump @types/node from 22.13.10 to 24.3.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1986
  • Bump the storybook group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1987
  • Bump tsx from 4.19.3 to 4.20.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1983
  • Bump dotenv from 17.2.1 to 17.2.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1990
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1989
  • Bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1988
  • Bump eslint-plugin-storybook from 9.1.3 to 9.1.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1991
  • Bump @eslint/js from 9.24.0 to 9.34.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1996
  • Bump jest from 30.1.2 to 30.1.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1992
  • Bump @types/react from 19.1.10 to 19.1.12 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1997
  • Bump typescript-eslint from 8.41.0 to 8.42.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1993
  • Bump mysql2 from 3.14.3 to 3.14.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2002
  • Bump pg from 8.13.3 to 8.16.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1999
  • Bump concurrently from 9.1.2 to 9.2.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2003
  • Bump vite from 6.3.5 to 7.1.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/2001

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.6...v2.19.7

v2.19.6 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • Dropdowns do not render correctly when filter bar is scrolled horizontally by @twestos in https://github.com/exogee-technology/graphweaver/pull/1930
  • Layout component fixes by @twestos in https://github.com/exogee-technology/graphweaver/pull/1931

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.5...v2.19.6

v2.19.5 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • CSV export: Use entity schema to choose summaryField, instead of rely on label by @eddiesholl in https://github.com/exogee-technology/graphweaver/pull/1927

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.4...v2.19.5

v2.19.4 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • More fixes to get entity edit panel working for relationships by @eddiesholl in https://github.com/exogee-technology/graphweaver/pull/1916

Dependency Version Bumps

  • Bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1903
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1893
  • Bump fastify from 5.4.0 to 5.5.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1914
  • Bump semver from 7.7.1 to 7.7.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1913
  • Bump the storybook group in /src with 9 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1902
  • Bump the opentelemetry group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1879
  • Bump the react group in /src with 4 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1868
  • Bump the simplewebauthn group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1756
  • Bump validate-npm-package-name from 6.0.0 to 6.0.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1925
  • Bump aws-cdk from 2.1025.0 to 2.1026.0 in /src in the aws-cdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1918
  • Bump downshift from 9.0.9 to 9.0.10 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1921
  • Bump the aws-sdk group in /src with 5 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1917
  • Bump dotenv-cli from 8.0.0 to 10.0.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1920
  • Bump esbuild-css-modules-plugin from 3.1.4 to 3.1.5 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1924
  • Bump @okta/okta-auth-js from 7.11.1 to 7.14.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1922
  • Bump the tiptap group in /src with 3 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1919

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.3...v2.19.4

v2.19.3 Bug fix

Fixed schema truncation when printing.

Full changelog

What's Changed

  • Fix / Avoid truncation when printing schema by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1911

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.2...v2.19.3

v2.19.2 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes / Improvements

  • Fix / Add error message for invalid auth method config by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1900
  • Fix / Ensure full flush before close on printing schema by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1909

Dependency Version Bumps

  • Bump graphql from 16.10.0 to 16.11.0 in /src by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1900
  • Bump @tanstack/react-form from 1.11.1 to 1.19.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1898
  • Bump graphql-parse-resolve-info from 4.13.0 to 4.14.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1889
  • Upgrade to Graphiql v4 by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1908
  • Bump @tanstack/react-table from 8.21.2 to 8.21.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1904
  • Bump the aws-sdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1905

Internal Chores

  • Chore / Group storybook Dependabot updates into one PR by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1901

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.1...v2.19.2

v2.19.1 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • Nullable mutation inputs by @eddiesholl in https://github.com/exogee-technology/graphweaver/pull/1888

Dependency Version Bumps

  • Bump glob from 11.0.1 to 11.0.3 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1886
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1890

Internal Improvenments

  • Chore / Add dependabot group for TipTap by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1891

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.19.0...v2.19.1

v2.19.0 Breaking risk
Breaking changes
  • Fastify upgraded from v4 to v5; may cause breakage for deep Fastify integrations or Node <20 environments
Notable features
  • Form state helpers exposed to custom components
Full changelog

What's Changed

Note: This release bumps from Fastify v4 to Fastify v5. If you deploy using our Fastify integration (instead of Lambda) and deeply integrate with Fastify, or on Node <20 this release may cause breakage to your environment. We have not marked this as a major release as while Graphweaver does allow you to completely customise the Fastify configuration, we can't fully support a migration path in these cases. Only consume this update after testing.

If you are using our Lambda deployment strategy this does not apply to you, and you can consume this update without concern.

New Features

  • Feature: Expose form state helpers to custom components by @mackcheesman in https://github.com/exogee-technology/graphweaver/pull/1881

Dependency Version Bumps

  • Bump the aws-sdk group in /src with 5 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1877
  • Chore / Bump Fastify by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1882
  • Bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1878

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.18.0...v2.19.0

v2.18.0 Breaking risk
Notable features
  • Detail-panel form handling improvements
  • CSV export customization per entity
  • Date, timezone, currency field decorators
Full changelog

What's Changed

Note: This release enables Many to Many relationships in the Admin UI. If your ACLs do not prevent edits, this may expose info you didn't want to expose to users, but this information was already accessible via the API to these users, so we have not considered this a breaking change. If you have any concerns please create an issue or reach out to us on slack.

New Features

  • Improve detail-panel form handling for relationships by @eddiesholl in https://github.com/exogee-technology/graphweaver/pull/1875

Dependency Version Bumps

  • Bump @storybook/manager-api from 8.6.12 to 8.6.14 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1869
  • Bump the aws-sdk group in /src with 5 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1873
  • Bump jest and @types/jest in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1833
  • Bump the nivo group in /src with 6 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1827

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.17.7...v2.18.0

v2.17.7 Breaking risk
Breaking changes
  • Database drivers changed from optional dependencies to optional peer dependencies; requires explicit installation
Full changelog

What's Changed

Note: This release changes database drivers from optional dependencies to optional peer dependencies. If your project was generated by graphweaver init and graphweaver import this will have no effect on you, but if you're suddenly getting dependency errors it's because optional dependencies are automatically installed, while optional peer dependencies need to be specifically installed by your project to be available to Graphweaver.

If you have any trouble with this create an issue and we'll work through it quickly!

Fixes

  • Fix / Secrets Manager SDK is required even when not using the secret ARN feature. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1853
  • Fix / Make drivers optional peer dependencies instead of optional dependencies by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1854
  • Increased timeout on fuzzy tests, also allowed prettier to run on file. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1860
  • Fix / Remove unnecessary logging. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1866
  • Fix / Let windows catch its breath in CI / Test Process by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1867

Dependency Version Bumps

  • Bump the aws-cdk group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1852
  • Bump motion from 12.16.0 to 12.23.6 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1851
  • Bump the aws-sdk group in /src with 5 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1855
  • Bump @graphql-tools/utils from 10.8.6 to 10.9.1 in /src in the graphql-tools group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1856
  • Bump the aws-sdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1857
  • Bump @aws-sdk/client-lambda from 3.848.0 to 3.851.0 in /src in the aws-sdk group by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1861
  • Bump vitest from 3.0.9 to 3.2.4 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1858
  • Bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1862
  • Bump zod from 3.24.4 to 4.0.10 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1864

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.17.6...v2.17.7

v2.17.6 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • Fix / Boolean Field always shows "1 selected" when set to either true or false. by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1847

Dependency Version Bumps

  • Bump the aws-sdk group in /src with 5 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1844

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.17.5...v2.17.6

v2.17.5 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

Fixes

  • Fix / Redirect too aggressive on forgotten password by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1842

Dependency Version Bumps

  • Bump the aws-sdk group in /src with 5 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1825
  • Bump decimal.js from 10.5.0 to 10.6.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1828
  • Bump @graphql-codegen/cli from 5.0.6 to 5.0.7 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1830
  • Bump @types/jsonwebtoken from 9.0.9 to 9.0.10 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1832
  • Bump ts-jest from 29.2.6 to 29.4.0 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1829
  • Bump the aws-cdk group in /src with 2 updates by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1826
  • Bump @types/k6 from 1.0.2 to 1.1.1 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1836
  • Bump @apollo/server from 4.11.3 to 4.12.2 in /src by @dependabot[bot] in https://github.com/exogee-technology/graphweaver/pull/1838

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.17.4...v2.17.5

v2.17.4 Bug fix

Fixed introspection of entities with only a single primary key.

Full changelog

What's Changed

  • Fix / Introspection of entities with only single primary key by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1822

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.17.3...v2.17.4

v2.17.3 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

  • Fix / Misleading error message by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1818
  • Updating minio example docs by @eddiesholl in https://github.com/exogee-technology/graphweaver/pull/1819
  • Improvement / More Tolerant Introspection by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1820

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.17.2...v2.17.3

v2.17.2 Bug fix

Filters are now properly cleaned before being passed to providers.

Full changelog

What's Changed

  • Fix / Clean Filters Before Passing to Providers by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1815
  • Chore / Reduce Logging Noise by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1817

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.17.1...v2.17.2

v2.17.1 Maintenance

Minor fixes and improvements.

Full changelog

Note: This release only affects our internal housekeeping and ability to publish packages. v2.17.0 and v2.17.1 are identical for people who use Graphweaver in their projects.

What's Changed

  • Fix / Mark SQL Server Example as Private by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1812

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.17.0...v2.17.1

v2.17.0 New feature
Notable features
  • Beta support for SQL Server
Full changelog

What's Changed

New Features

  • Feature / Beta support for SQL Server by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1809

Fixes

  • Fix capitalisation error in form component by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1808
  • Implemented fixes to select component and form component by @twestos in https://github.com/exogee-technology/graphweaver/pull/1810

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.16.1...v2.17.0

v2.16.1 Breaking risk

Minor fixes and improvements.

Full changelog

What's Changed

  • Bug/filter bar query fixes by @twestos in https://github.com/exogee-technology/graphweaver/pull/1806

Note: In this PR we also removed the limitation of only having 5 filters per entity, so now all fields are filterable unless they're explicitly marked with { adminUIOptions: { hideInFilterBar: true }}.

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.16.0...v2.16.1

v2.16.0 New feature
Notable features
  • Customizable CSV exports per entity
  • Date, timezone, and currency field decorators
  • Storybook setup for component testing
Full changelog

What's Changed

New Features

  • Feature / Customise CSV Exports per Entity by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1803
  • Date, timezone and currency support added to field decorators by @twestos in https://github.com/exogee-technology/graphweaver/pull/1805

Internal Features

  • Feature: storybook setup by @twestos in https://github.com/exogee-technology/graphweaver/pull/1800 (Find the storybook here: https://storybook.graphweaver.com/)

Improvements

  • EXOGW-445: Throw errors when graphql-codegen fails to load a GQL document by @mackcheesman in https://github.com/exogee-technology/graphweaver/pull/1801
  • Resolve an error with double creation of children in certain scenarios by @twestos in https://github.com/exogee-technology/graphweaver/pull/1793
  • Fix / SonarQube fixes by @thekevinbrown in https://github.com/exogee-technology/graphweaver/pull/1802

Full Changelog: https://github.com/exogee-technology/graphweaver/compare/v2.15.3...v2.16.0

Beta — feedback welcome: [email protected]