Skip to content

3.0.0-preview.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Dec 07:00
5570134

We’ve released a new partial preview release for v3 of the Stock Indicators for .NET NuGet package.
See Skender.Stock.Indicators @ NuGet.org for more information.

Warning

Preview releases are experimental and volatile with breaking changes and conventions.

Note

There will be a series of preview releases that implement streaming use cases. We expect possibly 2-3 additional preview pre-releases before we make an official stable v3 package.

  • see #1014 for overall v3 progress

What's Changed

  • refactor streaming approach to include a Hub base approach that is a fully chainable observable/observer.
  • streaming preview: initial baseline by @DaveSkender in #824
  • feat: Full chain streaming prototypes by @DaveSkender in #1092
    • QuoteHub (base provider)
    • AdlHub
    • AtrHub
    • AtrStopHub
    • EmaHub
    • SmaHub
    • AlligatorHub
    • RenkoHub
    • UseHub (QuotePart)
  • feat: Buffer-style ADX incremental by @DaveSkender in #1271
    • EmaList
    • AdxList
  • ci: Add .NET 9 build actions by @DaveSkender in #1275
  • feat: Max cache size for StreamHub by @DaveSkender in #1290

Full Changelog: 2.6.0...3.0.0-preview.1

note: I've reset the preview numbering for v3, so these will increment normally from .1 hereafter, until full release.

Feedback appreciated in discussion #1292