Use Case
As a developer I want an up-to-date cursor api. The skipKillCursors option is not used and therefore these options are not needed.
Dependencies
None
Unknowns
None
Acceptance Criteria
- Remove CursorCloseOptions
- Change the abstract cursor to not accept options to the close method.
- Document change in the migration guide
Implementation Requirements
None
Testing Requirements
Update any tests that provided options.
Documentation Requirements
API docs must be updated.
Follow Up Requirements
None
|