This is an automated email from the ASF dual-hosted git repository. xiazcy pushed a commit to branch graphbinary-add-datetime in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 1e7f07cac32620a9f6535f18c309bdeb6d4ee667 Author: Yang Xia <[email protected]> AuthorDate: Thu Sep 12 10:27:29 2024 -0700 add CHANGELOG entry --- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 89276f97ac..e561a2154e 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -63,6 +63,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Updated Docker test suite set-up in `gremlin-python` to work with HTTP driver/server. * Modified the `split()` step to split a string into a list of its characters if the given separator is an empty string. * Remove serializers for datatype removed from GraphBinaryV4 IO spec. +* Add `DateTime` serializer for Java and Python according to GraphBinaryV4 IO spec. +* Replaced `Date` with `OffsetDateTime` in Java core. * The `maxContentLength` setting for Gremlin Driver has been renamed to `maxResponseContentLength` and now blocks incoming responses that are too large based on total response size. * The `maxContentLength` setting for Gremlin Server has been renamed to `maxRequestContentLength`.
