GraphBinary and Graphson version 4.0 specifications?

Where is the description of the GraphBinary and Graphson version 4.0 formats? I looked at https://tinkerpop.apache.org/docs/3.4.1/dev/io/, although it covers up to GraphBinary 1.0 and Graphson 3.0. Is there another place with their description?
Solution:
that's a really old link and refers to the 3.4.1 release. i imagine it very out of date. you can replace that version number with any you like. so the most current would be like: https://tinkerpop.apache.org/docs/3.7.3/dev/io/ but you can always just specify "current" and the version to get the most recent one: https://tinkerpop.apache.org/docs/current/dev/io/ "current" only covers full official releases. upcoming releases get SNAPSHOT publication occasionally: https://tinkerpop.apache.org/docs/4.0.0-SNAPSHOT/dev/io/ though the most up to date for the future will be in github: https://github.com/apache/tinkerpop/tree/master/docs/src/dev/io...
Jump to solution
2 Replies
Solution
spmallette
spmallette4mo ago
that's a really old link and refers to the 3.4.1 release. i imagine it very out of date. you can replace that version number with any you like. so the most current would be like: https://tinkerpop.apache.org/docs/3.7.3/dev/io/ but you can always just specify "current" and the version to get the most recent one: https://tinkerpop.apache.org/docs/current/dev/io/ "current" only covers full official releases. upcoming releases get SNAPSHOT publication occasionally: https://tinkerpop.apache.org/docs/4.0.0-SNAPSHOT/dev/io/ though the most up to date for the future will be in github: https://github.com/apache/tinkerpop/tree/master/docs/src/dev/io
Dseguy
DseguyOP4mo ago
argl, you are right (as usual). I keep running into these old versions, and I should pay more attention to that version in the URL. github link is perfect. I'm noticing that the current #PHP driver will be obsolete with version 4.0, so I might have to upgrade it. This will come handy. Thanks and have a good week end.

Did you find this page helpful?