Skip to content

0.9.0 - Async Support

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 15:15
0db3c11

What's Changed

  • SepReader: Add async support (C# 13+ only) by @nietras in #219
  • SepWriter: Add async support (C# 13+ only) by @nietras in #224
  • Add AsyncContinueOnCapturedContext to SepReaderOptions/SepWriterOptions (forward to ConfigureAwait) by @nietras in #226
  • Bump coverlet.collector from 6.0.3 to 6.0.4 by @dependabot in #225
  • SepWriter: Add NewRow overloads with CancellationToken by @nietras in #227
  • Internals: Use nameof instead of typeof in SepParserFactory to fix native AOT issue by @nietras in #229
  • Tests: Reduce tracing by @nietras in #230
  • Add nativeaot.yml by @nietras in #231
  • README: Add Async Support details by @nietras in #232
  • README: Fix bullet point indentation by @nietras in #233
  • Update benchmarks feat. Sep_Async for Package Assets Rows by @nietras in #234
  • dependabot.yml: daily by @nietras in #235
  • Bump MSTest from 3.7.1 to 3.7.2 by @dependabot in #237
  • Bump PublicApiGenerator from 11.3.0 to 11.4.0, update README.md by @dependabot in #236
  • [StepSecurity] Apply security best practices by @step-security-bot in #238
  • scorecard.yml: Bump upload to v4 latest by @nietras in #239
  • Create SECURITY.md by @nietras in #241
  • Add AsyncContinueOnCapturedContext to SepSpec by @nietras in #240
  • README: Add OpenSSF badge by @nietras in #242
  • Bump github/codeql-action from 3.28.5 to 3.28.6 by @dependabot in #244
  • SepReader: Replace Peek with Read/ReadAsync for line ending check by @nietras in #243
  • SepReader: Optimize MoveNextAsync by @nietras in #245
  • SepReaderExtensions: Add FileOptions.Asynchronous to FromFileAsync by @nietras in #246
  • Bump MSTest from 3.7.2 to 3.7.3 by @dependabot in #247
  • SepReaderExtensions: Add EnumerateAsync by @nietras in #248
  • Bump PublicApiGenerator from 11.4.0 to 11.4.1 by @dependabot in #249
  • Bump github/codeql-action from 3.28.6 to 3.28.8 by @dependabot in #250
  • Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @dependabot in #251
  • SepReader.Cols: Add Join/JoinToString(ReadOnlySpan separator) by @nietras in #252
  • SepReader.Cols: Add CombinePathsToString (net9.0+ only due to Path.Combine(Span<>) only) by @nietras in #253
  • SepReader.Cols: Add JoinPathsToString (net9.0+ only due to Path.Join(Span<>) only) by @nietras in #254
  • global.json: Bump to .NET SDK 9.0.102 by @nietras in #255
  • Revise CI and README by @nietras in #256
  • SepWriter: Improve debuggability with DebuggerDisplay and Info plus new To* extensions by @nietras in #257
  • README: Fix missing new lines by @nietras in #258
  • README: Cleanup lint by @nietras in #259

New Contributors

Full Changelog: v0.8.0...v0.9.0