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: trimble-oss/sql-log-shipping-service
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.4
Choose a base ref
...
head repository: trimble-oss/sql-log-shipping-service
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 16, 2025

  1. Bump actions/setup-dotnet from 4 to 5

    Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-dotnet/releases)
    - [Commits](actions/setup-dotnet@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-dotnet
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and DavidWiseman committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    e05abb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Use MaxBackupAgeForInitialization

    Use MaxBackupAgeForInitialization when backup finish date of last restored log is not available.  This can avoid scanning a large number of log files.
    DavidWiseman committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    fd9e91d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Bump github/codeql-action from 3 to 4

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and DavidWiseman committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    ea2a03c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and DavidWiseman committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    5ec8a4a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. .NET 10 upgrade

    Update project to target .NET 10.
    Update nuget packages.
    Update workflows
    DavidWiseman committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    8351ca8 View commit details
    Browse the repository at this point in the history
  2. Bump version

    Major version update for change from .NET 8 to .NET 10
    DavidWiseman committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    8ad3f18 View commit details
    Browse the repository at this point in the history
Loading