Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-12 | 1.3 kB | |
v3.18.1 Clean up webhook code for line things source code.tar.gz | 2025-08-12 | 24.4 MB | |
v3.18.1 Clean up webhook code for line things source code.zip | 2025-08-12 | 25.0 MB | |
Totals: 3 Items | 49.3 MB | 0 |
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 https://github.com/line/line-bot-sdk-python/pull/840
- Bye line things by @Yang-33 in https://github.com/line/line-bot-sdk-python/pull/839
Dependency updates
- chore(deps): update dependency responses to v0.25.8 by @renovate[bot] in https://github.com/line/line-bot-sdk-python/pull/836
- chore(deps): update actions/checkout action to v4.3.0 by @renovate[bot] in https://github.com/line/line-bot-sdk-python/pull/837
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in https://github.com/line/line-bot-sdk-python/pull/838
Full Changelog: https://github.com/line/line-bot-sdk-python/compare/v3.18.0...v3.18.1
This release is prepared by @Yang-33