- Fix decoding bug introduced in 0.7.0
- Don't try to base64 decode content if nil
- Fix decoding bug in
get-content!
- Add
get-content-raw
function that decodes file's content to a byte array - Support providing a token via
gh auth token
- Upgrade dependencies
- Upgrade nubank/clj-github-app from 0.2.1 to 0.3.0
- Mark optional dependencies with scope provided
- clj-commons/clj-yaml
- http-kit.fake
- dev.nubank/clj-github-mock
- Non-success status codes should not always result in a thrown exception
- Encode ref parameter in update-reference! from repository.clj namespace
- Fix special characters on branch name
- Bump
clj-github-app
version
- Bump
clj-github-app
version
- Function to create blob objects and add in the commit other files than text files
- Fix
clj-github.check/update-check-run!
overloads with same arity
- Functions to create and delete a label from an issue, merge a pull request, and new namespace to work with check runs via GitHub API.
- Add application/json content-type to mocked responses if none is provided.
- Include httpkit error in exception when available
- Add function that downloads repository content
- Support content types other than json
- Fix breaking change in exception result
- Avoid that exceptions leak token
- Bump some libs
- Allow passing expressions (along with map values) to the
clj-github.state-flow-helper/mock-github-flow
macro
- Initial version