Repository: tinkerpop Updated Branches: refs/heads/master b64d4e34d -> 3008e734f
Fixed formatting of devs docs The formulat was interepreted as a asciidoc bold in the document. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0c0d34f8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0c0d34f8 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0c0d34f8 Branch: refs/heads/master Commit: 0c0d34f844a21dbb3270561218e10c633fca4c8a Parents: 5357bf6 Author: Stephen Mallette <[email protected]> Authored: Mon Aug 21 13:01:08 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Aug 21 13:01:08 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 38 ++++++++++++++++++++++++++-- docs/src/dev/developer/release.asciidoc | 2 +- 2 files changed, 37 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0c0d34f8/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index fd4caad..a696ea0 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,8 +23,8 @@ TinkerPop 3.2.0 (Nine Inch Gremlins) image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185] [[release-3-2-6]] -TinkerPop 3.2.6 (Release Date: NOT OFFICIALLY RELEASED YET) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +TinkerPop 3.2.6 (Release Date: August 21, 2017) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This release also includes changes from <<release-3-1-8, 3.1.8>>. @@ -54,6 +54,40 @@ This release also includes changes from <<release-3-1-8, 3.1.8>>. * Added WsAndHttpChannelizer and SaslAndHttpBasicAuthenticationHandler to be allow for servicing Http and Websocket requests to the same server * Added deep copy of `Bytecode` to `DefaultTraversal.clone()`. +Bugs +^^^^ + +* TINKERPOP-1385 Refactor Profiling test cases +* TINKERPOP-1679 Detached side-effects aren't attached when remoted +* TINKERPOP-1683 AbstractHadoopGraphComputer on Windows +* TINKERPOP-1691 Some EventStrategyProcessTest assume element state is synced in memory +* TINKERPOP-1704 XXXTranslators are not being respective of BulkSet and Tree. +* TINKERPOP-1727 Bytecode object shallow copied when traversals are cloned +* TINKERPOP-1742 RangeByIsCountStrategy fails for ConnectiveSteps +* TINKERPOP-1743 LambdaRestrictionStrategy does not catch lambdas passed to sack() +* TINKERPOP-1744 Gremlin .NET: Exception from sync execution gets wrapped in AggregateException + +Improvements +^^^^^^^^^^^^ + +* TINKERPOP-741 Remove Options For Transaction Retry +* TINKERPOP-915 Gremlin Server supports REST and Websockets simultanteously +* TINKERPOP-920 Test case needed for ensuring same cardinality for key. +* TINKERPOP-1552 C# Gremlin Language Variant +* TINKERPOP-1669 EdgeVertexStep should be designed for extension +* TINKERPOP-1676 Improve GraphSON 2.0 Performance *(breaking)* +* TINKERPOP-1688 Include TraversalMetrics annotation in pretty print +* TINKERPOP-1694 Deprecate useMapperFromGraph +* TINKERPOP-1701 HaltedTraverserStrategy should recurse into collections for detachment. +* TINKERPOP-1703 Make EdgeOtherVertexStep non-final +* TINKERPOP-1708 Add a "Note on Scopes" document +* TINKERPOP-1709 Add a list of all the steps that support by()/from()/to()/as()/option() +* TINKERPOP-1710 Add a note on tree() by-modulation and uniqueness of tree branches. +* TINKERPOP-1714 Gremlin Server scriptEvaluationTimeout should take into account request arrival time +* TINKERPOP-1718 Deprecate GryoLiteMessageSerializerV1d0 +* TINKERPOP-1748 Callout comments break code snippets +* TINKERPOP-1749 Bump to Netty 4.0.50 + [[release-3-2-5]] TinkerPop 3.2.5 (Release Date: June 12, 2017) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0c0d34f8/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 22a1f01..b28dfa1 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -178,7 +178,7 @@ validity into question. `project = TINKERPOP and status = Closed AND fixVersion = 3.2.0 AND fixVersion not in (3.1.3, 3.1.2, 3.1.1, 3.1.0) ORDER BY type, Id ASC`. ... Consider use of an "Excel" export to organize and prepare the JIRA tickets to be pasted to `CHANGELOG.asciidoc`. This formula can help construct each line item for the CHANGELOG if column `A` is the issue number, `B` is the -issue title and `D` is the label field: `="* "&A2&" "&B2&(IF(D2="breaking","*(breaking)*",""))` +issue title and `D` is the label field: `="* "&A2&" "&B2&(IF(D2="breaking"," \*(breaking)*",""))` ... Be sure to include a link to other versions in the `CHANGELOG.asciidoc` that were previously released while the current release was under development as this new release will have those changes included within it. Please see 3.2.1 for an example.
