Releases: dosco/graphjin
Releases · dosco/graphjin
v3.16.2
v3.16.1
v3.16.0
v3.15.1
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
v3.14.5
v3.14.4
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
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)