Skip to content

1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 22:09
· 28 commits to master since this release
84be7d6

🚀 New features and improvements

  • Implement last_activity_after and last_activity_before filters in Project (#140) @pmsudhi
  • Add API for get single merge request, create note on merge request, get pipelines for merge request, delete for webhooks (#137) @saber-wang
  • Add interfaces for GitLabClient and all inner clients (#130) @ap0llo
  • Extend Note model with Resolved, ResolvedBy and Position properties. (#133) @xzxzxc
  • Add opportunity to retrieve merge request discussions and award emojis. (#132) @xzxzxc
  • Add Group Variables CRUD methods (#146) @sfmskywalker
  • Add PipelineStatus.Manual (#147) @mberginbh
  • Added ConnectionClient (#141) @ReallyLiri

🐛 Bug Fixes