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

MTM-61884: Change log for tenant context operation api #2805

Merged
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
date: 2025-01-10
scmi-c8y marked this conversation as resolved.
Show resolved Hide resolved
BeateRixen marked this conversation as resolved.
Show resolved Hide resolved
title: Changes to Notifications 2.0 tenant context subscriptions with no API filter
change_type:
- value: change-3BQrQ6adS
label: API change
product_area: Platform services
component:
- value: component-JlFdtOPva
label: REST API
build_artifact:
- value: tc-QHwMfWtBk7
label: cumulocity
---
scmi-c8y marked this conversation as resolved.
Show resolved Hide resolved

As previously announced, see [CD Release](https://cumulocity.com/docs/change-logs/?change-type=.change-type-api-change#cumulocity-undefined-notifications-tenant-context-operations-wildcard-announcement), applications utilizing the wildcard API selector in Notifications 2.0 tenant context subscriptions will now start receiving operations updates in addition to the updates they were already receiving. This change applies to both existing and new tenant context subscriptions.
vartikarai04 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
date: 2025-01-10
scmi-c8y marked this conversation as resolved.
Show resolved Hide resolved
BeateRixen marked this conversation as resolved.
Show resolved Hide resolved
title: changes to Notifications 2.0 tenant context subscriptions with event API filter
vartikarai04 marked this conversation as resolved.
Show resolved Hide resolved
change_type:
- value: change-3BQrQ6adS
scmi-c8y marked this conversation as resolved.
Show resolved Hide resolved
label: API change
scmi-c8y marked this conversation as resolved.
Show resolved Hide resolved
product_area: Platform services
component:
- value: component-JlFdtOPva
label: REST API
build_artifact:
- value: tc-QHwMfWtBk7
label: cumulocity
---
scmi-c8y marked this conversation as resolved.
Show resolved Hide resolved

Notifications 2.0 subscriptions may specify the {{< product-c8y-iot >}} APIs to subscribe to, for example `events` or `measurements`.
If the events API is specifically included as the only API in a Subscription's filter, a typeFilter was also required be set in that filter to make the subscription work.
scmi-c8y marked this conversation as resolved.
Show resolved Hide resolved
vartikarai04 marked this conversation as resolved.
Show resolved Hide resolved
The restriction requiring a typeFilter when subscribing to the events API has been removed. Subscriptions to the events API can now be created without specifying a typeFilter
scmi-c8y marked this conversation as resolved.
Show resolved Hide resolved
Loading