forked from fl00r/go-tarantool-1.6
-
Couldn't load subscription status.
- Fork 60
Open
Description
Several methods in the core package have been marked as deprecated in previous releases and are no longer used in production code or examples. To reduce maintenance overhead, improve API clarity, and avoid confusion for new users, we should fully remove these deprecated methods—including their implementations, interfaces, and associated test cases.
Affected Files
go-tarantool/request.gogo-tarantool/connector.go
What to Remove
- Identify all methods annotated with
// Deprecated:in the above files. - Remove the method declarations from interfaces.
- Delete the method implementations.
- Remove any internal helpers or fields that are only used by these deprecated methods.
- Update all tests** in
pool/that exercise the deprecated functionality—either delete the test cases or refactor them to use the current API.
Do not just comment out or disable the code — delete it completely. The goal is a clean, minimal, and forward-looking API.
Metadata
Metadata
Assignees
Labels
No labels