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

Remove dependencies, add fully configurable backoff, cleanup public API & docs #21

Merged
merged 15 commits into from
Jan 30, 2024

Commits on Jan 28, 2024

  1. Update Go and dependencies

    tmaxmax committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6ae5b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c2b1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10410e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    42ba9d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29daf7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8499e4 View commit details
    Browse the repository at this point in the history
  4. Add bufferBase.dequeue

    This is mostly to allow for that code comment which was added. It also removes duplicate logic.
    tmaxmax committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3c854a5 View commit details
    Browse the repository at this point in the history
  5. Remove ErrReplayFailed

    tmaxmax committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a284498 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a42a7ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bacd2e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fe653c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e883c7e View commit details
    Browse the repository at this point in the history
  10. Update Go in CI

    tmaxmax committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    27b34cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07eeb8f View commit details
    Browse the repository at this point in the history
  12. Fix race condition in test

    tmaxmax committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    632c889 View commit details
    Browse the repository at this point in the history