v5.1.1
- #66 - retry loading the API root and cached resources if the initial attempt fails
- #67 - include
render
andpermalinkId
when making a request inSeqConnection.Events.FindAsync()
- #68 -
SeqConnection.EnsureConnected()
- #69 -
allow a timeout to be passed through(reverted in #72)SeqConnection
to the underlyingHttpClient
- #71 - clean-up and documentation,
Link
improvements
Breaking changes since 5.1.0 (this package does not follow SemVer):
Link
no longer accepts parameters into its constructor: these must be passed toLink.GetUri()
instead; the return value ofGetUri()
is now always a fully-formed URI and never a template -Link.Template
provides the raw template.SeqConnection.LoadResourceGroupAsync()
is no longer publicLinkCollectionConverter
is no longer public