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: freckle/aws-xray-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aws-xray-client-persistent-v0.1.0.3
Choose a base ref
...
head repository: freckle/aws-xray-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 21 files changed
  • 2 contributors

Commits on Feb 25, 2022

  1. Set STACK_YAML env for release

    `stack-upload-action` was updated recently to add this env variable. The main `stack.yaml` should be used for release purposes. Since `working-directory` is in each package of the monorepo, `stack` needs to look up a directory for this file.
    
    Using a relative path is a bit fragile but there doesn't appear to be a variable used to refer to the project root to avoid it.
    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    454ab71 View commit details
    Browse the repository at this point in the history
  2. Bump version

    🤦‍♂️ Of course the previous commit fixing the release workflow won't run if it doesn't see the version has increased.
    stackptr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    98e0670 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Support back to persistent-2.8

    This allows testing back to lts-12.26 / ghc-8.4. We were already doing
    CPP in this module for another change, so this is pretty low effort once
    tracked down.
    pbrisbin committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    213218b View commit details
    Browse the repository at this point in the history
  2. Re-order JSON derivations

    In newer GHCs, the order of these appears to matter and we must derive
    field types for record types that use them.
    pbrisbin committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a544f07 View commit details
    Browse the repository at this point in the history
  3. Remove unused dependency

    pbrisbin committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    965d96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24e4e1a View commit details
    Browse the repository at this point in the history
  5. Bump default resolver to lts-19.1 / ghc-9.0

    And adjust indentation.
    pbrisbin committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    5c23c4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2a0b7f View commit details
    Browse the repository at this point in the history
  7. Adjust release workflow

    - Use versioned actions
    - Don't re-specify default lower bounds
    - Use oldest LTS so we get lowest lower bounds
    pbrisbin committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    f920cc0 View commit details
    Browse the repository at this point in the history
  8. Version bumps

    pbrisbin committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    4f17aea View commit details
    Browse the repository at this point in the history
  9. Fix CHANGELOG compare link

    pbrisbin committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    70d3f72 View commit details
    Browse the repository at this point in the history
Loading