Skip to content

Releases: brandonchinn178/github-rest

v1.2.1

07 Jun 06:05

Choose a tag to compare

  • Make integration test more robust

v1.2.0

01 Jun 03:21

Choose a tag to compare

  • Switch from jwt to jose-jwt + crypton
    • Removes the loadSigner helper, use normal crypton/crypton-x509/crypton-x509-store API
  • Add support for GHC 9.8 + 9.10
  • Drop support for GHC < 9.6

v1.1.4

13 Jul 06:17

Choose a tag to compare

  • Fix a test failure due to GitHub changing URLs

v1.1.3

10 Jun 03:47

Choose a tag to compare

  • Add support for GHC 9.4 + 9.6
  • Drop support for GHC < 9
  • Set the X-GitHub-Api-Version header instead of setting the API version in the Accept header (#33)

v1.1.2

10 Dec 19:59

Choose a tag to compare

  • Add support for jwt-0.11.0

v1.1.1

10 Oct 00:00

Choose a tag to compare

  • Add support for aeson-2.0.0.0

v1.1.0

09 Aug 17:57

Choose a tag to compare

  • Rename GitHubState to GitHubSettings
  • Remove queryGitHubPage' -- implement queryGitHubPage in MonadGitHubREST instead.
  • Expose queryGitHubPageIO if users want to manually implement MonadGitHubREST
  • Add DecodeError error

v1.0.3

07 Aug 17:05

Choose a tag to compare

  • Fix goldens after GitHub changed documentation URL

v1.0.2

02 Mar 20:05

Choose a tag to compare

  • Remove MonadFail constraint on MonadGitHubREST
  • Support unliftio-core-0.2.0.0

v1.0.1

01 Nov 22:03

Choose a tag to compare

Bundle test files in release tarball