Skip to content

Releases: ubisoft/NGitLab

7.2.1-beta01

15 Jan 15:31
Compare
Choose a tag to compare
7.2.1-beta01 Pre-release
Pre-release
Update ProjectClient.cs, IProjectClient.cs and PublicAPI.Unshipped.txt

7.2.0

13 Jan 20:54
4bebb6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.1.0...7.2.0

7.1.0

10 Jan 21:00
9b6c1aa
Compare
Choose a tag to compare

What's Changed

  • Fix ambiguity about runner mock's active vs paused status by @louis-z in #826

Full Changelog: 7.0.2...7.1.0

7.0.2

09 Jan 21:45
888b279
Compare
Choose a tag to compare

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

23 Dec 14:30
c4bae61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.0...7.0.1

7.0.0

18 Dec 15:27
69e81d3
Compare
Choose a tag to compare

What's Changed

PR #811:

  • Convert all int IDs to long
  • Fix ProjectCreate.NamespaceId's type, from string to long
  • Remove some of the deprecated code

PR #814:

  • Convert public fields to properties
  • Make Runner.Online a nullable bool (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 to long
  • In some cases, it may be more appropriate to use ProjectId or GroupId instead
  • ProjectQueryScope.Visible should be replaced by ProjectQueryScope.All
  • AccessLevel.Master should be replaced by AccessLevel.Maintainer
  • Constructing a GroupId from Group is no longer possible; construct it from long ID or string path instead
  • Constructing a ProjectId from Project is no longer possible; construct it from long ID or string path instead
  • Use of Runner*.Active should be replaced by that of Runner*.Paused (with any conditional logic reversed)
  • Use of Snippet*.FileName, Snippet*.Code and Snippet*.Content should be replaced by that of Snippet*.Files

Full Changelog: 6.59.2...7.0.0

7.0.0-beta02

17 Dec 03:08
69e81d3
Compare
Choose a tag to compare
7.0.0-beta02 Pre-release
Pre-release

What's Changed

Full Changelog: 7.0.0-beta01...7.0.0-beta02

7.0.0-beta01

16 Dec 15:05
8bf473e
Compare
Choose a tag to compare
7.0.0-beta01 Pre-release
Pre-release

What's Changed

  • Replace int IDs by long ones + a few more changes by @louis-z in #811

Full Changelog: 6.59.2...7.0.0-beta01

6.59.2

16 Dec 12:34
77e89b5
Compare
Choose a tag to compare

What's Changed

  • Get rid of AssemblyInfo.cs & adapt NGitLab.csproj accordingly by @louis-z in #807
  • Regenerate Public API files by @louis-z in #812
  • Bump the test-dependencies group with 2 updates by @dependabot in #813

Full Changelog: 6.59.1...6.59.2

6.59.1

05 Dec 13:57
dd51622
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.59.0...6.59.1