Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: avast/retry-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.1
Choose a base ref
...
head repository: avast/retry-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.7.0
Choose a head ref
  • 14 commits
  • 7 files changed
  • 5 contributors

Commits on Mar 21, 2025

  1. extract context errors with context.Cause and not ctx.Err() to suppor…

    …t users using CancelCause
    NivKeidan authored and Niv Keidan committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    912b0c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from NivKeidan/support-context-cancel-cause

    support context cancel cause
    JaSei authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    cbf4dbf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. feature: add FullJitterBackoffDelay

    amirreza.fahimidero committed May 30, 2025
    Configuration menu
    Copy the full SHA
    10df0c1 View commit details
    Browse the repository at this point in the history
  2. ops: remove unnecessary files

    amirreza.fahimidero committed May 30, 2025
    Configuration menu
    Copy the full SHA
    3b6a318 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    e330bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c62c20 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Bump github.com/stretchr/testify from 1.10.0 to 1.11.1

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.10.0...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-version: 1.11.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    459fade View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Merge pull request #136 from avast/dependabot/go_modules/github.com/s…

    …tretchr/testify-1.11.1
    
    Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
    JaSei authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    22920c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from amirrezafahimi/master

    Add FullJitterBackoffDelay
    JaSei authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    5068e50 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #129 from StounhandJ/master

    No delay after final retry on max attempts
    JaSei authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    9e5d0d6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #130 from StounhandJ/back_off_delay

    BackOffDelay multiplies attempts from zero
    JaSei authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    66013da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bdef9c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #142 from avast/go_1_25_test_environment

    add Go version 1.25 to test matrix for expanded compatibility testing
    JaSei authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    306fcee View commit details
    Browse the repository at this point in the history
  7. bump version

    JaSei committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    375037b View commit details
    Browse the repository at this point in the history
Loading