Skip to content

Releases: dosco/graphjin

v3.18.19

15 May 10:23

Choose a tag to compare

Changelog

  • 9397331 chore: bump version to v3.18.19 [skip-release]
  • 68c418b feat: add new graph model for catalog, workflows, security, files, and code [major]
  • eb1f429 fix(serv): don't trip source-mode validator on viper defaults

v3.18.18

13 May 09:39

Choose a tag to compare

Changelog

  • 1d17d8e Fix CodeSQL no-cgo build
  • b73a700 Fix OpenAPI and metadata CI failures
  • 91a57bd Repair cache invalidation across sources
  • c7ef530 chore: bump version to v3.18.18 [skip-release]

v3.18.17

11 May 13:51

Choose a tag to compare

Changelog

  • 4524db8 chore: bump version to v3.18.17 [skip-release]
  • 68baf17 feat(openapi): add parameter defaults for operations
  • 915b35f fix(openapi): canonicalise defaults map keys against spec param casing

v3.18.16

11 May 06:15

Choose a tag to compare

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

08 May 21:08

Choose a tag to compare

Changelog

  • f7029a9 chore: bump version to v3.18.15 [skip-release]
  • f8c7b2b feat(qcode,psql): full window-frame grammar + NULLS handling

v3.18.14

08 May 20:45

Choose a tag to compare

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

08 May 17:25

Choose a tag to compare

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

08 May 09:05

Choose a tag to compare

Changelog

  • 097a033 chore: bump version to v3.18.12 [skip-release]
  • 886f0c3 test(subs): add per-message timeout to cursor subscription example

v3.18.11

08 May 07:14

Choose a tag to compare

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 subscribe SSE 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

v3.18.10

29 Apr 16:13

Choose a tag to compare

Changelog

  • 03bf554 chore: bump version to v3.18.10 [skip-release]
  • 6565d0d feat(mcp): teach FK auto-traversal in find_path + metric_by_dimension
  • 6ef6f7e feat(mcp): wrong_dialect arm + JS-runtime MCP wrapper note