NATS client v2.15.2 Release Notes

  • JetStream

    • ✅ Pull config changes, ephemeral pull, unit tests PR #645 @scottf
    • Server urls connection management PR #648 @scottf
      • Architecture issue 113 Add option to ignore discovered urls
      • ServersToTryProvider provide a way that a user can provide a complete custom implementation to provide the server urls to try on connect / reconnect. Tiered servers could be implemented this way. EXPERIMENTAL feature.
    • EXPERIMENTAL PullRequestOptions PR #649 @scottf