Releases: exogee-technology/graphweaver
Releases · exogee-technology/graphweaver
Version 2.10.2
What's Changed
Fixes
- Fix/related entities loading each in a separate query by @juan871003 in #1510
Dependency Version Bumps
- Bump esbuild from 0.24.0 to 0.24.2 in /src by @dependabot in #1505
- Bump @types/lodash from 4.17.13 to 4.17.14 in /src by @dependabot in #1503
- Bump esbuild-css-modules-plugin from 3.1.2 to 3.1.4 in /src by @dependabot in #1504
New Contributors
- @juan871003 made their first contribution in #1510
Full Changelog: v2.10.1...v2.10.2
Version 2.10.1
What's Changed
Fixes
- Fix / Logging in with expired tokens does not work by @thekevinbrown in #1501
Dependency Version Bumps
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #1498
- Bump the aws-cdk group across 1 directory with 2 updates by @dependabot in #1497
Full Changelog: v2.10.0...v2.10.1
Version 2.10.0
What's Changed
New Features
- Feature / Okta Auth by @thekevinbrown in #1493
Fixes
- Fix / Expand Vite peer dep range to include v6. by @thekevinbrown in #1474
- Fix / Declare
graphql
peer dependency. by @thekevinbrown in #1475
Dependency Version Bumps
- Bump @tanstack/react-table from 8.20.5 to 8.20.6 in /src by @dependabot in #1476
- Bump the opentelemetry group in /src with 6 updates by @dependabot in #1468
- Bump the mikro-orm group across 1 directory with 5 updates by @dependabot in #1466
- Bump @playwright/test from 1.49.0 to 1.49.1 in /src by @dependabot in #1479
- Bump @graphql-tools/utils from 10.6.4 to 10.7.0 in /src in the graphql-tools group by @dependabot in #1477
- Bump @azure/msal-browser from 3.27.0 to 3.28.0 in /src by @dependabot in #1478
- Bump react and @types/react in /src by @dependabot in #1473
- Bump globals from 15.13.0 to 15.14.0 in /src by @dependabot in #1485
- Bump dotenv-cli from 7.4.4 to 8.0.0 in /src by @dependabot in #1484
- Bump pino from 9.5.0 to 9.6.0 in /src by @dependabot in #1482
- Bump the aws-cdk group in /src with 2 updates by @dependabot in #1481
- Bump concurrently from 9.1.0 to 9.1.2 in /src by @dependabot in #1489
- Bump rollup-plugin-visualizer from 5.12.0 to 5.13.1 in /src by @dependabot in #1487
- Bump mysql2 from 3.11.5 to 3.12.0 in /src by @dependabot in #1488
- Bump @graphql-tools/utils from 10.7.0 to 10.7.1 in /src in the graphql-tools group by @dependabot in #1486
- Bump @apollo/client from 3.12.2 to 3.12.4 in /src by @dependabot in #1495
- Bump @graphql-tools/utils from 10.7.1 to 10.7.2 in /src in the graphql-tools group by @dependabot in #1494
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #1490
Full Changelog: v2.9.10...v2.10.0
v2.9.10
What's Changed
Fixes
- Fix / Correctly differentiate between creates and updates with numeric primary key by @thekevinbrown in #1471
Dependency Version Bumps
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #1467
Full Changelog: v2.9.9...v2.9.10
Version 2.9.9
What's Changed
Fixes
- Fix / Add AWS sdk v3 to list of externals for builder. by @thekevinbrown in #1464
- Fix / Do not update generated primary key fields by @thekevinbrown in #1463
Dependency Version Bumps
- Bump the aws-cdk group in /src with 2 updates by @dependabot in #1462
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #1461
Full Changelog: v2.9.8...v2.9.9
Version 2.9.8
What's Changed
- feat: Expose admin UI website cors setting via CDK wrapper by @eddiesholl in #1459
Version Bumps
- Bump @graphql-tools/utils from 10.6.2 to 10.6.4 in /src in the graphql-tools group by @dependabot in #1456
- Bump @eslint/js from 9.16.0 to 9.17.0 in /src by @dependabot in #1457
Full Changelog: v2.9.7...v2.9.8
Version 2.9.7
What's Changed
Fixes
- Expose config option for allowed origins by @eddiesholl in #1455
- Fix / Move CDK to Peer Dependencies by @thekevinbrown in #1453
Dependency Version Bumps
- Bump typescript-eslint from 8.17.0 to 8.18.0 in /src by @dependabot in #1446
- Bump serverless-offline from 14.3.4 to 14.4.0 in /src by @dependabot in #1448
- Bump the aws-sdk group across 1 directory with 5 updates by @dependabot in #1450
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #1451
- Bump the aws-cdk group in /src with 2 updates by @dependabot in #1452
Full Changelog: v2.9.6...v2.9.7
Version 2.9.6
What's Changed
Fixes
- Fix / Allow Bigint for dataloader by @thekevinbrown in #1443
Dependency Version Bumps
- Bump vite from 6.0.2 to 6.0.3 in /src by @dependabot in #1441
- Bump the opentelemetry group in /src with 6 updates by @dependabot in #1432
Full Changelog: v2.9.5...v2.9.6
Version 2.9.5
What's Changed
Additions
- Add Ask AI in README by @royaljain in #1429
Fixes
- Fix / Schema Generation for Custom Mutations and Queries with list return types. by @thekevinbrown in #1437
- Fix typo in link. by @thekevinbrown in #1430
New Contributors
- @royaljain made their first contribution in #1429
Dependency Version Bumps
- Bump @apollo/client from 3.11.10 to 3.12.2 in /src by @dependabot in #1436
- Bump the aws-cdk group in /src with 2 updates by @dependabot in #1431
Full Changelog: v2.9.4...v2.9.5
Version 2.9.4
What's Changed
Fixes
- Fix / Race condition on database connection by @thekevinbrown in #1427
Dependency Version Bumps
- Bump the aws-sdk group in /src with 2 updates by @dependabot in #1422
- Bump @graphql-tools/utils from 10.6.1 to 10.6.2 in /src in the graphql-tools group by @dependabot in #1423
- Bump prettier from 3.4.1 to 3.4.2 in /src by @dependabot in #1426
- Bump dotenv from 16.4.6 to 16.4.7 in /src by @dependabot in #1425
- Bump dataloader from 2.2.2 to 2.2.3 in /src by @dependabot in #1424
Full Changelog: v2.9.3...v2.9.4