gitlab v4.0.0 Release Notes

Release Date: 2017-04-10 // about 7 years ago
    • โž• Adds ability to create commits in a repository - (@logicminds)
    • โœ‚ Remove Ruby 1.x support from the project - (@orta)
    • Add star_project and unstar_project methods. (@connorshea)
    • ๐Ÿ”’ Lock terminal-table to prevent build failures on Ruby 1.9/2.0. (@connorshea)
    • ๐Ÿ“š Update documentation to link to docs.gitlab.com instead of the GitHub mirror for GitLab CE. (@connorshea)
    • Add method share_project_with_group (@danhalligan)
    • ๐Ÿ‘ Allow to retrieve ssh_keys for a specific user(@dirker)
    • ๐Ÿ‘ Allow issues to use NAMESPACE/REPO identifier (@brodock)
    • โž• Add issues subscribe/unsubscribe (@newellista)
    • โž• Add merge_requests subscribe/unsubscribe (@newellista)
    • ๐Ÿš€ Updated deploy_key endpoints (@epintozzi)
    • โž• Add milestone/merge_requests (API V4 only) (@joren)
    • ๐Ÿ“‡ Rename "git hook" to "push rule". (@asedge)
    • ๐Ÿ”„ Change project fork endpoint for v4 API. (@asedge)
    • Block/unblock user now uses POST instead of PUT. (@asedge)
    • Project ID can also be a string (namespace/project_name). (@bergholdt)
    • ๐Ÿ‘Œ Support pipeline. (@bergholdt)
    • โž• Add methods to disable and enable deploy keys on projects. (@buzzdeee)
    • โž• Add method to fetch issues a merge request will close. (@joren)
    • Fix get_file and file_contents methods to work with APIv4. (@asedge)