Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-24 | 1.2 kB | |
v9.7.1 Fix type of CreateAudienceGroupResponse#expireTimestamp source code.tar.gz | 2025-04-24 | 3.8 MB | |
v9.7.1 Fix type of CreateAudienceGroupResponse#expireTimestamp source code.zip | 2025-04-24 | 4.5 MB | |
Totals: 3 Items | 8.2 MB | 0 |
What's Changed
Type for CreateAudienceGroupResponse#expireTimestamp
is not float or double, but integer actually. This release fixes type as bugfix.
- Fix type of expireTimestamp by @github-actions in https://github.com/line/line-bot-sdk-java/pull/1608
(original PR is https://github.com/line/line-openapi/pull/106)
line-openapi updates
- chore(deps): update line-openapi digest to f8dd567 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1606
Dependency updates
- fix(deps): update dependency io.github.littleproxy:littleproxy to v2.4.1 by @renovate in https://github.com/line/line-bot-sdk-java/pull/1607
Other Changes
- Replace dependency xyz.rogfam:littleproxy with io.github.littleproxy:littleproxy 2.4.0 by @Yang-33 in https://github.com/line/line-bot-sdk-java/pull/1605
Full Changelog: https://github.com/line/line-bot-sdk-java/compare/v9.7.0...v9.7.1
This release is prepared by @Yang-33