You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* TINKERPOP-2891 Inconsistent behavior when comparing a counted value with a negative value
110
+
* TINKERPOP-2893 Incorrectly comparing a counted value with multiple predicates
111
+
* TINKERPOP-2901 Incorrect result caused by has(key, predicate)
112
+
* TINKERPOP-2902 Critical security vulnerability in snakeyaml
113
+
* TINKERPOP-2905 gremlin-go gorillaTransporter.logHandler is not initialized correctly and leads to panic
114
+
* TINKERPOP-2911 CountStrategy converts count().is(0) wrongly under ConnectiveStrategy
115
+
* TINKERPOP-2918 Utils.GenerateUserAgent assumes Gremlin.Net.dll to be present when, in some environments, it is not.
116
+
* TINKERPOP-2920 SubgraphStrategy failure when property key not present on vertex in by()
117
+
* TINKERPOP-2922 GroovyTranslator produces a Map not parseable by the grammar
118
+
* TINKERPOP-2925 mergeE() in javascript producing an error
119
+
* TINKERPOP-2926 Gremlin-Java > An UnsupportedOperationException occurs on calling next() after a merge step with the option step modulator if the element does not exist
120
+
* TINKERPOP-2928 element() not working in conjunction with edge properties
121
+
* TINKERPOP-2937 Throw an error when trying to use a closed connection
122
+
* TINKERPOP-2944 Memory leak in Gremlin.Net driver if CancellationToken is used
123
+
* TINKERPOP-2945 TextP.regex() Serialization Failing in Java driver
124
+
* TINKERPOP-2948 PRISMA security vulnerabilty for jackson-databind 2.14.0 *(breaking)*
125
+
* TINKERPOP-2953 Static import for __.values() overriden by Column.values()
126
+
* TINKERPOP-2957 mergeV with sideEffect not correctly updating properties
127
+
* TINKERPOP-2958 ScheduledExecutorService for timeouts are never cancelled
128
+
* TINKERPOP-2965 FilterRankingStrategy removing labels it shouldn't in certain conditions
129
+
130
+
==== Improvements
131
+
132
+
* TINKERPOP-1403 Provide support for GraphFilter.vertexProperties() *(breaking)*
133
+
* TINKERPOP-2229 JavaScript GLV: Add GraphBinary Support
134
+
* TINKERPOP-2348 Enable nullable checks
135
+
* TINKERPOP-2373 Bump to Groovy 4.0
136
+
* TINKERPOP-2471 Add logging to Gremlin.Net driver
137
+
* TINKERPOP-2480 User agent for Gremlin drivers
138
+
* TINKERPOP-2622 Enforce ordering semantics in feature tests
139
+
* TINKERPOP-2631 GraphSON float serialization when ujson is used is imprecise
140
+
* TINKERPOP-2633 Support Gremlin Console on Java 17
141
+
* TINKERPOP-2693 Complete GraphBinary support in Python
142
+
* TINKERPOP-2696 Refactor Gherkin test framework to better handle bindings
143
+
* TINKERPOP-2703 Build on JDK17
144
+
* TINKERPOP-2715 remove log4jv1 dependency
145
+
* TINKERPOP-2723 Make GraphBinary the default serialization format for .NET and Python
146
+
* TINKERPOP-2731 Bump to Spark 3.3.0
147
+
* TINKERPOP-2737 Dockerized Build and Test Environments
148
+
* TINKERPOP-2747 Add function callback hooks for gremlin-go authentication
149
+
* TINKERPOP-2748 Medium security vulnerability on netty-all and netty-codec
150
+
* TINKERPOP-2749 Support Windows Build
151
+
* TINKERPOP-2761 Gremlin: use another manifest name for version
152
+
* TINKERPOP-2762 getScopeKeys should respect the order of keys passed in Step
153
+
* TINKERPOP-2764 AWS Neptune returns an inaccessible structured error response
154
+
* TINKERPOP-2772 Add Spark utility to load vertices as RDD
155
+
* TINKERPOP-2776 Add website analytics for TinkerPop apache site
156
+
* TINKERPOP-2779 Floating ConnectedComponent Feature Failures for GitHub Actions on windows
157
+
* TINKERPOP-2785 Inability to Mock Returned Result Types in Gremlin-Go Driver
158
+
* TINKERPOP-2792 Better exception when JavaTranslator finds a method but not the overload
159
+
* TINKERPOP-2794 Allow cancellation of Gremlin.Net async methods
160
+
* TINKERPOP-2798 Add support for mid-traversal E()
161
+
* TINKERPOP-2804 gherkin feature files should be on the classpath
162
+
* TINKERPOP-2806 Provide method for provider plugins to get notified on script/query processing
163
+
* TINKERPOP-2808 Improve Compatibility on ARM machines
164
+
* TINKERPOP-2810 gremlinpython aiohttp dependency requirement too strict
165
+
* TINKERPOP-2813 Improve driver usability for cases where NoHostAvailableException is currently thrown
166
+
* TINKERPOP-2814 Add a SSL handshake timeout configuration to the driver
167
+
* TINKERPOP-2818 exclude mockito-core in gremlin-core [compile scope] (import by jcabi-manifests)
168
+
* TINKERPOP-2824 Properties on Elements *(breaking)*
169
+
* TINKERPOP-2834 CloneVertexProgram optimization on SparkGraphComputer
170
+
* TINKERPOP-2838 Add UserAgent GLV Tests
171
+
* TINKERPOP-2841 Test and Fix Per Request Settings in Go
172
+
* TINKERPOP-2842 Expand GremlinScriptChecker to include request id overrides
173
+
* TINKERPOP-2844 Test and Fix Per Request Settings in Python
174
+
* TINKERPOP-2850 Modifications to mergeV/E semantics
175
+
* TINKERPOP-2852 Update Maven plugin for docker-images building for M1 compatibility
176
+
* TINKERPOP-2853 Gremlin.Net driver should throw better exception message for unsupported GraphBinary type
177
+
* TINKERPOP-2857 GraphSONRecordReader does not allow configure a GraphFilter during deserialization
178
+
* TINKERPOP-2865 Add has steps injected by PartitionStrategy at the end of the filter
179
+
* TINKERPOP-2873 Allow Union of Traversals
180
+
* TINKERPOP-2890 Avoid exceptions on local scope based steps where possible
181
+
* TINKERPOP-2899 SampleGlobalStep samples inefficiently with TraverserSet running into hash collisions
182
+
* TINKERPOP-2912 Improve error message for addE() when traverser is incorrect
183
+
* TINKERPOP-2919 Improve performance of FilterRankingStrategy for deeply nested traversals
184
+
* TINKERPOP-2924 Refactor PropertyMapStep to be able to overwrite map method
185
+
* TINKERPOP-2929 Introduce new marker interfaces to identify whether a step can perform write or delete or both
186
+
* TINKERPOP-2931 Fix a few minor mergeV/E issues
187
+
* TINKERPOP-2934 Optimize ObjectWritable for displaying content of Java Collection or Map to reduce OOM
188
+
* TINKERPOP-2938 Revisit merge step feature tests
189
+
* TINKERPOP-2939 The Merge onMatch map validation is during execution instead of construction
190
+
* TINKERPOP-2941 DO NOT purge the output location if it has content in SparkGraphComputer
191
+
* TINKERPOP-2947 Provide a plain text serializer for HTTP
192
+
* TINKERPOP-2949 More strict handling of predicates
193
+
* TINKERPOP-2954 Pass Gremlin Version from Maven to Java Without Manifests
194
+
* TINKERPOP-2955 Support SSL in WebSocketClient
195
+
* TINKERPOP-2959 Allow the grammar to support parameters
196
+
* TINKERPOP-2963 Introduce new mimeType to return GraphSon-1.0 in text format
197
+
* TINKERPOP-2967 Add untyped GraphSON 3.0 format
198
+
* TINKERPOP-2975 Native transaction support for Tinkerpop
Please see the link:https://github.com/apache/tinkerpop/blob/3.6.5/CHANGELOG.asciidoc#release-3-5-7[changelog] for a complete list of all the modifications that are part of this release.
28
+
Please see the link:https://github.com/apache/tinkerpop/blob/3.6.5/CHANGELOG.asciidoc#release-3.6.5[changelog] for a complete list of all the modifications that are part of this release.
Please see the link:https://github.com/apache/tinkerpop/blob/3.7.0/CHANGELOG.asciidoc#release-3-7-0[changelog] for a complete list of all the modifications that are part of this release.
0 commit comments