Skip to content

Releases: multinetinventiv/routine

v8.0.1

17 Mar 11:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.0.0...8.0.1

v8.0.0

26 Jun 13:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.3...8.0.0

v6.1.3

07 Feb 20:04

Choose a tag to compare

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

03 Feb 14:08

Choose a tag to compare

What's Changed

Full Changelog: 6.1.1...6.1.2

v6.1.1

19 Jan 15:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.1.1

v6.1.0

04 Nov 15:51
442b93d

Choose a tag to compare

What's Changed

Breaking Changes

  • GetDomainTypes method has been removed from the ICoreContext interface. You can use the DomainTypes property.
  • BuildDomainTypes method has been added to ICoreContext interface.

Full Changelog: 6.0.2...6.1.0

v6.0.2

08 Oct 09:24
4c792e2

Choose a tag to compare

What's Changed

  • HttpRestClient no longer validates request headers.
  • Development mode is now configurable.

New Contributors

Full Changelog: 6.0.1...6.0.2

v6.0.1

30 Sep 08:34

Choose a tag to compare

What's Changed

  • Development mode option was not working correctly, fixed

Full Changelog: 6.0.0...6.0.1

v6.0.0

21 Sep 13:51

Choose a tag to compare

What's Changed

Breaking Changes

  • WebRequestRestClient is removed, use HttpClientRestClient instead
    • WebException is no more, rest client now throws RestRequestException
  • UseRoutineInDevelopmentMode and UseRoutineInProductionMode extensions are removed.
    • AddRoutine now has options parameter where you can set DevelopmentMode to true to enable it.
  • Sync interceptors are removed, Async interceptors are renamed.
    • Async suffices (ByAsync etc) are removed from convention builders
    • Use By instead of ByAsync
  • Intercept is implemented as default method in IInterceptor and removed from InterceptorBase
  • DelegateBasedLocator is removed, now there are separate locator implementations for every use case
  • Now all locator related method are async
    • DomainType now has LocateAsync
    • DomainObjectInitializer now has InitializeAsync
    • CreateDomainObject overload that uses ReferenceData are renamed as GetDomainObjectAsync
    • GetObject is removed from IServiceContext and ICoreContext, you can use GetObjectAsync instead
  • Marks are now HashSet instead of List.
    • This change applies to all classes in Client, Core and Engine namespaces

Full Changelog: v0.9.6...6.0.0

v0.9.6

28 Mar 12:14
8e663b1

Choose a tag to compare

What's Changed

Full Changelog: v0.9.5...v0.9.6