Skip to content

@azure/web-pubsub-express_1.0.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 20 Jan 02:49
3ba0ba5

1.0.1 (2022-01-11)

Bugs Fixed

  • Fix the data definition for UserEventRequest when dataType is json. When dataType is json, data is the JSON parsed result from request body, so the type of data depends on the user scenario.
  • Fix the CloudEvents parsing issue that now data also can be boolean or number.