Fixes:
- b6e851e Fixed that
.Bind()
operators forISortedChangeSet<TObject, TKey>
streams were not properly recognizing theResetOnFirstTimeLoad
option. The option was only being used if the initial changeset also exceeded theResetThreshold
setting. (#935) @JakenVeina - 2c32489 Fix for GroupOnObservable OnCompleted handling (#938) @dwcullop
- 9f934a2 Fix for ChangeSetMergeTracker so that it correctly works with Value Types (#940) @dwcullop
- 5b0a911 Fixed a typo. (#942) @JakenVeina
- f30efa2 Fixed that .SortAndPage() would not send a downstream changeset upon change of the comprer, when the current page includes all items. (#967) @JakenVeina
- 95b94d3 Fixed that .Switch() did not propagate errors downstream. (#968) @JakenVeina
- dd1f54d Fixed initialization logic for Join operators, to ensure that only one initial changeset is emitted, and that it emits only after both sources have emitted their initialization changeset. (#945) @JakenVeina
Other:
- 55002ae SortAndBind uses Move instead of RemoveAt/Insert when applicable. (#936) @kristian-pettersen
- 61ac166 chore(deps): update dependency bogus to 35.6.0 (#902) @renovate[bot]
- 741cf6b chore(deps): update dependency dotnet-sdk to v8.0.401 (#883) @renovate[bot]
- a193643 chore(deps): update dependency nerdbank.gitversioning to 3.6.146 (#928) @renovate[bot]
- ae5f97d chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 (#933) @renovate[bot]
- e897cf6 chore(deps): update dependency roslynator.analyzers to 4.12.9 (#948) @renovate[bot]
- f0d0ead Update Build to allow for Net 9.0 (#961) @ChrisPulman
- f7f0618 chore(deps): update dependency fluentassertions to 6.12.2 (#947) @renovate[bot]
- 5e1dcd5 chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 (#962) @renovate[bot]
- 37ffe9d Added new Filter operators that utilize a predicate state stream, to help avoid unneccessary allocations of a new filter predicate delegate, every time the consumer desires to change filtering logic. (#941) @JakenVeina
- d3fad52 chore(deps): update dependency roslynator.analyzers to 4.12.10 (#972) @renovate[bot]
- 672bbde chore(deps): update dependency nerdbank.gitversioning to 3.7.112 (#970) @renovate[bot]
- 1ab7c1c chore(deps): update dependency xunit.runner.visualstudio to v3 (#971) @renovate[bot]
- 353a316 SortAndBind fixes and improvements (#939) @RolandPheasant
- 9420bf4 Bump version to 9.1 for release (#977) @RolandPheasant