Skip to content

Releases: AMEST/Skidbladnir

v1.7.0

07 Apr 16:07
e46f085
Compare
Choose a tag to compare

v1.6.0

v1.5.0

1.4.0

12 May 14:15
f377296
Compare
Choose a tag to compare

Features:

Fixes:

  • Fix freenom client html parser

Breaking changes:

Full Changelog: v1.3.2...v1.4.0

1.3.2

18 Oct 17:22
Compare
Choose a tag to compare

Fixes:

  • Fixed problem with asynchrony in distributed cache implementation

1.3.1

28 Sep 16:40
Compare
Choose a tag to compare

Fixes:

  • Fix Repository using in Distributed Cache and DataProtection

Features:

Module configuration and new module types

30 Apr 17:47
Compare
Choose a tag to compare

Fixes:

  • Fixed ModuleRunner implementation from BackgroundService to IHostedService for normal launch Skidbladnir Modules in console applications

Features:

  • ModuleConfiguration store, For runtime configure module
  • Added two new module types: ScheduledModule and BackgroundModule see more in docs

Modular system and Documentation

21 Mar 16:27
dbbdc2f
Compare
Choose a tag to compare

Features:

  • Add simple modular system based on Microsoft.Extensions.DependencyInjecton.Abstracion (for di) and Microsoft.Extensions.Configuration (for configuration). Auto configure dependencies from startup module to all depended modules and start RunnableModule. For more see this documentation
  • Documentation and GitHub Pages

First release of skidbladnir

20 Mar 08:48
20cc11d
Compare
Choose a tag to compare

Implement:

  • Client:
    • Freenom dns client
  • Caching:
    • MongoDb distributed cache
  • DataProtection:
    • DataProtection Abstractions
    • DataProtection Implementation by MongoDB Repository
  • Repository:
    • Repository Abstractions
    • MongoDB Repository implementation
  • Storage:
    • Storage Abstraction
    • GridFs Storage implementation
    • LocalFs Storage implementation

Compared to test builds:
Features:

  • File storage abstracions
  • GridFS an LocalFs storage implementations
  • Retry policy for mongo db repository
  • Add Entity to mongo repository without map (mongo map generate dynamicly)
  • Retry and Pluarization extensions

Fixes:

  • Remove generate package on build
  • MongoDb sample
  • Repository abstraction with only async methods