Releases: TeamStepping/Stepping.NET
Releases · TeamStepping/Stepping.NET
1.2.0
1.1.0
What's Changed
- Introduce publishing approval request by @gdlcf88 in #52
- Improve README.md by @gdlcf88 in #53
- Improve the docs of Stepping by @gdlcf88 in #54
- Fix the Usage.md documentation by @gdlcf88 in #55
- Add zh-CN documentation link in README.md by @gdlcf88 in #57
- Update README.md by @gdlcf88 in #60
- Add .NET 7 support and upgrade packages by @gdlcf88 in #61
Full Changelog: 1.0.0...1.1.0
1.0.0
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
toStartAsync
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 refactorExecutableStep
by @gdlcf88 in #19 - Rename to
Local-TM
by @gdlcf88 in #20 - Introduce
Installation.md
and improveREADME.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 toBarrierDatabase
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 toIResolveAsStep
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 supportIsolationLevel.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
- @gdlcf88 made their first contribution in #1
- @enicn made their first contribution in #2
- @JadynWong made their first contribution in #34
Full Changelog: https://github.com/TeamStepping/Stepping.NET/commits/1.0.0