moved the CHANGELOG updates to 3.3.0 as the ticket has been retargeted.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/51557414 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/51557414 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/51557414 Branch: refs/heads/master Commit: 51557414965e50df7ea659a40c21d5303816b40e Parents: aee614c Author: Marko A. Rodriguez <[email protected]> Authored: Tue Nov 22 18:47:01 2016 -0700 Committer: Marko A. Rodriguez <[email protected]> Committed: Tue Nov 22 18:47:01 2016 -0700 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/51557414/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 27ccabc..dba4645 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,12 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Added "attachment requisite" `VertexProperty.element()` and `Property.element()` data in GraphSON serialization. +* Added `Vertex`, `Edge`, `VertexProperty`, and `Property` serializers to Gremlin-Python and exposed tests that use graph object arguments. +* `Bytecode.getSourceInstructions()` and `Bytecode.getStepInstructions()` now returns `List<Instruction>` instead of `Iterable<Instruction>`. +* Added various `TraversalStrategy` registrations with `GryoMapper`. +* Fixed a naming mistake in Gremlin-Python: `IdentityRemoveStrategy` is now called `IdentityRemovalStrategy`. (*breaking*) +* Added `TranslationStrategy` test infrastructure that verifies `Bytecode` generated from a translation is equal to the original `Bytecode`. * Moved `NumberHelper` into the `org.apache.tinkerpop.gremlin.util` package. * Added `Pop.mixed` instead of using `null` to represent such semantics. * `select()`-step now defaults to using `Pop.last` instead of `Pop.mixed`. (*breaking*) @@ -56,12 +62,6 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* Added "attachment requisite" `VertexProperty.element()` and `Property.element()` data in GraphSON serialization. -* Added `Vertex`, `Edge`, `VertexProperty`, and `Property` serializers to Gremlin-Python and exposed tests that use graph object arguments. -* `Bytecode.getSourceInstructions()` and `Bytecode.getStepInstructions()` now returns `List<Instruction>` instead of `Iterable<Instruction>`. -* Added various `TraversalStrategy` registrations with `GryoMapper`. -* Fixed a naming mistake in Gremlin-Python: `IdentityRemoveStrategy` is now called `IdentityRemovalStrategy`. (*breaking*) -* Added `TranslationStrategy` test infrastructure that verifies `Bytecode` generated from a translation is equal to the original `Bytecode`. * Converted Spark process suite tests to "integration" tests. * Fixed a bug in `InlineFilterStrategy` having to do with folding `HasContainers` into `VertexStep`. * Deprecated `HasContainer.makeHasContainers()` which was used to dissect `AndP` and shouldn't be used at the TinkerPop-level.
