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: launchdarkly/go-server-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35698f4
Choose a base ref
...
head repository: launchdarkly/go-server-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a072bf5
Choose a head ref
  • 4 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 20, 2024

  1. fix: add support for testing minimum Go version (#172)

    This PR relaxes the minimum compiler version to 1.18, as the only new
    feature we were using was the standard library slices package. This can
    be replaced with `x/exp/slices`.
    
    To test the minimum version, I've added a new key/value to
    `go-versions.env`. This version is now tested in CI, and can be easily
    bumped using `make bump-min-go-version MIN_GO_VERSION=foo`.
    
    Finally, I've updated our documentation to clarify our support policy.
    cwaldren-ld authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    37483bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04bf444 View commit details
    Browse the repository at this point in the history
  3. ci: bump tested Go versions to 1.23 and 1.22 (#179)

    - [x] I have triggered CI on this PR (either close & reopen this PR in
    Github UI, or `git commit -m "run ci" --allow-empty && git push`)
    
    Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>
    github-actions[bot] and LaunchDarklyReleaseBot authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b73deff View commit details
    Browse the repository at this point in the history
  4. chore(v6): release 6.2.1 (#174)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [6.2.1](v6.2.0...v6.2.1)
    (2024-08-20)
    
    
    ### Bug Fixes
    
    * add support for testing minimum Go version
    ([#172](#172))
    ([37483bc](37483bc))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a072bf5 View commit details
    Browse the repository at this point in the history
Loading