Skip to content

Releases: jdalrymple/gitbeaker

14.1.1

03 Jan 13:39
Compare
Choose a tag to compare

14.1.1 (2020-01-03)

Bug Fixes

  • resourceDiscussions.editNote add content params, and allowed discussionId to accept a string type (#524) (22d916a)

14.1.0

30 Dec 13:14
Compare
Choose a tag to compare

14.1.0 (2019-12-30)

Bug Fixes

  • make ResourceMembers.all/show delivery correct options params (#521) (505b407), closes #518

Features

  • Added support for the Vulnerability Findings API (#517) (497bf94)

14.0.1

23 Dec 10:44
Compare
Choose a tag to compare

14.0.1 (2019-12-23)

Bug Fixes

  • Adding back functionality for rejectUnauthorized http option (#502) (0f17bed)

14.0.0

21 Dec 11:21
Compare
Choose a tag to compare

14.0.0 (2019-12-21)

Bug Fixes

  • Typing on GPGKey method arguments was missing (#514) (234c9a7)
  • Typing on Group and Project variable keys was incorrect #512 (#515) (c7afca5)

BREAKING CHANGES

  • The title property is not required for the add method.

13.0.0

09 Dec 10:36
Compare
Choose a tag to compare

13.0.0 (2019-12-09)

Features

  • Adding ability to get a singular member of a project or group, including inheritedMemebrs (#508) (807171c), closes #507

BREAKING CHANGES

  • Updated the Members.all function to have the inheritedMembers option to be in the optional object.

12.1.0

05 Dec 14:37
Compare
Choose a tag to compare

12.1.0 (2019-12-05)

Bug Fixes

  • Removing required options object in a few of the API methods (#505) (b709ef6)

Features

12.0.1

27 Nov 10:05
Compare
Choose a tag to compare

12.0.1 (2019-11-27)

Bug Fixes

12.0.0

21 Nov 10:14
Compare
Choose a tag to compare

12.0.0 (2019-11-21)

  • Switching version option type (6558f09)

Bug Fixes

  • Fixing the inability to use environment variables in the cli export (#463) (79d8c71), closes #458

BREAKING CHANGES

  • Switch the version option to be a number and not a string. For example 4 instead of 'v4'.

11.6.0

20 Nov 15:06
Compare
Choose a tag to compare

11.6.0 (2019-11-20)

Features

11.5.1

14 Nov 09:35
Compare
Choose a tag to compare

11.5.1 (2019-11-14)

Bug Fixes

  • Fixing the map.json file location (ced9415), closes #491