Skip to content

Releases: dosco/graphjin

v3.16.2

10 Apr 09:02

Choose a tag to compare

Changelog

  • 41ae160 chore: bump version to v3.16.2 [skip-release]
  • 70659c7 fix: Snowflake JWT auth and schema discovery compatibility (#570)

v3.16.1

10 Apr 06:05

Choose a tag to compare

Changelog

  • 7a5c368 chore: bump version to v3.16.1 [skip-release]
  • f70b33b serv: extend HTTP write deadline for MCP + workflow handlers (#569)

v3.16.0

05 Apr 17:50

Choose a tag to compare

Changelog

  • 76ef296 chore: bump version to v3.16.0 [skip-release]
  • 376ed23 fix: test optimization, discovery refactor, view PK detection, order_by aggregation (#567)

v3.15.1

05 Apr 08:40

Choose a tag to compare

Changelog

  • dda6e64 Fix Snowflake child update SQL and quiet discovery logs
  • 47c64ab chore: bump version to v3.15.0 [skip-release]
  • d5562cf chore: bump version to v3.15.1 [skip-release]
  • 47bb058 feat: add cluster metadata support to schema diffing
  • c4f84f7 feat: add partition and clustering metadata support
  • adf5250 feat: graph discovery, composite FK/PK support, and cross-schema joins (#560)
  • b306319 fix: harden schema discovery across Oracle, MSSQL, and Snowflake
  • ddd188a fix: make discovery generation lazy to prevent test timeouts
  • c647cc9 fix: resolve synthetic table role lookup, nullable inversions, and discovery test timeout
  • 251206d fix: upgrade Node.js to 22 in website deploy workflow
  • cad75af fix: write default logger to stderr to prevent polluting Example test output

v3.15.0

31 Mar 07:50

Choose a tag to compare

Changelog

  • 3dc3f88 chore: bump version to v3.15.0 [skip-release]
  • 358676a feat: add partition and clustering metadata support
  • c318bc2 fix: upgrade Node.js to 22 in website deploy workflow

v3.14.5

30 Mar 05:33

Choose a tag to compare

Changelog

  • ad1b7fd chore: bump version to v3.14.5 [skip-release]
  • 8fab60f fix: parallel test runner delegates to per-database scripts

v3.14.4

30 Mar 04:34

Choose a tag to compare

Changelog

  • 7ec3fd7 chore: bump version to v3.14.4 [skip-release]
  • 18b58af feat(snowflake): add key pair (JWT) authentication support (#558)
  • dc1841a fix(security): harden auth, SQL escaping, WebSocket headers, and upgrade jwt to v5
  • dfc0812 fix: harden snowflake mutation retries
  • 9824241 fix: pin snowflake emulator image and add test retry logic
  • eee105f fix: replace Snowflake EXISTS child join with schema-qualified scalar subquery
  • 63ae09e fix: snowflake connect/disconnect skip dead ID captures and add schema qualification
  • 9af619d fix: stabilize snowflake nested mutation updates

v3.14.3

27 Mar 07:42

Choose a tag to compare

Changelog

  • e75f691 chore: bump version to v3.14.3 [skip-release]
  • 16c3ece fix(mcp): improve pagination docs for cursor variables and default_limit (#555)
  • 453d158 fix: admin table describe supports ?database= param for multi-db disambiguation (#557)
  • cb545e2 fix: distinct + aggregation GROUP BY includes PK, making counts always 1 (#556)

v3.14.2

15 Mar 01:58

Choose a tag to compare

Changelog

  • c4b27f2 chore: bump version to v3.14.2 [skip-release]
  • 38e1da4 fix: various fixed and cleanup

v3.14.1

12 Mar 08:28

Choose a tag to compare

Changelog

  • 300b4a1 chore: bump version to v3.14.1 [skip-release]
  • 8199343 feat: add cross-database foreign key configuration (#554)
  • bae03eb fix: various fixes