Releases: ubisoft/NGitLab
Releases · ubisoft/NGitLab
7.4.0
7.3.0
What's Changed
- Add endpoint to subscribe to the issue by @ivan-pavlik in #832
- Bump the ms-dependencies group with 2 updates by @dependabot in #833
- Bump Polly from 8.5.0 to 8.5.1 by @dependabot in #835
- Add route to get project templates and merge request templates by @Codex04 in #831
- Get rid of FluentAssertions & tweak dependabot.yml to prevent unwanted bumps by @louis-z in #836
- Bump the test-dependencies group with 3 updates by @dependabot in #838
- Add SHA256 to FileData by @qiao9580 in #837
New Contributors
Full Changelog: 7.2.0...7.3.0
7.2.1-beta01
Update ProjectClient.cs, IProjectClient.cs and PublicAPI.Unshipped.txt
7.2.0
What's Changed
- Bump the test-dependencies group with 2 updates by @dependabot in #830
- Bump the code-analyzers group with 3 updates by @dependabot in #829
- Add AutoStopAt to EnvironmentInfo by @alex-hempel in #828
New Contributors
- @alex-hempel made their first contribution in #828
Full Changelog: 7.1.0...7.2.0
7.1.0
7.0.2
What's Changed
- Bump the test-dependencies group across 1 directory with 3 updates by @dependabot in #824
- Bump the code-analyzers group with 2 updates by @dependabot in #821
- Bump YamlDotNet and Microsoft.NETFramework.ReferenceAssemblies by @dependabot in #823
- Make sure GetTree() in mock reproduces behavior on GitLab by @DomLatr in #825
Full Changelog: 7.0.1...7.0.2
7.0.1
What's Changed
- Fix a few easy issues by @louis-z in #817
- Bump the test-dependencies group with 2 updates by @dependabot in #820
- Issue model: Add UserNotesCount property by @ivan-pavlik in #818
- Bump the code-analyzers group with 3 updates by @dependabot in #819
New Contributors
- @ivan-pavlik made their first contribution in #818
Full Changelog: 7.0.0...7.0.1
7.0.0
What's Changed
PR #811:
- Convert all
intIDs tolong - Fix
ProjectCreate.NamespaceId's type, fromstringtolong - Remove some of the deprecated code
PR #814:
- Convert public fields to properties
- Make
Runner.Onlinea nullablebool(was non-nullable before) - Run
dotnet format
A Few Migration Tips for Client Code
- You may have to convert or cast
intIDs in your code tolong - In some cases, it may be more appropriate to use
ProjectIdorGroupIdinstead ProjectQueryScope.Visibleshould be replaced byProjectQueryScope.AllAccessLevel.Mastershould be replaced byAccessLevel.Maintainer- Constructing a
GroupIdfromGroupis no longer possible; construct it fromlongID orstringpath instead - Constructing a
ProjectIdfromProjectis no longer possible; construct it fromlongID orstringpath instead - Use of
Runner*.Activeshould be replaced by that ofRunner*.Paused(with any conditional logic reversed) - Use of
Snippet*.FileName,Snippet*.CodeandSnippet*.Contentshould be replaced by that ofSnippet*.Files
Full Changelog: 6.59.2...7.0.0
7.0.0-beta02
What's Changed
Full Changelog: 7.0.0-beta01...7.0.0-beta02
7.0.0-beta01
What's Changed
Full Changelog: 6.59.2...7.0.0-beta01