Skip to content

5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 20:59
· 58 commits to main since this release

πŸ’₯ Breaking Changes

  • Make all async operations cancelable (#39) @Zastai
    • This adds an optional cancellation token to all async methods, breaking binary compatibility.
      Client code will need to be recompiled.

πŸš€ New Features and Improvements

  • Add a RateLimitInfo property to Query (#43) @Zastai
    • This enables manual request volume management while setting the request delay to 0.
  • Make all async operations cancelable (#39) @Zastai
  • Enumerable query results (#37) @Zastai
    • This adds new BrowseAll... and FindAll... methods, which return a new IStreamingQueryResults interface.
      That interface includes both IEnumerable and IAsyncEnumerabe, enabling easy bulk processing of browse/search results using foreach or await foreach.

πŸ“¦ Dependency Updates

πŸ‘» Maintenance