Skip to content

v11.2.1 Clean up webhook code for line things

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 01:03
· 2 commits to master since this release
a2a3e30

What's Changed

LINE Things has been closed. In this release we removed the following LINE Things related webhook code

  • ThingsEvent
  • ThingsContent
  • LinkThingsContent
  • UnlinkThingsContent
  • ScenarioResultThingsContent
  • ScenarioResult
  • ActionResult

As noted in the README, deletions tied to a business shutdown are shipped as a patch version, not a major version. If your code still references any of these code, they will never be emitted again, so you should remove them.

  • Bye line things by @github-actions[bot] in #727
  • Bye line things by @Yang-33 in #726

Dependency updates

  • chore(deps): update actions/cache action to v4.2.4 by @renovate[bot] in #720
  • chore(deps): update shivammathur/setup-php action to v2.35.3 by @renovate[bot] in #722
  • chore(deps): update dependency node to v22 by @renovate[bot] in #723
  • chore(deps): update actions/checkout action to v4.3.0 by @renovate[bot] in #724
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #725

Full Changelog: v11.2.0...v11.2.1


This release is prepared by @Yang-33