Skip to content

🚀Preview Release - v1.0.0-preview.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 14:47
· 5 commits to preview since this release
cbd90be

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

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. #65 - Added the following functions to the ReleaseClient:
    • Added the function named assetExists to check if a single release asset exists.
    • Added the function named deleteAsset to delete a single asset from a release.
    • Added the function named uploadAsset to upload a single asset to a release.

Breaking Changes 🧨

  1. #65 - Introduced the following breaking changes:
    • Changed the parameter type for the uploadAssetsByReleaseName function filePaths from string | string[] to string[].
    • Changed the parameter type for the uploadAssetsByReleaseTag function filePaths from string | string[] to string[].

Other 🪧

  1. #63 - Improved release process.