Releases: johnazariah/orleans-contrib-universalsilo
Announcement Release!
tpl0.7.0 Reference 0.7.0 (#45)
Streamlined Configuration options
lib0.7.0 Overhaul documentation for release (#44)
Standardize Configuration Strategy
tpl0.6.7 explicitly build Cornflake before test in the pipeline (#40)
Standardize Configuration Strategy
lib0.6.7 Update dependencies (#38)
Configuration strategies cleaned up; UseKestrel removed
Use 0.6.6 of the library
Configuration strategies cleaned up; UseKestrel removed
Configuration from appSettings.json
, clustering.json
and persistence.json
used to be applied exclusively if they were found.
The strategy now is to check the environment for parameters specifying {Clustering, Persistence}{Mode,ConnectionString} and apply those first (with defaults) - and overriding those with configuration values from the above mentioned files.
Also, the call to .UseKestrel
was removed from the pipeline as the applications generated fail in an IIS environment - say on Azure App Services.
The issue still remains in this version of the library and templates
Updated Dependencies; Improved Templates
tpl0.6.5 only do CI on Master PR
F# Templates!
- all templates available in F# as well
- more targets for Makefile
- better templatizing with project names (in Dockerfiles, YAML)
Updated Dependencies; Improved Templates
lib0.6.5 only do CI on Master PR
Remove RunInLocalEnvironment because it is a confusing state now.
There is no need for this state.
The app detects if it has been configured from a file, and then only if clustering is HostLocal
mode, adjusts based on environment to Docker
or Kubernetes
clustering