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: go-openapi/testify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: go-openapi/testify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.2
Choose a head ref
  • 8 commits
  • 32 files changed
  • 5 contributors

Commits on Mar 11, 2026

  1. docs: updated README for a better communication of the contents (#76)

    Signed-off-by: Frédéric BIDON <[email protected]>
    fredbi authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    ff11cfa View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. doc: updated contributors file

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    bot-go-openapi[bot] authored and github-actions[bot] committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    6f2f293 View commit details
    Browse the repository at this point in the history
  2. fix: dependabot github-actions ecosystem config and bump ci-workflows…

    … to v0.2.15 (#78)
    
    * Initial plan
    
    * chore: fix dependabot github-actions directories and update ci-workflows to v0.2.15
    
    Co-authored-by: fredbi <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: fredbi <[email protected]>
    Copilot and fredbi authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    ef6d410 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Configuration menu
    Copy the full SHA
    0aa4e20 View commit details
    Browse the repository at this point in the history
  2. doc: add portable agentic instructions (#80)

    Add copilot-instructions.md, AGENTS.md (symlink), .github/copilot
    symlink to .claude/rules, all standard rules. Rewrite CLAUDE.md
    with accurate mono-repo documentation.
    
    Signed-off-by: Frederic BIDON <[email protected]>
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    fredbi and claude authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    a4052a6 View commit details
    Browse the repository at this point in the history
  3. chore: bump go directive to 1.25.0 (#81)

    Update all go.mod (and go.work where applicable) to require go 1.25.0.
    
    Signed-off-by: Frederic BIDON <[email protected]>
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    fredbi and claude authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    5700b9e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. refactor(leak): replace init() guard with lazy sync.Once check (#82)

    * Initial plan
    
    * refactor(leak): replace init() guard with lazy sync.Once check
    
    The compatibility guard for pprof goroutine profile label format
    now runs lazily via sync.Once on the first call to Leaked(), instead
    of eagerly in init(). This avoids overhead and potential panics for
    programs that import the assertions package but never use
    NoGoRoutineLeak.
    
    Signed-off-by: GitHub Copilot <[email protected]>
    
    Co-authored-by: fredbi <[email protected]>
    
    * fix(leak): address linting issues - nolint:gochecknoglobals and wg.Go
    
    - Add //nolint:gochecknoglobals annotation with justification on compatOnce
    - Replace wg.Add(1)/go func()/defer wg.Done() with wg.Go() (Go 1.25)
    
    Signed-off-by: GitHub Copilot <[email protected]>
    
    Co-authored-by: fredbi <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: fredbi <[email protected]>
    Copilot and fredbi authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    bdd7923 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. chore: prepare release v2.4.2

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    bot-go-openapi[bot] authored and github-actions[bot] committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    68afde4 View commit details
    Browse the repository at this point in the history
Loading