You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gitbeaker-cli: 🎸 Added support for GITBEAKER_[Property] env variable (6851800)
BREAKING CHANGES
gitbeaker-core: 🧨 The order of arguments that include both the awardId and noteId has changed. It is now projectId, resourceId, noteId, and then awardId. This affects the award, remove and show functions.
gitbeaker-core: 🧨 Changed the spelling of the License API from Licence to License. Additionally the license.create method has been replaced with license.add and has a required first parameter that is the license. The license.all method now returns all licenses and no longer the license
for the current user. This is now done by license.show.
gitbeaker-core: 🧨 Group.create takes an additional argument
🧨 This migration requires users to import specific subpackages. For NodeJS
usage, that would be @gitbeaker/node.