Skip to content

Commit a7343c6

Browse files
committed
Add note about event type feature flags backwards compatibility
1 parent 948cd6a commit a7343c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/event-types.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,10 +1176,16 @@ curl -X POST "https://api.us.svix.com/api/v1/event-type/user.signup/" \
11761176
</CodeTabs>
11771177

11781178
:::info[Important]
1179-
Keep in mind that endpoints with no event type filtering will receive all messages regardless of feature flags. Also, users with knowledge of a feature flag-gated event type can subscribe to that event type regardless of feature flags.
1179+
Keep in mind that endpoints with no event type filtering will receive all messages regardless of feature flags.
1180+
1181+
Users with knowledge of a feature flag-gated event type can subscribe to that event type regardless of feature flags.
11801182
Feature flags only impact event types' visibility in the catalog and the API, not their deliverability.
1183+
1184+
For backwards compatibility, when adding a feature flag to an existing event type, users that are already filtering by that
1185+
event type in one of their endpoints will still see it in the Event Catalog and the API.
11811186
:::
11821187

1188+
11831189
## Appendix
11841190

11851191
### Generating an OpenAPI spec

0 commit comments

Comments
 (0)