Skip to content
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
merged 21 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
31801ca
feat: Added optional parameter 'force' in usergrants.request (#186)
kevinshahfws Sep 26, 2023
72fc757
chore(release): 0.18.0-next.1 [skip ci]
semantic-release-bot Sep 26, 2023
9ca2206
fix: Updated metrics:distributor capability to could (#185)
kevinshahfws Sep 26, 2023
725c73f
chore(release): 0.18.0-next.2 [skip ci]
semantic-release-bot Sep 26, 2023
4dbbab3
fix: Updated Discovery.launch example with xrn:firebolt:application-t…
kevinshahfws Oct 10, 2023
c1a6b84
feature: Added scope parameter for advertisingId (#188)
kevinshahfws Oct 10, 2023
cd9b9d7
chore(release): 0.18.0-next.3 [skip ci]
semantic-release-bot Oct 10, 2023
fc5c638
fix: Account.session params to be mandatory (#196)
kevinshahfws Oct 24, 2023
e75f449
chore(release): 0.18.0-next.4 [skip ci]
semantic-release-bot Oct 24, 2023
d1ddf3f
feat: Play Intent (#151)
jlacivita Oct 27, 2023
ea1986b
chore(release): 0.18.0-next.5 [skip ci]
semantic-release-bot Oct 27, 2023
74d9de9
fix: Permission schema with Capability as required
satlead Oct 30, 2023
982a5c7
Merge pull request #198 from rdkcentral/capabilities-schema-fix
satlead Oct 30, 2023
ed527ae
chore(release): 0.18.0-next.6 [skip ci]
semantic-release-bot Oct 30, 2023
b0fb8cf
fix: schemas version upgraded to 2.0.0-next.1 (#199)
jlacivita Oct 30, 2023
7f8e5e9
chore(release): 0.18.0-next.7 [skip ci]
semantic-release-bot Oct 30, 2023
ea29f33
fix: Update schemas & 1.0.0 version! (#200)
jlacivita Nov 1, 2023
923d02a
fix: CI looking for legacy 0.x version
jlacivita Nov 1, 2023
ec374cd
chore(release): 1.0.0-next.1 [skip ci]
semantic-release-bot Nov 1, 2023
4666a5e
fix: Provider error (#202)
kpears201 Nov 1, 2023
8147adb
chore(release): 1.0.0-next.2 [skip ci]
semantic-release-bot Nov 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,72 @@
# [1.0.0-next.2](https://github.com/rdkcentral/firebolt-apis/compare/v1.0.0-next.1...v1.0.0-next.2) (2023-11-01)


### Bug Fixes

* Provider error ([#202](https://github.com/rdkcentral/firebolt-apis/issues/202)) ([4666a5e](https://github.com/rdkcentral/firebolt-apis/commit/4666a5ee56846f14dd1ba79dab82891505b5a2ec))

# [1.0.0-next.1](https://github.com/rdkcentral/firebolt-apis/compare/v0.18.0-next.7...v1.0.0-next.1) (2023-11-01)


### Bug Fixes

* CI looking for legacy 0.x version ([923d02a](https://github.com/rdkcentral/firebolt-apis/commit/923d02ae96716a5272c5507e864f366012824642))
* Update schemas & 1.0.0 version! ([#200](https://github.com/rdkcentral/firebolt-apis/issues/200)) ([ea29f33](https://github.com/rdkcentral/firebolt-apis/commit/ea29f3323a22ffa36904bdc6cf6e76a31fa8cb76))


### BREAKING CHANGES

* This is not really a breaking change, but 1.0 release!!!

# [0.18.0-next.7](https://github.com/rdkcentral/firebolt-apis/compare/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](https://github.com/rdkcentral/firebolt-apis/issues/199)) ([b0fb8cf](https://github.com/rdkcentral/firebolt-apis/commit/b0fb8cfbda6bbef055000dc9911f344ab9ee8771))

# [0.18.0-next.6](https://github.com/rdkcentral/firebolt-apis/compare/v0.18.0-next.5...v0.18.0-next.6) (2023-10-30)


### Bug Fixes

* Permission schema with Capability as required ([74d9de9](https://github.com/rdkcentral/firebolt-apis/commit/74d9de9b125baffb415e11ba3888c1c464cf5b12))

# [0.18.0-next.5](https://github.com/rdkcentral/firebolt-apis/compare/v0.18.0-next.4...v0.18.0-next.5) (2023-10-27)


### Features

* Play Intent ([#151](https://github.com/rdkcentral/firebolt-apis/issues/151)) ([d1ddf3f](https://github.com/rdkcentral/firebolt-apis/commit/d1ddf3fb3b1f758315686ad2f6dc57c2b270f33a))

# [0.18.0-next.4](https://github.com/rdkcentral/firebolt-apis/compare/v0.18.0-next.3...v0.18.0-next.4) (2023-10-24)


### Bug Fixes

* Account.session params to be mandatory ([#196](https://github.com/rdkcentral/firebolt-apis/issues/196)) ([fc5c638](https://github.com/rdkcentral/firebolt-apis/commit/fc5c63886d9b4eb30b32c1edc75f0f6afe80a827))

# [0.18.0-next.3](https://github.com/rdkcentral/firebolt-apis/compare/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](https://github.com/rdkcentral/firebolt-apis/issues/187)) ([4dbbab3](https://github.com/rdkcentral/firebolt-apis/commit/4dbbab3d9fa68c0e5185ca72fd0170bae8a30139))

# [0.18.0-next.2](https://github.com/rdkcentral/firebolt-apis/compare/v0.18.0-next.1...v0.18.0-next.2) (2023-09-26)


### Bug Fixes

* Updated metrics:distributor capability to could ([#185](https://github.com/rdkcentral/firebolt-apis/issues/185)) ([9ca2206](https://github.com/rdkcentral/firebolt-apis/commit/9ca2206a2dca7149dcf93df3d303806d136785ed))

# [0.18.0-next.1](https://github.com/rdkcentral/firebolt-apis/compare/v0.17.1...v0.18.0-next.1) (2023-09-26)


### Features

* Added optional parameter 'force' in usergrants.request ([#186](https://github.com/rdkcentral/firebolt-apis/issues/186)) ([31801ca](https://github.com/rdkcentral/firebolt-apis/commit/31801caec6bea0e8b295ea6a9ec54ca1d8e08d16))

## [0.17.1](https://github.com/rdkcentral/firebolt-apis/compare/v0.17.0...v0.17.1) (2023-09-15)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ title: Firebolt APIs
# Firebolt APIs
Firebolt APIs are defined by [OpenRPC schemas](https://spec.open-rpc.org).

The schemas are used to generate SDK and Documentation artifacts.
The schemas are used to generate SDK and Documentation artifacts.
Loading