Skip to content

🚀Preview Release - v1.0.0-preview.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 17:31
· 26 commits to preview since this release

kd_clients Preview Release Notes - v1.0.0-preview.6

Quick Reminder

As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼

New Features ✨

  1. #27 - Added the following functions to all GitHub HTTP clients to manage headers.
    • getHeader()
    • updateOrAdd()
    • clearHeaders()
    • containsHeader()
  2. #22 - Added the ability to upload assets to a GitHub release.
    • The new function named uploadAssets was added to the ReleaseClient class.

Breaking Changes 🧨

  1. #22 - Removed the functions getReleaseByTag and getReleaseByName.
    • These functions were replaced by the function named getRelease.
    • The getRelease function now uses the options parameter named ReleaseOptions.
  2. #19 - Changed the token constructor parameter of the OrgClient class from optional to required.

Bug Fixes 🐛

  1. #27 - Fixed a bug where attempting to update a file in a repository where the file already exists throws an error saying that it already exists.