Skip to content

Commit f5bf6f0

Browse files
committed
Merge branch '3.5-dev' into 3.6-dev
2 parents 7c06364 + 600d0c2 commit f5bf6f0

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

CHANGELOG.asciidoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,21 @@ This release also includes changes from <<release-3-5-3, 3.5.3>>.
413413
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-sleeping-beauty.png[width=185]
414414
415415
[[release-3-5-8]]
416-
=== TinkerPop 3.5.8 (NOT OFFICIALLY RELEASED YET)
416+
=== TinkerPop 3.5.8 (Release Date: November 20, 2023)
417417
418418
* Fixed a bug in Gremlin.Net that can lead to an `InvalidOperationException` due to modifying a collection while iterating over it in the serializers.
419419
* Bumped Netty to 4.1.96
420420
421+
==== Bugs
422+
423+
* TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
424+
* TINKERPOP-2983 Upgrade Netty for Security Reasons
425+
426+
==== Improvements
427+
428+
* TINKERPOP-2984 Replace Moq mocking library in .NET tests
429+
* TINKERPOP-2991 Reformat Javadoc link in reference docs
430+
421431
422432
[[release-3-5-7]]
423433
=== TinkerPop 3.5.7 (Release Date: July 31, 2023)

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

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,11 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
2222
*The Sleeping Gremlin: No. 18 Entr'acte Symphonique*
2323
2424
== TinkerPop 3.5.8
25-
*Release Date: NOT OFFICIALLY RELEASED YET*
25+
*Release Date: November 20, 2023*
2626
2727
Please see the link:https://github.com/apache/tinkerpop/blob/3.5.8/CHANGELOG.asciidoc#release-3-5-8[changelog] for a
2828
complete list of all the modifications that are part of this release.
2929
30-
=== Upgrading for Users
31-
32-
33-
34-
=== Upgrading for Providers
35-
36-
==== Graph System Providers
37-
38-
39-
40-
==== Graph Driver Providers
41-
42-
43-
4430
== TinkerPop 3.5.7
4531
*Release Date: July 31, 2023*
4632
@@ -1714,4 +1700,4 @@ drivers for example) will simply result in a no-op on the server and the expecte
17141700
From 3.5.0 forward, drivers need not send this message to close the session and simply rely on the close of the
17151701
connection to kill the session.
17161702
1717-
See: link:https://issues.apache.org/jira/browse/TINKERPOP-2336[TINKERPOP-2336]
1703+
See: link:https://issues.apache.org/jira/browse/TINKERPOP-2336[TINKERPOP-2336]

0 commit comments

Comments
 (0)