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 a832ad5 commit 1bcae10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/upgrade/release-3.7.x.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ 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 1bcae10

Please sign in to comment.