Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-12 | 1.9 kB | |
v9.10.1 Clean up webhook code for line things source code.tar.gz | 2025-08-12 | 3.8 MB | |
v9.10.1 Clean up webhook code for line things source code.zip | 2025-08-12 | 4.5 MB | |
Totals: 3 Items | 8.3 MB | 2 |
What's Changed
LINE Things has been closed. In this release we removed the following LINE Things related webhook code
- ThingsEvent
- ThingsContent
- LinkThingsContent
- UnlinkThingsContent
- UnknownThingsContent
- 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-java/pull/1695
- Bye line things by @Yang-33 in https://github.com/line/line-bot-sdk-java/pull/1694
Dependency updates
- fix(deps): update dependency org.assertj:assertj-core to v3.27.4 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1686
- chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.2.4 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1689
- fix(deps): update dependency io.github.littleproxy:littleproxy to v2.4.4 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1690
- chore(deps): update actions/checkout action to v4.3.0 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1691
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1692
- chore(deps): update dependency gradle to v9 by @renovate[bot] in https://github.com/line/line-bot-sdk-java/pull/1681
Other Changes
- Run all tests again by @Yang-33 in https://github.com/line/line-bot-sdk-java/pull/1688
Full Changelog: https://github.com/line/line-bot-sdk-java/compare/v9.10.0...v9.10.1
This release is prepared by @Yang-33