This file contains all the notable changes done to the Ballerina WebSub package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
topic
URL is not properly encoded when sending the subscription request- WebSub subscriber service results in panic with
service path not found
- Compiler plugin allows passing an HTTP listener with configs to listener init
- Incorporate compiler-plugin code-generators to unique service path generation logic
- Cannot run
websub:SubscriberService
by providing the callback URL without providing the service-path
- Generated unique-service-path should not be changed after compilation
- Mark WebSub Service type as distinct