Skip to content

Releases: Cysharp/DFrame

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 08:19

What's Changed

  • Update library dependencies
  • Adopt .NET 10(needs Sdk.Web and set RequiresAspNetWebAssets, for details, see ReadMe
  • #67 Move the batch flushing logic to a finally block to ensure batched results are always reported, even on cancellation by @dombrovsky in #68

New Contributors

Full Changelog: 1.2.2...2.0.0

v.1.2.2

Choose a tag to compare

@github-actions github-actions released this 17 Apr 07:53

What's Changed

Full Changelog: 1.2.1...1.2.2

Ver.1.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 08:26

What's Changed

  • Use MagicOnion DynamicClient, except for Unity. by @mayuki in #59

Full Changelog: 1.2.0...1.2.1

Ver.1.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 02:47

What's Changed

Full Changelog: 1.1.4...1.2.0

Ver.1.1.4

Choose a tag to compare

@github-actions github-actions released this 12 Apr 03:04

What's Changed

Full Changelog: 1.1.3...1.1.4

Ver.1.1.3

Choose a tag to compare

@github-actions github-actions released this 29 Mar 08:55

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

Ver.1.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Mar 05:58

What's Changed

Full Changelog: 1.1.1...1.1.2

Ver.1.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Feb 09:55

Breaking change: Update to MagicOnion 5 in #33

Upgraded the version of MagicOnion on which DFrame depends to 5.1.

• If your project uses MagicOnion 5.x, you need to use DFrame 1.1 or later.
• If your project uses MagicOnion 4.x, you can continue to use DFrame 1.0.x.

What's Changed

  • Add Concurrency and TotalRequestsCount to WorkloadContext by @tetsuzin in #32

New Contributors

Full Changelog: 1.0.7...1.1.1

Ver.1.0.7

Choose a tag to compare

@github-actions github-actions released this 10 Aug 04:56

What's Changed

New Contributors

Full Changelog: 1.0.6...1.0.7

Ver.1.0.6

Choose a tag to compare

@github-actions github-actions released this 25 Mar 13:50
  • Fix nullable enum can't use workload parameter #26