Releases: nmklotas/GitLabApiClient
Releases · nmklotas/GitLabApiClient
1.8.0
🚀 New features and improvements
- Some Issue Fixing, Add missing Stats values(additions, deletions, total) to CommitResponse, Add .net5 Support (#186) @MypowerHD
🐛 Bug Fixes
- fix(http): allow tokens to exceed 20 chars (#207) @max-wittig
1.7.0
🚀 New features and improvements
- Update runners command (#161) @sandercox
- Processes Merged By Object from Merge Request Response (#163) @FlYnN91
- Project import export (#92) @sandercox
- Add missing enum member
checking
to the MergeStatus.cs (#164) @tpayne84 - Add option to force random password option when creating new user (#168) @sandercox
- Add value for CannotBeMerged in Status (#158) @Redblueflame
🐛 Bug Fixes
- Add missing MergeStatus enum member for, cannot_be_merged_recheck. (#176) @tpayne84
- Rename ressources to resources (#173) @jhenkens
- Add user to the group now actually works (#167) @sandercox
👻 Maintenance
1.6.0
🚀 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
1.5.0
🚀 New features and improvements
- Added opportunity to retrieve merge request notes and time statistics (#115) @dremerdt
- Added properties to PipelineQueryOptions. (#124) @ponomNikita
- add to do list client (#122) @jeremybeier
- Add WebUrl property to Commit (#127) @ap0llo
- add get commit statuses (#128) @saber-wang
- Extend issue with task status info (#121) @WebDucer
- add support for retrieving the diffs from a commit (#119) @nainslie
- Add runners and job models and some queries (#93) @jadentom
- Add more undocumented statuses (#110) @jadentom
- add group labels and issues methods (#99) @WebDucer
👻 Maintenance
1.4.0
1.3.0
🚀 New features and improvements
- Basic operations to work with webhooks (#80) @MindaugasLaganeckas
- #76 Implementation for commit refs (#83) @WebDucer
🐛 Bug Fixes
📦 Dependency updates
- bump Newtonsoft.Json to v12.0.3 (#91) @Casz
- bump FakeItEasy to v5.4.0 (#89) @Casz
- bump Microsoft.NET.Test.Sdk to v16.4.0 (#90) @Casz
- bump GitVersion (#86) @Casz
👻 Maintenance
1.2.1
1.2.0
1.1.12: Feature/35 pipeline api (#73)
* #35 Start with pipeline get implementation * #35 Add create method * #35 Add delete pipeline * #35 add cancel implementation * #35 Retry implementation * #35 Make request properties readonly