Skip to content

Commit

Permalink
Add upgrading for users entry to release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Dec 6, 2023
1 parent 68d7b30 commit 179b1ac
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/src/upgrade/release-3.7.x.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
Please see the link:https://github.com/apache/tinkerpop/blob/3.7.1/CHANGELOG.asciidoc#release-3-7-1[changelog] for a
complete list of all the modifications that are part of this release.
=== Upgrading for Users
==== Deprecated `none()` Step
`none()`, which is primarily used by `iterate()` to discard traversal results in remote contexts, has been deprecated
in favor of `discard()`. Going forward, users should instead use `discard()` as `none()` will be removed in future versions.
=== Upgrading for Providers
==== Renaming None Step to Discard
`none()`, which is primarily used by `iterate()` to discard traversal results in remote contexts, has been deprecated
in favor of `discard()` and will be removed in the next major release to make room for a list filtering step `none()`.
NoneStep, which is primarily used by `iterate()` to discard traversal results in remote contexts, has been deprecated
in favor of DiscardStep and will be removed in the next major release to make room for a list filtering step NoneStep.
== TinkerPop 3.7.1
*Release Date: November 20, 2023*
Expand Down

0 comments on commit 179b1ac

Please sign in to comment.