Skip to content

Commit

Permalink
Merge branch '3.5-dev' into 3.6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed Nov 21, 2023
2 parents 7c06364 + 600d0c2 commit f5bf6f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,21 @@ This release also includes changes from <<release-3-5-3, 3.5.3>>.
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-sleeping-beauty.png[width=185]
[[release-3-5-8]]
=== TinkerPop 3.5.8 (NOT OFFICIALLY RELEASED YET)
=== TinkerPop 3.5.8 (Release Date: November 20, 2023)
* Fixed a bug in Gremlin.Net that can lead to an `InvalidOperationException` due to modifying a collection while iterating over it in the serializers.
* Bumped Netty to 4.1.96
==== Bugs
* TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
* TINKERPOP-2983 Upgrade Netty for Security Reasons
==== Improvements
* TINKERPOP-2984 Replace Moq mocking library in .NET tests
* TINKERPOP-2991 Reformat Javadoc link in reference docs
[[release-3-5-7]]
=== TinkerPop 3.5.7 (Release Date: July 31, 2023)
Expand Down
18 changes: 2 additions & 16 deletions docs/src/upgrade/release-3.5.x.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,11 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
*The Sleeping Gremlin: No. 18 Entr'acte Symphonique*
== TinkerPop 3.5.8
*Release Date: NOT OFFICIALLY RELEASED YET*
*Release Date: November 20, 2023*
Please see the link:https://github.com/apache/tinkerpop/blob/3.5.8/CHANGELOG.asciidoc#release-3-5-8[changelog] for a
complete list of all the modifications that are part of this release.
=== Upgrading for Users
=== Upgrading for Providers
==== Graph System Providers
==== Graph Driver Providers
== TinkerPop 3.5.7
*Release Date: July 31, 2023*
Expand Down Expand Up @@ -1714,4 +1700,4 @@ drivers for example) will simply result in a no-op on the server and the expecte
From 3.5.0 forward, drivers need not send this message to close the session and simply rely on the close of the
connection to kill the session.
See: link:https://issues.apache.org/jira/browse/TINKERPOP-2336[TINKERPOP-2336]
See: link:https://issues.apache.org/jira/browse/TINKERPOP-2336[TINKERPOP-2336]

0 comments on commit f5bf6f0

Please sign in to comment.