Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Create ReadChangeStreamQuery and ChangeStreamRecode::Heartbeat/CloseStream #1318

Merged
merged 3 commits into from
Jul 26, 2022

Commits on Jul 21, 2022

  1. feat: Add ReadChangeStreamQuery and ChangeStreamRecord::Heartbeat/Clo…

    …seStream
    
    1. ReadChangeStreamQuery will be used by readChangeStream(TODO)
    2. ChangeStreamRecord is one of: Heartbeat, CloseStream, or a
    ChangeStreamMutation(TODO)
    Teng Zhong committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8b95d37 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. fix: Address comments about styles

    Teng Zhong committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e03c06b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. fix: Remove InternalApi tag for package private methods in veneer c…

    …lient
    Teng Zhong committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    652d728 View commit details
    Browse the repository at this point in the history