Skip to content

Releases: nmklotas/GitLabApiClient

1.0.8: Explicit allow tls 1.1 and 1.2 (#30)

28 May 16:47
Compare
Choose a tag to compare
* support net45

* explicit allow tls 1.1 and 1.2

1.0.7

27 May 08:41
Compare
Choose a tag to compare
support net45 (#29)

1.0.6: Fixed critical issue (#28)

26 Apr 10:15
Compare
Choose a tag to compare
* Added methods to upload a file to gitlab for later use in markdown aware fields.

* Fixed typo caused by ReSharpers refactoring.

* Form-part name ist now set as required.

* Moved projectId property to Request model to ensure that pattern is the same verywhere.

* Resolved critical issue, setting the wrong property, fixed documentation.

* Update README.md

* Reveretd changes done to Package config.

* Restored package id.

1.0.5: Upload files (#27)

23 Apr 18:31
Compare
Choose a tag to compare
* Added methods to upload a file to gitlab for later use in markdown aware fields.

* Fixed typo caused by ReSharpers refactoring.

* Form-part name ist now set as required.

* Moved projectId property to Request model to ensure that pattern is the same verywhere.

1.0.4: Updates to groups client (#26)

22 Mar 08:19
Compare
Choose a tag to compare
* Include WithCustomAttributes and MinAccessLevel to GroupsQueryOptions
* Support retrieving a group's subgroups
* Support retrieving and managing group membership

1.0.2: Integrate GitLab issue notes (#17)

04 Dec 18:44
Compare
Choose a tag to compare
* Add the issue weight in the model. Modify also the create and update request.

* Add issue time statistics in the model.

* Update test-case to check the response model of the non-nullable propery timestats.

* Integrate gitlab api functions for project labels

* Integrate gitlab api functions for project milestones

* Extract the milestone model in his own namespace

* Integrate group milestones

* Update own repository from source (#3)

* Integrate GitLab group milestones (#16)

* Add the issue weight in the model. Modify also the create and update request.

* Add issue time statistics in the model.

* Update test-case to check the response model of the non-nullable propery timestats.

* Integrate gitlab api functions for project labels

* Integrate gitlab api functions for project milestones

* Extract the milestone model in his own namespace

* Integrate group milestones

* Take package version from tag

* Fix build

* Update readme

* Integrate project issue notes (query, create, update and delete), including tests

1.0.0-beta7

23 Nov 21:58
5c241c9
Compare
Choose a tag to compare
Increment version

1.0.0-beta2: Add missing issue weight and issue time statistics (#13)

10 Nov 12:08
Compare
Choose a tag to compare
* Add the issue weight in the model. Modify also the create and update request.

* Add issue time statistics in the model.

* Update test-case to check the response model of the non-nullable propery timestats.