🚀Preview Release - v1.0.0-preview.6
Pre-release
Pre-release
·
43 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 ✨
- #27 - Added the following functions to all GitHub HTTP clients to manage headers.
getHeader()
updateOrAdd()
clearHeaders()
containsHeader()
- #22 - Added the ability to upload assets to a GitHub release.
- The new function named
uploadAssets
was added to theReleaseClient
class.
- The new function named
Breaking Changes 🧨
- #22 - Removed the functions
getReleaseByTag
andgetReleaseByName
.- These functions were replaced by the function named
getRelease
. - The
getRelease
function now uses the options parameter namedReleaseOptions
.
- These functions were replaced by the function named
- #19 - Changed the
token
constructor parameter of theOrgClient
class from optional to required.
Bug Fixes 🐛
- #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.