Releases: dosco/graphjin
Releases · dosco/graphjin
v3.18.19
v3.18.18
v3.18.17
v3.18.16
Changelog
- 9590e32 Add managed CodeSQL database support
- 4d144c8 Fix CodeSQL no-cgo build
- 4e5a62e chore: bump version to v3.18.16 [skip-release]
- 522afa3 docs(CONFIG): document uploads, filesystems, federation; expand caching
- 04a5cc0 docs(FEATURES): cover OpenAPI integration alongside remote_api joins
- f227897 docs(FEATURES): cover window functions, uploads, filesystem tables, federation, SWR
- f4ec82b feat(website): redesign landing in Apollo-inspired aesthetic
- d95ada9 feat(website): restore Claude Desktop chat showcase after MCP section
- 2f2489b fix: deploy website from branch pushes
v3.18.15
v3.18.14
Changelog
- 3c44b13 chore: bump version to v3.18.14 [skip-release]
- cafeec9 feat(cache): wire stale-while-revalidate refresh dispatch
- 6ceef21 feat(core): Apollo Federation v2 subgraph SDL + _service handler
- ba074ad feat(qcode,psql): @window directive for SQL window functions
- a33f4ee feat(serv): bump toolchain to Go 1.25 + add GCS filesystem backend
- 087bd1a feat(serv): multipart file uploads (graphql-multipart-request-spec)
- 016186a feat: filesystem virtual tables (local + S3)
- a5b50df feat: stream multipart uploads to filesystem backends
- 8e999e2 refactor(fstable): drop unnecessary import shim and global mutex
v3.18.13
Changelog
- bf3367d chore: bump version to v3.18.13 [skip-release]
- 67ed057 chore: untrack design doc; ignore future re-adds
- 171ae64 docs(openapi): document OpenAPI integration in CONFIG.md
- 20b9cc8 docs(openapi): document expose_top_level and collision defence
- 3be29e0 docs(openapi): fix config filename references in CONFIG.md
- 978d9cb feat(openapi): boot-time collision check + design plan to close pre-existing sdata gaps
- 8cda3fa feat(openapi): config types, spec loader, operation classifier
- 52340a0 feat(openapi): expose_top_level opt-in for non-trailing path params
- 61386b3 feat(openapi): generic resolver, runtime, row-join bridge
- fa9af86 feat(openapi): pluggable auth providers
- 751669a feat(openapi): top-level virtual tables for spec-driven remotes
- e291d4e fix(mongodb): skip SkipTypeRemote roots in multi-root aggregate
- 5e5c054 fix(openapi): match Joins/Operations override keys case-insensitively
- bceb001 fix: mixed root selects + jsn.Filter escape handling
- dee4629 test(openapi): end-to-end loader and bridge integration
- 3829fa7 test(openapi): engine-level row-join test, all dialects
v3.18.12
v3.18.11
Changelog
- 2f01f0f Merge migration: coder/websocket, Go 1.22 ServeMux, SSE subscriptions
- 9427466 Merge remote-tracking branch 'origin/master'
- 1f553e3 chore: bump version to v3.18.11 [skip-release]
- 0e2f82b feat(cmd): add
cli query subscribeSSE client + live tests - 6e95483 feat(serv): migrate to coder/websocket + Go 1.22 ServeMux, add SSE subscriptions
- c060e59 feat(subs): adaptive chunk sizer for subscription poll cycles