Skip to content

Add gremlin/io package export exposing GraphBinary serializers#3511

Open
danielbodart wants to merge 1 commit into
apache:masterfrom
danielbodart:expose-graphbinary-io-export
Open

Add gremlin/io package export exposing GraphBinary serializers#3511
danielbodart wants to merge 1 commit into
apache:masterfrom
danielbodart:expose-graphbinary-io-export

Conversation

@danielbodart

Copy link
Copy Markdown

Adds a gremlin/io package export exposing the GraphBinary type serializers.

They are currently only reachable by importing past the exports map into build/, which couples consumers to internal file layout and breaks under bundlers that honour exports (e.g. esbuild/wrangler). This lets server-side v4 protocol implementations reuse them cleanly:

import ioc from 'gremlin/io';

Follows the ./language subpath precedent (import + types). CHANGELOG updated. Happy to rename the subpath or add a CJS require entry if you'd prefer.

Not tied to a JIRA yet (glad to file one). Scope is the export map + changelog only; not run through the full Maven build locally. Drafted with AI assistance (Assisted-by trailer on the commit).

Assisted-by: Claude Code:claude-opus-4-8
danielbodart added a commit to bodar/mogwai-db that referenced this pull request Jul 11, 2026
danielbodart added a commit to bodar/mogwai-db that referenced this pull request Jul 11, 2026
@codecov-commenter

codecov-commenter commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.42%. Comparing base (a28cd1f) to head (639df0b).
⚠️ Report is 236 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3511      +/-   ##
============================================
+ Coverage     76.35%   76.42%   +0.06%     
- Complexity    13424    13967     +543     
============================================
  Files          1012     1031      +19     
  Lines         60341    63139    +2798     
  Branches       7075     7389     +314     
============================================
+ Hits          46076    48255    +2179     
- Misses        11548    11877     +329     
- Partials       2717     3007     +290     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants