Skip to content

Releases: johnazariah/orleans-contrib-universalsilo

Announcement Release!

02 May 17:15
85b903d
Compare
Choose a tag to compare
tpl0.7.0

Reference 0.7.0 (#45)

Streamlined Configuration options

02 May 17:06
b41da77
Compare
Choose a tag to compare
lib0.7.0

Overhaul documentation for release (#44)

Standardize Configuration Strategy

01 May 01:58
75e9677
Compare
Choose a tag to compare
tpl0.6.7

explicitly build Cornflake before test in the pipeline (#40)

Standardize Configuration Strategy

01 May 01:39
42bf8cf
Compare
Choose a tag to compare
lib0.6.7

Update dependencies (#38)

Configuration strategies cleaned up; UseKestrel removed

30 Apr 16:26
075f5b9
Compare
Choose a tag to compare

Configuration strategies cleaned up; UseKestrel removed

24 Apr 15:56
db953f3
Compare
Choose a tag to compare

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

23 Apr 19:30
Compare
Choose a tag to compare
tpl0.6.5

only do CI on Master PR

F# Templates!

23 Apr 16:12
70aba90
Compare
Choose a tag to compare
  • all templates available in F# as well
  • more targets for Makefile
  • better templatizing with project names (in Dockerfiles, YAML)

Updated Dependencies; Improved Templates

23 Apr 19:29
Compare
Choose a tag to compare
lib0.6.5

only do CI on Master PR

Remove RunInLocalEnvironment because it is a confusing state now.

21 Apr 06:14
322c358
Compare
Choose a tag to compare

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