-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0.0 #204
Merged
Release 1.0.0 #204
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: Added optional parameter 'force' in usergrants.request * Addressed review comments
# [0.18.0-next.1](v0.17.1...v0.18.0-next.1) (2023-09-26) ### Features * Added optional parameter 'force' in usergrants.request ([#186](#186)) ([31801ca](31801ca))
# [0.18.0-next.2](v0.18.0-next.1...v0.18.0-next.2) (2023-09-26) ### Bug Fixes * Updated metrics:distributor capability to could ([#185](#185)) ([9ca2206](9ca2206))
…ype (#187) * fix: Updated Discovery.launch example with xrn:firebolt:application-type * fix: addressed review comments
* feature: Added scope.type and scope.id option parameters for advertisingId api * Addressed review comments
# [0.18.0-next.3](v0.18.0-next.2...v0.18.0-next.3) (2023-10-10) ### Bug Fixes * Updated Discovery.launch example with xrn:firebolt:application-type ([#187](#187)) ([4dbbab3](4dbbab3))
* fix: Updated params in Account.session to mandatory * fix: Updated storage secure capability to could
# [0.18.0-next.4](v0.18.0-next.3...v0.18.0-next.4) (2023-10-24) ### Bug Fixes * Account.session params to be mandatory ([#196](#196)) ([fc5c638](fc5c638))
* First draft of Play Intent * Fix document headers * feat: Added Entity specs * fix: Updating github.io publish script to handle index.md better * Iterations from spec review * fix: Iteration w/ Simon's feedback * fix: Split play intent into play-entity and play-query * fix: Adding assetId back to spec * feat: Adding Play Intent schemas * fix: Schema cleanup * fix: adding validate:each to dist task * fix: Remove enum form context.source * fix: Fix links and formatting
# [0.18.0-next.5](v0.18.0-next.4...v0.18.0-next.5) (2023-10-27) ### Features * Play Intent ([#151](#151)) ([d1ddf3f](d1ddf3f))
fix: Permission schema with Capability as required
# [0.18.0-next.6](v0.18.0-next.5...v0.18.0-next.6) (2023-10-30) ### Bug Fixes * Permission schema with Capability as required ([74d9de9](74d9de9))
# [0.18.0-next.7](v0.18.0-next.6...v0.18.0-next.7) (2023-10-30) ### Bug Fixes * schemas version upgraded to 2.0.0-next.1 ([#199](#199)) ([b0fb8cf](b0fb8cf))
fix: Update schemas This is not really a breaking change, but we are finally shedding the 0.x major version in favor of 1.0.0!!!! 🎉 BREAKING CHANGE: This is not really a breaking change, but 1.0 release!!!
* fix: Errors from providers not sent through transport * fix: Errors from providers not sent through transport
# [1.0.0-next.2](v1.0.0-next.1...v1.0.0-next.2) (2023-11-01) ### Bug Fixes * Provider error ([#202](#202)) ([4666a5e](4666a5e))
kpears201
approved these changes
Nov 3, 2023
kevinshahfws
approved these changes
Nov 3, 2023
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features