Skip to content

v5.1.1

Compare
Choose a tag to compare
@datalust-build datalust-build released this 13 Sep 04:41
2daaed2
  • #66 - retry loading the API root and cached resources if the initial attempt fails
  • #67 - include render and permalinkId when making a request in SeqConnection.Events.FindAsync()
  • #68 - SeqConnection.EnsureConnected()
  • #69 - allow a timeout to be passed through SeqConnection to the underlying HttpClient (reverted in #72)
  • #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 to Link.GetUri() instead; the return value of GetUri() is now always a fully-formed URI and never a template - Link.Template provides the raw template.
  • SeqConnection.LoadResourceGroupAsync() is no longer public
  • LinkCollectionConverter is no longer public