v1.22.0
Features
- support shared chat helix and eventsub (#1032)
- chat: support stream together shared chat (#1035)
- chat: add mirrored message policy configuration (#1041)
- chat: add parent thread display name to ChatReply (#1042)
Performance
- optimize chat badge parsing (#1036)
Internal
- docs: update links in javadoc overview (#1011)
- docs: add new animation id (#1026)
- docs: support for apiNote, implSpec and implNote in javadoc (#1018)
- update gradle wrapper to v8.10.1 (#1033)
- update plugin org.jetbrains.kotlin.jvm to v2.0.20 (#1027)
- update plugin io.freefair.lombok to v8.10 (#1025)
- update gradle shadow plugin to v8.3.2 (#1039)
- update dependency org.awaitility:awaitility to v4.2.2 (#1016)
- update dependency org.apache.commons:commons-lang3 to v3.17.0 (#1029)
- update dependency org.slf4j:slf4j-api to v2.0.16 (#1021)
- update dependency org.junit:junit-bom to v5.11.0 (#1022)
- update dependency org.mockito:mockito-bom to v5.13.0 (#1028)
- update dependency io.github.xanthic.cache:cache-bom to v0.6.1 (#1030)
- update org.jetbrains.kotlinx-coroutines to v1.9.0 (#1034)
- update io.github.openfeign to v13.4 (#1037)
- update dependency commons-io:commons-io to v2.17.0 (#1038)
NOTICE: Shared Chat Support ⚠️
Twitch now allows creators using Stream Together to merge their chat rooms. This may cause unexpected behavior in versions prior to v1.22.0.
Starting with v1.22.0, mirrored messages are automatically dropped if they have already been observed. This ensures each unique message is processed only once.
For more information on detecting mirrored messages, potential impacts on your application, and known edge cases, refer to our documentation.