Releases: ubisoft/NGitLab
Releases · ubisoft/NGitLab
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
int
IDs tolong
- Fix
ProjectCreate.NamespaceId
's type, fromstring
tolong
- Remove some of the deprecated code
PR #814:
- Convert public fields to properties
- Make
Runner.Online
a nullablebool
(was non-nullable before) - Run
dotnet format
A Few Migration Tips for Client Code
- You may have to convert or cast
int
IDs in your code tolong
- In some cases, it may be more appropriate to use
ProjectId
orGroupId
instead ProjectQueryScope.Visible
should be replaced byProjectQueryScope.All
AccessLevel.Master
should be replaced byAccessLevel.Maintainer
- Constructing a
GroupId
fromGroup
is no longer possible; construct it fromlong
ID orstring
path instead - Constructing a
ProjectId
fromProject
is no longer possible; construct it fromlong
ID orstring
path instead - Use of
Runner*.Active
should be replaced by that ofRunner*.Paused
(with any conditional logic reversed) - Use of
Snippet*.FileName
,Snippet*.Code
andSnippet*.Content
should 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
6.59.2
6.59.1
What's Changed
- Add issue references to Issue model by @avkranenburg in #806
New Contributors
- @avkranenburg made their first contribution in #806
Full Changelog: 6.59.0...6.59.1
6.59.0
What's Changed
- Bump the test-dependencies group with 4 updates by @dependabot in #801
- Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in the ms-dependencies group by @dependabot in #800
- Bump the test-dependencies group with 3 updates by @dependabot in #803
- Bump YamlDotNet and Microsoft.NETFramework.ReferenceAssemblies by @dependabot in #804
- Bump the code-analyzers group across 1 directory with 2 updates by @dependabot in #802
- Downgrade "Microsoft." and "System." packages to v8 by @louis-z in #805
Full Changelog: 6.58.0...6.59.0
6.58.0
What's Changed
- Bump Verify.NUnit from 27.1.0 to 28.1.3 by @dependabot in #779
- Bump NSubstitute from 5.1.0 to 5.3.0 by @dependabot in #780
- Bump Meziantou.Analyzer from 2.0.176 to 2.0.177 in the code-analyzers group by @dependabot in #778
- Bump NUnit and Verify.NUnit by @dependabot in #783
- Bump YamlDotNet and Microsoft.NETFramework.ReferenceAssemblies by @dependabot in #781
- Bump FluentAssertions from 6.12.1 to 6.12.2 by @dependabot in #782
- Create the 'test-dependencies' NuGet group in dependabot.yml by @louis-z in #784
- Bump the code-analyzers group with 2 updates by @dependabot in #785
- Further tweak dependabot.yml to resolve warnings by @louis-z in #790
- Bump NuGet.Versioning from 6.11.1 to 6.12.1 by @dependabot in #789
- Bump the test-dependencies group with 2 updates by @dependabot in #787
- Bump Polly from 8.4.2 to 8.5.0 by @dependabot in #788
- Bump the test-dependencies group with 2 updates by @dependabot in #793
- Bump the ms-dependencies group across 1 directory with 4 updates by @dependabot in #795
- Bump the code-analyzers group across 1 directory with 3 updates by @dependabot in #796
- Bump Meziantou.Framework.Versioning from 1.3.4 to 1.3.5 by @dependabot in #794
- Be able to search Tags by @jsamouh in #798
New Contributors
Full Changelog: 6.57.0...6.58.0
6.57.0
What's Changed
- Bump Meziantou.Analyzer from 2.0.169 to 2.0.173 in the code-analyzers group by @dependabot in #772
- Implement Pipeline Schedule Client by @mlemieuxlafontaine-ubi in #773
- Bump Verify.NUnit from 27.0.1 to 27.1.0 by @dependabot in #776
- Bump Microsoft.Playwright from 1.47.0 to 1.48.0 by @dependabot in #777
- Bump Meziantou.Analyzer from 2.0.173 to 2.0.176 in the code-analyzers group by @dependabot in #775
Full Changelog: 6.56.0...6.57.0
6.56.0
What's Changed
- Bump Meziantou.Analyzer from 2.0.168 to 2.0.169 in the code-analyzers group by @dependabot in #764
- Bump YamlDotNet from 16.1.2 to 16.1.3 by @dependabot in #766
- Bump Polly from 8.4.1 to 8.4.2 by @dependabot in #765
- Fix some analyzer issues by @louis-z in #753
- Bump NuGet.Versioning from 6.11.0 to 6.11.1 by @dependabot in #767
- Bump the ms-dependencies group with 3 updates by @dependabot in #768
- Bump Verify.NUnit from 26.6.0 to 27.0.1 by @dependabot in #770
- Properly await tasks before disposing of resources by @louis-z in #771
Full Changelog: 6.55.1...6.56.0