Releases: JanusGraph/janusgraph-python
Releases · JanusGraph/janusgraph-python
v1.1.1
Notable Changes
- Added support for GraphBinary serialization for JanusGraph text predicate and relation identifier
Full Changelog: v1.1.0...v1.1.1
v1.1.0
This release is compatible with JanusGraph 1.1.0.
Notable Changes
- Gremlin-Python updated to 3.7.3 (JanusGraph 1.1.0 also uses TinkerPop 3.7.3)
- Missing text predicates added (mostly negations, but also
text_contains_phrase
)
Detailed Changelog
- Enable Dependabot for dependency updates by @FlorianHockmann in #44
- Bump actions/checkout from 3 to 4 by @dependabot in #45
- Bump actions/download-artifact from 3 to 4 by @dependabot in #48
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #46
- Bump actions/setup-python from 3 to 5 by @dependabot in #50
- cleaning unused pytest-cov package from requirements by @pm-osc in #56
- Bump testcontainers from 3.7.1 to 4.5.0 by @dependabot in #55
- Bump aiohttp from 3.9.0 to 3.9.5 by @dependabot in #51
- Bump pytest from 7.4.3 to 8.2.1 by @dependabot in #54
- Bump testcontainers from 4.5.0 to 4.5.1 by @dependabot in #57
- Bump pytest from 8.2.1 to 8.2.2 by @dependabot in #58
- Bump testcontainers from 4.5.1 to 4.6.0 by @dependabot in #59
- Bump testcontainers from 4.6.0 to 4.7.1 by @dependabot in #61
- Bump gremlinpython from 3.7.0 to 3.7.2 by @dependabot in #52
- Bump testcontainers from 4.7.1 to 4.7.2 by @dependabot in #62
- Bump pytest from 8.2.2 to 8.3.1 by @dependabot in #63
- Bump pytest from 8.3.1 to 8.3.2 by @dependabot in #64
- Bump testcontainers from 4.7.2 to 4.8.0 by @dependabot in #69
- Bump aiohttp from 3.9.5 to 3.10.3 by @dependabot in #68
- Bump aiohttp from 3.10.3 to 3.10.5 by @dependabot in #71
- Bump testcontainers from 4.8.0 to 4.8.1 by @dependabot in #72
- Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #73
- Bump testcontainers from 4.8.1 to 4.8.2 by @dependabot in #78
- Bump aiohttp from 3.10.5 to 3.10.10 by @dependabot in #77
- support for JanusGraph 1.1.0; added text predicates; version bump of dependencies by @pm-osc in #86
Full Changelog: v1.0.0...v1.1.0