Github user spmallette commented on a diff in the pull request: https://github.com/apache/incubator-tinkerpop/pull/223#discussion_r52587408 --- Diff: docs/src/upgrade/release-3.1.x-incubating.asciidoc --- @@ -22,6 +22,32 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/ *A 187 On The Undercover Gremlinz* +TinkerPop 3.1.2 +--------------- + +*Release Date: NOT OFFICIALLY RELEASED YET* + +Please see the link:https://github.com/apache/incubator-tinkerpop/blob/3.1.1-incubating/CHANGELOG.asciidoc#tinkerpop-312-release-date-XXXXXXXXXXXXXXXXXXXXXXXXXX[changelog] for a complete list of all the modifications that are part of this release. + +Upgrading for Providers +~~~~~~~~~~~~~~~~~~~~~~~ + +IMPORTANT: It is recommended that providers also review all the upgrade instructions specified for users. Many of the +changes there may prove important for the provider's implementation. + +Graph System Providers +^^^^^^^^^^^^^^^^^^^^^^ + +GraphProvider.clear() Semantics ++++++++++++++++++++++++++++++++ + +The semantics of the various `clear()` methods on `GraphProvider` didn't really change, but it would be worth reviewing +their implementations to ensure that implementations can be called successfully in an idempotent fashion. Multiple +calls to `clear()` may occur for a single test on the same `Graph` instance, as `3.1.1-incubating` introduced an --- End diff -- It should be as-is - that feature came in at that version, but came with the described limitation
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---