Skip to content

Commit 646c035

Browse files
committed
Merge branch '3.7-dev' into 3.8-dev
2 parents d80b9be + c7659d7 commit 646c035

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.asciidoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ This release also includes changes from <<release-3-7-5, 3.7.5>>.
207207
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-zamfir.png[width=185]
208208
209209
[[release-3-7-6]]
210-
=== TinkerPop 3.7.6 (NOT OFFICIALLY RELEASED YET)
210+
=== TinkerPop 3.7.6 (Release Date: April 1, 2026)
211211
212212
* Integrated Python driver examples into automated build process to ensure examples remain functional.
213213
* Fixed bug in `IdManager` for `VertexProperty` id creation to better ensure identifier uniqueness.
@@ -223,6 +223,22 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
223223
* Fixed `cap()` step throwing an error when used mid-traversal in OLAP.
224224
* Upgraded `gremlin-go` to Go 1.25.
225225
226+
==== Bugs
227+
228+
* TINKERPOP-3214 TinkerGraph VertexProperty Id duplication
229+
* TINKERPOP-3222 ReservedKeysVerificationStrategy verification fails when the invalid AddPropertyStep has an explicit cardinality set
230+
* TINKERPOP-3223 Argument to SubgraphStrategy.Builder.edges changes semantics when used along vertices
231+
* TINKERPOP-3230 GraphSON3 deserializer doesn't check for required meta field
232+
* TINKERPOP-3235 mergeE argument validation for onCreate overrides
233+
234+
==== Improvements
235+
236+
* TINKERPOP-3210 cap() has strange interactions with barriers and side effects in OLAP
237+
* TINKERPOP-3213 Re-use connections for sessions
238+
* TINKERPOP-3217 Add mechanism to close session without closing connection on server
239+
* TINKERPOP-3232 Support deserialization of a set that has a non hashable element
240+
* TINKERPOP-3236 Limit use of FloatLiteral as step arguments in grammar
241+
226242
[[release-3-7-5]]
227243
=== TinkerPop 3.7.5 (Release Date: November 12, 2025)
228244

docs/src/dev/developer/release.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ current release was under development as this new release will have those change
214214
.. Update the release date.
215215
.. Update the link to `CHANGELOG.asciidoc` - this link may already be correct but will not exist until the repository is tagged.
216216
. `mvn versions:set -DnewVersion=xx.yy.zz -DgenerateBackupPoms=false` to update project files to reference the non-SNAPSHOT version
217+
.. Manually update the `__version__` for `gremlin-python` in `gremlin-python/src/main/python/gremlin_python/__init__.py`
217218
. `mvn clean install -DskipTests` to update GLV versions
218219
.. Review `Gremlin.Net.csproj`, `Gremlin.Net.Template.csproj` and `Gremlin.Net.Template.nuspec` in `gremlin-dotnet`
219220
.. Review `package.json` and `package-lock.json` in `gremlin-javascript` and in `gremlint`

docs/src/upgrade/release-3.7.x.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ image::gremlin-zamfir.png[width=185]
2525
2626
== TinkerPop 3.7.6
2727
28-
*Release Date: NOT OFFICIALLY RELEASED YET*
28+
*Release Date: April 1, 2026*
2929
3030
Please see the link:https://github.com/apache/tinkerpop/blob/3.7.6/CHANGELOG.asciidoc#release-3-7-6[changelog] for a
3131
complete list of all the modifications that are part of this release.
@@ -200,8 +200,6 @@ has enabled this option as the driver will *not* close the underlying WebSocket
200200
session. Gremlin Server has added an option like this called `closeSessionPostGraphOp`. Remote graph providers are
201201
encouraged to add the same functionality.
202202
203-
==== Graph Driver Providers
204-
205203
206204
== TinkerPop 3.7.5
207205

0 commit comments

Comments
 (0)