Skip to content

Releases: nmklotas/GitLabApiClient

1.8.0

02 Aug 18:11
2b156d8
Compare
Choose a tag to compare

🚀 New features and improvements

  • Some Issue Fixing, Add missing Stats values(additions, deletions, total) to CommitResponse, Add .net5 Support (#186) @MypowerHD

🐛 Bug Fixes

1.7.0

05 Oct 15:37
fdc1192
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

1.6.0

30 May 22:09
84be7d6
Compare
Choose a tag to compare

🚀 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

09 Apr 17:20
a74108a
Compare
Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

1.4.0

02 Jan 00:59
c741517
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

🚦 Tests

1.3.0

13 Nov 22:27
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • fix bool to bool? for create webhook request (#87) @Casz

📦 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

  • Remove unused csproj properties (#82) @Casz

1.2.1

29 Oct 23:09
Compare
Choose a tag to compare

🚀 New features and improvements

  • enable source link and build symbol package (#81) @Casz

1.2.0

22 Oct 06:01
Compare
Choose a tag to compare

🚀 New features and improvements

  • support id, path or object of groups and project (#68) @Casz
    Allows you to pass a string, int or project/group to methods.

  • add project variables support (#72) @tellespallabob

1.1.12: Feature/35 pipeline api (#73)

12 Oct 08:21
Compare
Choose a tag to compare
* #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

1.1.11

11 Oct 12:09
Compare
Choose a tag to compare

#74: Fix for empty (not null) header values (#75) @WebDucer
treat images as binary (#70) @Casz
Format (#67) @Casz