Skip to content

2.2.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@daveleek daveleek released this 10 May 21:02
· 89 commits to main since this release
6cf1a14

catch stream/deserializing exceptions and throw if confed

fix nullrefs during test

Bump .net to v5

remove redundant unleashdemo project

add bootstrap testing to WebApp demo proj

include new unittest file

also bootstrap when backup collection is empty

feat: only override if togglecollection valid

test null/empty collection override behaviour

improvement: add to missing documentation in settings.tostring

add bootstrap override property to unleash settings

Update the docs

feat: implement bootstrap override

add null test

fix broken test

add bootstrap override parameter and tests

add some logging to urlprovider

add custom headers to bootstrapurlhandler

improvement: fix tests after refactor

move bootstraphandler into providers

improvement: add config methods on UnleashSettings for url/file providers

improvement: bubble correct exception with GetAwaiter/Result

Update README.md

add a simple demo page for future testing

Add a simple static file host for bootstrap testing

typo

add toggle bootstrapping documentation

fix broken cachedfilesloader tests

implement togglebootstrapurlprovider

implement togglebootstrapfileprovider

implement bootstrap handler

implement cachedfilesloader bootstraphandler fallback

add bootstraphandler to cached files loader

introduce new interfaces for bootstrap feature

also include newtonsoft version in cake file

pin cake version

chore: pin cake version

chore: attempt to fix cake errors by pinning cake.json

chore: fix cake errors by adding auth token

rename test-file

chore: add some more CachedFilesLoader tests

chore: start adding unittests for existing fileloader impl