FastComments Java SDK v3.0.1
Fix: EU live-event replay queried the wrong host
LiveEventSubscriber.subscribeToChanges correctly routed the live WebSocket to wss://ws-eu.fastcomments.com for EU tenants, but the "fetch missed events" REST fallback (fetchEventLog) always built its PublicApi against the default host https://fastcomments.com. For EU tenants this silently queried US infrastructure and returned nothing, so events missed while disconnected were never replayed.
fetchEventLog now points the ApiClient at https://eu.fastcomments.com when config.region == "eu".
Published to Repsy: com.fastcomments:client, com.fastcomments:core, and com.fastcomments:pubsub at 3.0.1 (client/core are unchanged from 3.0.0; the fix is in pubsub).
<dependency>
<groupId>com.fastcomments</groupId>
<artifactId>pubsub</artifactId>
<version>3.0.1</version>
</dependency>Full changelog: v3.0.0...v3.0.1