Skip to content

Releases: devrel-kr/youtube-websub-subscription-handler

v1.0.1: Facebook Amplifier Fix

17 Jan 03:25
Compare
Choose a tag to compare

v1.0.1 – Release Notes

Updated Facebook amplifier

Changes

Fixes

  • Changed line-feed handling from <br>&nbsp;<br> to <br>&nbsp;

v1.0.0: Extended Social Media to Twitter, Facebook and LinkedIn

16 Jan 07:30
Compare
Choose a tag to compare

v1.0.0 – Release Notes

Refactored Logic Apps event handlers to be independent from each other

Changes

  • Extracted the Twitter amplifier from the CloudEvents data handler
  • Added Facebook amplifier
  • Added LinkedIn amplifier

Fixes

v0.2.0: Event Grid Handler Refactoring

04 Jan 12:25
Compare
Choose a tag to compare

v0.2.0 – Release Notes

Refactored Logic Apps as event handlers

Changes

  • Refactored Logic App as an event handler to become more flexible to handle social media other than Twitter

Fixes

v0.1.0: Initial Release

03 Jan 16:30
Compare
Choose a tag to compare

v0.1.0 – Release Notes

Initial Release

Main Features

  • Azure Functions
    • To handle YouTube WebSub subscriptions
    • To handle YouTube feed update
  • Azure Event Grid
    • To convert YouTube WebSub event data into CloudEvents as a canonical format
    • To publish CloudEvents data as a canonical form for other event handlers to process them
  • Azure Logic Apps
    • To schedule daily subscription to YouTube WebSub
    • To handle CloudEvents data to amplify YouTUbe feed to other social media including Twitter