Releases: multinetinventiv/routine
Releases · multinetinventiv/routine
v8.0.1
What's Changed
- Release / v8.0.0 by @mmucahitballi in #76
- issue / production-mode-code-compiler-refactor by @kurtmancelik-inventiv in #78
New Contributors
- @kurtmancelik-inventiv made their first contribution in #78
Full Changelog: 8.0.0...8.0.1
v8.0.0
What's Changed
- Issue / NUnit Constraint Model Migration by @SeferMirza in #74
- Issue / net8-upgrade by @mmucahitballi in #75
New Contributors
- @mmucahitballi made their first contribution in #75
Full Changelog: 6.1.3...8.0.0
v6.1.3
What's Changed
- Bug / Generic Domain Types Causes Stack Overflow by @cihandeniz in #73
Full Changelog: 6.1.2...6.1.3
v6.1.2
v6.1.1
What's Changed
- Issue / Workflow Updates by @SeferMirza in #66
- Issue / Refactor Field Names by @alptuncs in #67
- Issue / Coverage Action Error by @SeferMirza in #68
- Bug / Proxy Matcher Clear by @alptuncs in #69
New Contributors
Full Changelog: 6.1.0...6.1.1
v6.1.0
What's Changed
- Issue / Domain Type Init by @cihandeniz in #64
Breaking Changes
GetDomainTypesmethod has been removed from theICoreContextinterface. You can use theDomainTypesproperty.BuildDomainTypesmethod has been added toICoreContextinterface.
Full Changelog: 6.0.2...6.1.0
v6.0.2
What's Changed
- HttpRestClient no longer validates request headers.
- Development mode is now configurable.
New Contributors
- @SeferMirza made their first contribution in #62
Full Changelog: 6.0.1...6.0.2
v6.0.1
What's Changed
- Development mode option was not working correctly, fixed
Full Changelog: 6.0.0...6.0.1
v6.0.0
What's Changed
- Issue / Repo Fixes by @cihandeniz in #56
- Issue / .NET 6 / .NET 6 Upgrade by @cihandeniz in #57
- Issue / .NET 6 / Async Fixes by @cihandeniz in #58
- Issue / .NET 6 / Migrate Rest Client Exceptions by @cihandeniz in #59
- Issue / .NET 6 / Set Usage by @cihandeniz in #60
Breaking Changes
WebRequestRestClientis removed, useHttpClientRestClientinsteadWebExceptionis no more, rest client now throwsRestRequestException
UseRoutineInDevelopmentModeandUseRoutineInProductionModeextensions are removed.AddRoutinenow hasoptionsparameter where you can setDevelopmentModeto true to enable it.
- Sync interceptors are removed, Async interceptors are renamed.
- Async suffices (
ByAsyncetc) are removed from convention builders - Use
Byinstead ofByAsync
- Async suffices (
Interceptis implemented as default method inIInterceptorand removed fromInterceptorBaseDelegateBasedLocatoris removed, now there are separate locator implementations for every use case- Now all locator related method are async
DomainTypenow hasLocateAsyncDomainObjectInitializernow hasInitializeAsyncCreateDomainObjectoverload that usesReferenceDataare renamed asGetDomainObjectAsyncGetObjectis removed fromIServiceContextandICoreContext, you can useGetObjectAsyncinstead
- Marks are now
HashSetinstead ofList.- This change applies to all classes in
Client,CoreandEnginenamespaces
- This change applies to all classes in
Full Changelog: v0.9.6...6.0.0
v0.9.6
What's Changed
- Issue / Linux Support & Awaiting Refactorings by @cihandeniz in #53
Full Changelog: v0.9.5...v0.9.6