Skip to content

Releases: TeamStepping/Stepping.NET

1.2.0

06 Apr 07:52
77f06de
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

11 Jan 04:06
053e872
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

18 Sep 07:21
b40539d
Compare
Choose a tag to compare

What's Changed

  • Implementations of the core and the DB provider projects by @gdlcf88 in #1
  • Update README.md by @enicn in #2
  • Improve the solution structure by @gdlcf88 in #3
  • Implement "step" and introduce ISteppingDbContext lookup mechanism by @gdlcf88 in #4
  • Implement the TM provider of DTM Server by @gdlcf88 in #5
  • Create DI extensions and improve Stepping.Core by @gdlcf88 in #6
  • Unit tests for Stepping.Core by @gdlcf88 in #7
  • Fix bugs of the DB provider projects by @gdlcf88 in #8
  • Tests for DB providers by @gdlcf88 in #9
  • Introduce IStepWithoutArgs and fix some bugs by @gdlcf88 in #10
  • Tests for the DTM implementation by @gdlcf88 in #11
  • Introduce StepNameAttribute by @gdlcf88 in #12
  • Remove IDbTransactionContext by @gdlcf88 in #13
  • Introduce IDistributedJobGidGenerator by @gdlcf88 in #14
  • Refactor steps by @gdlcf88 in #15
  • Rename ExecuteAsync to StartAsync by @gdlcf88 in #16
  • Make the AddStep methods return the current job by @gdlcf88 in #17
  • Improve documents by @gdlcf88 in #18
  • Introduce StepExecutionContext and refactor ExecutableStep by @gdlcf88 in #19
  • Rename to Local-TM by @gdlcf88 in #20
  • Introduce Installation.md and improve README.md by @gdlcf88 in #21
  • Introduce HttpRequestStep by @gdlcf88 in #22
  • Refactor ISteppingDbContextProvider by @gdlcf88 in #23
  • Improve DtmGrpcTmClient by @gdlcf88 in #24
  • Use Directory.Build.props by @gdlcf88 in #25
  • Set DTM request "WaitResult" as false by default by @gdlcf88 in #27
  • Add CancellationToken args by @gdlcf88 in #28
  • Improve README.md for DB transaction usage by @gdlcf88 in #29
  • Rename steps by @gdlcf88 in #30
  • Reorder the args of MongoDbSteppingDbContext ctor by @gdlcf88 in #31
  • Rename Database in MongoDbSteppingDbContext to BarrierDatabase by @gdlcf88 in #32
  • Complete Stepping documents by @gdlcf88 in #33
  • Use QueryFirstAsync to avoid erroneous judgment by @gdlcf88 in #35
  • Fix the usage of IStepResolver by @gdlcf88 in #36
  • Introduce IResolveByStep to specify a step type to resolve by @gdlcf88 in #37
  • Fix IResolveByStep and rename to IResolveAsStep by @gdlcf88 in #38
  • Create a test app for the DTM gRPC TM provider and fix bugs by @gdlcf88 in #39
  • Change the DTM gRPC project to netstandard 2.1 by @gdlcf88 in #40
  • Refactor EfCoreDbInitializer to support IsolationLevel.Serializable by @gdlcf88 in #41
  • Support netstandard2.1 and EF Core 5.0 by @gdlcf88 in #42
  • Implement the TM provider of Local-TM by @JadynWong in #34
  • Improve docs for Local-TM by @JadynWong in #43
  • Use dotnet format by @gdlcf88 in #45
  • Install the coverlet.collector package by @gdlcf88 in #46
  • Upgrade dependency packages by @gdlcf88 in #44
  • Fix FakeDefaultActionApiTokenChecker by @gdlcf88 in #48
  • Add shields badges in the README.md by @gdlcf88 in #47
  • Add publish.yml and change version to 1.0.0 by @gdlcf88 in #49
  • Fix publish.yml by @gdlcf88 in #50

New Contributors

Full Changelog: https://github.com/TeamStepping/Stepping.NET/commits/1.0.0