Changelog for github-rest-1.2.0
v1.2.0
- Switch from
jwt
tojose-jwt
+crypton
- Removes the
loadSigner
helper, use normalcrypton
/crypton-x509
/crypton-x509-store
API
- Removes the
- Add support for GHC 9.8 + 9.10
- Drop support for GHC < 9.6
v1.1.4
- Fix a test failure due to GitHub changing URLs
v1.1.3
- 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 theAccept
header (#33)
v1.1.2
- Add support for
jwt-0.11.0
v1.1.1
- Add support for
aeson-2.0.0.0
v1.1.0
- Rename
GitHubState
toGitHubSettings
- Remove
queryGitHubPage'
-- implementqueryGitHubPage
inMonadGitHubREST
instead. - Expose
queryGitHubPageIO
if users want to manually implementMonadGitHubREST
- Add
DecodeError
error
v1.0.3
- Fix goldens after GitHub changed documentation URL
v1.0.2
- Remove
MonadFail
constraint onMonadGitHubREST
- Support
unliftio-core-0.2.0.0
v1.0.1
Bundle test files in release tarball
v1.0.0
Initial release:
- Implement
queryGitHub
andGHEndpoint
- Implement
GitHubT
andMonadGitHubREST