Change Log
March 24, 2021 ยท View on GitHub
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
TODO
0.7.0 (2021-03-24)
Fixed
- Compatibility with Crystal 1.0.
Added
0.6.1 (2020-12-22)
Added
- Add custom attributes for users, projects and groups #32 #37 (thanks @mipmip)
- Add authenticating with a key by figerprint #36 (thanks @mipmip)
- Add poroject pages domain #31 (thanks @mipmip)
Changed
Fixed
- Correct determine graphql path
- Compatibility with Crystal 0.30
0.5.0 (2019-05-20)
Fixed
- Compatibility with Crystal 0.28
0.4.0 (2018-11-15)
Added
- Add
versionAPI. - Add
available?API.
0.3.5 (2018-08-20)
Fixed
- Compatibility with Crystal 0.26
0.3.4 (2018-06-19)
Fixed
- Compatibility with Crystal 0.25
0.3.3 (2018-01-19)
Changed
- All errors based on APIError now only accepts Response class.
BadRequestUnauthorizedForbiddenNotFoundMethodNotAllowedConflictUnprocessableInternalServerErrorBadGatewayServiceUnavailable
Fixed
- Fix get message or error when return error json data.
- Fix throws unmatched exception with 502 and non-json body of response.
- Fix throws an exception with use v4 api, changed to v5. (Read more)
0.3.0 (2017-09-22)
Changed
- Use Halite instead of legcy built-in HTTP client
- Rename
keystodeploy_keysin deploy_keys uri - Change project search uri
- Support return nil in
remove_project_hook - Support pass extra params in
accept_merge_request - Change query to body to pass data in PUT request
- Change
edit_grouppass args way(from key to hash) - Rename
file_archivetorepo_archive - Rename
blob_contentstoblob - Get file content via two ways, one fail, try the other
- 100% pass rspec
- Based on Crystal v0.23.1
Added
- Add
milestone_merge_requestsapi - Add
update_merge_requestapi - Add
group_memberapi - Add
get_file
Fixed
- Correct all matched
subscribemethods uri - Correct fork
project/project_memberuri - Correct
delete_merge_request_noteuri - Correct all branch methods uri
- Duplicate
lablesmethods, and rename toissues
0.2.4 (2017-08-25)
Changed
- Rename search_groups to group_search.
- Upgrade to support Crystal 0.20.0
Added
Fiexed
- Fix group_search and user_search with ghost variable.