Skip to content

v3: remove all deprecated methods re obsolete push API #480

@bigbes

Description

@bigbes

The legacy push notification mechanism—based on box.session.push has been fully replaced by the Watcher interface. All code supporting this obsolete push API is now deprecated and should be **completely removed.

Affected Files

  • go-tarantool/future.go
  • go-tarantool/response_it.go

What to Remove

Identify all types, methods, and interfaces in these files that are:

  • Marked with // Deprecated:
  • Part of the old push/event-listening flow (e.g., Future.SetPushCallback, ResponseIterator, OnPush, etc.)
  • No longer used by any current public API or internal logic

Clean up dependencies and update tests.


Duplicates #324

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions