Releases: exogee-technology/graphweaver
Releases · exogee-technology/graphweaver
v2.2.2
What's Changed
Fixes / Improvements
- Chore / Realign license in readme file. by @thekevinbrown in #1024
- Initialise Auth CLI command by @steve-keep in #1023
Dependency Version Bumps
- Bump @types/k6 from 0.52.0 to 0.53.0 in /src by @dependabot in #1027
Full Changelog: v2.2.1...v2.2.2
Version 2.2.1
What's Changed
Fixes / Improvements
- Feature / Allow auth context creation from token claims by @thekevinbrown in #1020
- Fix Auth0 Sign Out Button by @steve-keep in #1013
- Fix / Add more turborepo global dependencies by @thekevinbrown in #1006
Dependency Version Bumps
- Bump @apollo/client from 3.11.3 to 3.11.4 in /src by @dependabot in #1011
- Bump tsx from 4.16.5 to 4.17.0 in /src by @dependabot in #1008
- Bump react-resizable-panels from 2.0.22 to 2.0.23 in /src by @dependabot in #1009
- Bump the aws-sdk group in /src with 3 updates by @dependabot in #1014
- Bump vite from 5.3.5 to 5.4.0 in /src by @dependabot in #1004
- Bump graphiql from 3.4.0 to 3.4.1 in /src by @dependabot in #1012
- Bump @apollo/server from 4.10.5 to 4.11.0 in /src by @dependabot in #1010
- Bump @types/node from 22.1.0 to 22.2.0 in /src by @dependabot in #1019
- Bump @graphql-tools/utils from 10.3.4 to 10.5.2 in /src in the graphql-tools group across 1 directory by @dependabot in #1021
- Bump downshift from 9.0.7 to 9.0.8 in /src by @dependabot in #1018
- Bump the mikro-orm group in /src with 5 updates by @dependabot in #1017
Full Changelog: v2.2.0...v2.2.1
Version 2.2.0
What's Changed
New Features
- Auto Configure Auth Routes by @steve-keep in #998
- Feature / Column Level Security by @steve-keep in #975 : Note: We could achieve CLS before with Graphweaver, but this provides more of a built in structure to achieve it without you basically having to build it yourself in your own project.
- Enhancement / Allow configuration of Fastify Instance from start() by @thekevinbrown in #989
Fixes / Improvements
- Fix / Improvement on Action Buttons in Admin UI by @thekevinbrown in #978
- Improvement / Use Aggregation in CSV Export Modal by @thekevinbrown in #979
- Chore / Remove React Data Grid by @thekevinbrown in #988
- Fix / Better Error for Unsupported Relationships by @thekevinbrown in #999
Dependency Version Bumps
- Bump @apollo/client from 3.11.2 to 3.11.3 in /src by @dependabot in #985
- Bump react-router-dom from 6.25.1 to 6.26.0 in /src by @dependabot in #987
- Bump inquirer from 10.1.6 to 10.1.7 in /src by @dependabot in #983
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #981
- Bump luxon from 3.4.4 to 3.5.0 in /src by @dependabot in #982
- Bump aws-cdk-lib from 2.150.0 to 2.151.0 in /src by @dependabot in #984
- Bump inquirer from 10.1.7 to 10.1.8 in /src by @dependabot in #997
- Bump turbo from 2.0.11 to 2.0.12 in /src by @dependabot in #996
- Bump @playwright/test from 1.45.3 to 1.46.0 in /src by @dependabot in #993
- Bump ts-jest from 29.2.3 to 29.2.4 in /src by @dependabot in #995
- Bump @graphql-tools/utils from 10.3.2 to 10.3.3 in /src in the graphql-tools group by @dependabot in #992
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #991
- Bump @tanstack/react-table from 8.19.3 to 8.20.1 in /src by @dependabot in #994
- Bump the mikro-orm group in /src with 5 updates by @dependabot in #1002
- Bump @types/yargs from 17.0.32 to 17.0.33 in /src by @dependabot in #1003
- Bump the aws-sdk group across 1 directory with 3 updates by @dependabot in #1005
- Bump @graphql-tools/utils from 10.3.3 to 10.3.4 in /src in the graphql-tools group by @dependabot in #1001
Full Changelog: v2.1.0...v2.2.0
Version 2.1.0
What's Changed
New Features
- Feature / Add Virtual Entity Support by @thekevinbrown in #970
Fixes / Improvements
- Improvement / More Robust JSON Field / Better Read Only default in Admin Area by @thekevinbrown in #968
- Fix / Read only entity display in admin UI by @thekevinbrown in #973
License Changes
- Chore / Relicense to Apache v2.0 by @thekevinbrown in #977
Docs / Example Changes
- Chore / Add Simpler REST Example by @thekevinbrown in #969
Dependency Version Bumps
- Bump @types/node from 22.0.0 to 22.1.0 in /src by @dependabot in #972
- Bump @graphiql/toolkit from 0.9.1 to 0.9.2 in /src by @dependabot in #964
- Bump turbo from 2.0.10 to 2.0.11 in /src by @dependabot in #963
- Bump tsx from 4.16.3 to 4.16.5 in /src by @dependabot in #961
- Bump the mikro-orm group across 1 directory with 5 updates by @dependabot in #971
- Bump graphiql from 3.3.2 to 3.4.0 in /src by @dependabot in #960
- Bump serverless-offline from 13.6.0 to 14.0.0 in /src by @dependabot in #959
Full Changelog: v2.0.7...v2.1.0
Version 2.0.7
What's Changed
Fixes
- Chore / Consistent Arrows by @thekevinbrown in #932
- Errors thrown from the Auth packages should be generic by @steve-keep in #938
- Fix / Enum Support by @thekevinbrown in #931
- AdminUI Should Require Authentication by Default by @steve-keep in #946
- Fix / Add Type Policy for AggregationResult objects. by @thekevinbrown in #954
- Fix / Introspection for one to one relationships by @thekevinbrown in #955
Additions
- Feature / More welcome pages by @thekevinbrown in #939
- Automatically add Apollo Auth Plugins by @steve-keep in #942
Internal / Build System Fixes
- Fix / Turborepo Pack Cache Location by @thekevinbrown in #925
- Chore / Move to ESM import for Vite React Plugin by @thekevinbrown in #947
- Fix / Restore Federation Example Tests / Chore / Release 2.0.7 by @thekevinbrown in #941
Dependency Version Bumps
- Bump vite from 5.3.4 to 5.3.5 in /src by @dependabot in #929
- Bump typescript from 5.5.3 to 5.5.4 in /src by @dependabot in #928
- Bump downshift from 9.0.6 to 9.0.7 in /src by @dependabot in #937
- Bump mysql2 from 3.10.3 to 3.11.0 in /src by @dependabot in #935
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #933
- Bump @types/node from 20.14.12 to 22.0.0 in /src by @dependabot in #936
- Bump pino from 9.3.1 to 9.3.2 in /src by @dependabot in #930
- Bump node-sqlite3-wasm from 0.8.18 to 0.8.19 in /src by @dependabot in #927
- Bump inquirer from 10.1.2 to 10.1.4 in /src by @dependabot in #940
- Bump the mikro-orm group in /src with 5 updates by @dependabot in #926
- Bump inquirer from 10.1.4 to 10.1.5 in /src by @dependabot in #945
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #943
- Bump the typescript-eslint group in /src with 2 updates by @dependabot in #944
- Bump @apollo/client from 3.11.1 to 3.11.2 in /src by @dependabot in #951
- Bump inquirer from 10.1.5 to 10.1.6 in /src by @dependabot in #952
- Bump vitest from 2.0.4 to 2.0.5 in /src by @dependabot in #953
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #948
- Bump turbo from 2.0.9 to 2.0.10 in /src by @dependabot in #950
- Bump tsx from 4.16.2 to 4.16.3 in /src by @dependabot in #949
Full Changelog: v2.0.6...v2.0.7
Version 2.0.6
What's Changed
New
- Graphweaver Standalone Server Mode by @steve-keep in #920
Bug Fixes
- Fix / Enum Introspection by @thekevinbrown in #923
- Fix / BigInt introspection by @thekevinbrown in #922
- Fix / Allow Subroutes for Active Dashboard Links by Default by @thekevinbrown in #899
- Fix / Switch Vite Entry Point to ESM by @thekevinbrown in #910
- Chore / Derive dependency versions for generated projects from installed package versions by @thekevinbrown in #911
Internal Changes to Graphweaver's Build System
- Experiment / Enable Turborepo Cache by @thekevinbrown in #896
Dependency Version Bumps
- Bump turbo from 2.0.7 to 2.0.9 in /src by @dependabot in #903
- Bump the aws-sdk group across 1 directory with 4 updates by @dependabot in #907
- Bump react-resizable-panels from 2.0.20 to 2.0.21 in /src by @dependabot in #902
- Bump node-sqlite3-wasm from 0.8.17 to 0.8.18 in /src by @dependabot in #897
- Bump inquirer from 10.0.3 to 10.1.0 in /src by @dependabot in #905
- Bump react-resizable-panels from 2.0.20 to 2.0.22 in /src by @dependabot in #906
- Bump ts-jest from 29.2.2 to 29.2.3 in /src by @dependabot in #898
- Bump the typescript-eslint group in /src with 2 updates by @dependabot in #908
- Bump vitest from 2.0.3 to 2.0.4 in /src by @dependabot in #909
- Bump the mikro-orm group in /src with 5 updates by @dependabot in #901
- Bump inquirer from 10.1.0 to 10.1.2 in /src by @dependabot in #917
- Bump @playwright/test from 1.45.2 to 1.45.3 in /src by @dependabot in #915
- Bump typescript from 5.5.3 to 5.5.4 in /src by @dependabot in #914
- Bump the aws-sdk group in /src with 2 updates by @dependabot in #912
- Bump @simplewebauthn/server from 10.0.0 to 10.0.1 in /src in the simplewebauthn group by @dependabot in #913
- Bump @apollo/server from 4.10.4 to 4.10.5 in /src by @dependabot in #918
- Bump aws-cdk-lib from 2.149.0 to 2.150.0 in /src by @dependabot in #916
- Bump @apollo/client from 3.10.8 to 3.11.1 in /src by @dependabot in #919
- Bump @types/node from 20.14.11 to 20.14.12 in /src by @dependabot in #921
Full Changelog: v2.0.5...v2.0.6
Version 2.0.5
What's Changed
- Fix for admin area with providerless entities. by @thekevinbrown in #880
- Deploy AWS using CDK (Serverless Mode) by @steve-keep in #886
Dependency Bumps
- Bump the typescript-eslint group in /src with 2 updates by @dependabot in #876
- Bump vitest from 2.0.2 to 2.0.3 in /src by @dependabot in #877
- Bump pino from 9.2.0 to 9.3.1 in /src by @dependabot in #878
- Bump react-router-dom from 6.24.1 to 6.25.0 in /src by @dependabot in #882
- Bump vite from 5.3.3 to 5.3.4 in /src by @dependabot in #884
- Bump @types/lodash from 4.17.6 to 4.17.7 in /src by @dependabot in #883
- Bump @playwright/test from 1.45.1 to 1.45.2 in /src by @dependabot in #881
- Bump mysql2 from 3.10.2 to 3.10.3 in /src by @dependabot in #885
- Bump @types/node from 20.14.10 to 20.14.11 in /src by @dependabot in #891
- Bump react-router-dom from 6.25.0 to 6.25.1 in /src by @dependabot in #893
- Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 in /src by @dependabot in #892
- Bump turbo from 2.0.6 to 2.0.7 in /src by @dependabot in #890
- Bump inquirer from 10.0.1 to 10.0.2 in /src by @dependabot in #887
- Bump vitest from 2.0.2 to 2.0.3 in /src by @dependabot in #889
- Bump semver from 7.6.2 to 7.6.3 in /src by @dependabot in #888
- Bump inquirer from 10.0.1 to 10.0.3 in /src by @dependabot in #894
Full Changelog: v2.0.4...v2.0.5
Version 2.0.4
What's Changed
Bug Fixes
- Auth0 Login with Redirect by @steve-keep in #875
Dependency Bumps
- Bump prettier from 3.3.2 to 3.3.3 in /src by @dependabot in #874
- Bump @tanstack/react-table from 8.19.2 to 8.19.3 in /src by @dependabot in #873
- Bump @graphql-tools/utils from 10.3.1 to 10.3.2 in /src in the graphql-tools group by @dependabot in #872
Full Changelog: v2.0.3...v2.0.4
Version 2.0.3
What's Changed
Bug Fixes
- Enable Logout on Auth0 by @steve-keep in #869
- Bug Fix / Providerless Entity Relationship Resolution by @thekevinbrown in #870
- Detect Auth Provider Conflict by @steve-keep in #871
Dependency Version Bumps
- Bump ts-jest from 29.2.1 to 29.2.2 in /src by @dependabot in #868
- Bump the aws-sdk group in /src with 5 updates by @dependabot in #867
Full Changelog: v2.0.2...v2.0.3
Version 2.0.2
What's Changed
Fixes / Feature Completion
- Feature / Add Entity Validation by @thekevinbrown in #858
- Feature / Allow configurable origins for CORS plugin by @thekevinbrown in #859
- Feature / Add Resolvable via Federation Option by @thekevinbrown in #860
Dependency Bumps
- Bump vitest from 2.0.1 to 2.0.2 in /src by @dependabot in #863
- Bump @types/node from 20.14.9 to 20.14.10 in /src by @dependabot in #865
- Bump the aws-sdk group in /src with 4 updates by @dependabot in #861
- Bump ts-jest from 29.2.0 to 29.2.1 in /src by @dependabot in #862
Full Changelog: v2.0.1...v2.0.2