Skip to content

Releases: dolittle/Runtime

Prerelease v7.4.0-gimli.1

07 Dec 07:28
d04dc25

Choose a tag to compare

Pre-release

Summary

This PR Builds on the previous one #598

  • File-scoped namespaces
  • LoggerMessage logging
  • Improve code consistency ( braces for if, foreach, ...)
  • Implement suggested changes from Rider that removes redundancy

Prerelease v7.4.0-gimli.0

06 Dec 13:59
2f68596

Choose a tag to compare

Pre-release

Summary

Updates the contracts to Gimli prerelease and updates the Runtime to .net 6.

Release v7.3.0

18 Nov 14:31
82abce9

Choose a tag to compare

Summary

Implements Contracts 6.3.0, which adds support for getting the configured Tenants, and connection string for a MongoDB resource per tenant. Note: this MongoDB connection string is configured through the "readModels" key in resources.json to be backwards compatible with the platform configuration.

Added

  • TenantsService: Getting all tenants through gRPC
  • ResourcesService: Getting a specific resource through gRPC. Currently only the MongoDB is supported through the readModels resource configuration

Prerelease v7.3.0-legolas.6

18 Nov 09:23
18ebbeb

Choose a tag to compare

Pre-release

Summary

Fixes a problem where dependencies not following the autofac naming convention were not registered for the IoC container

Prerelease v7.3.0-legolas.5

16 Nov 07:21
f61565c

Choose a tag to compare

Pre-release

Summary

Fixes a problem with workflow creating github releases not triggering other workflows listening for github releases

Prerelease v7.3.0-legolas.4

16 Nov 06:43
4b19eaf

Choose a tag to compare

Pre-release
  • Uses new Contracts (with call context and fixed caps for MongoDB)
  • Attempted to rename IService and IResource in MongoDB and slightly changed structure (this is very up for discussion)
  • Made log messages the same and used the fancy-fast way of logging for both new services
  • Some other minor touchups of docs ++

Prerelease v7.3.0-legolas.3

15 Nov 20:08
e578538

Choose a tag to compare

Pre-release

Summary

Adds a workflow for notifying teams of releases

Added

  • Adds a workflow for notifying teams of releases

Prerelease v7.3.0-legolas.2

11 Nov 12:37
dbfcfbc

Choose a tag to compare

Pre-release

Summary

Implement the new contract

Prerelease v7.3.0-legolas.1

10 Nov 15:10
b632e69

Choose a tag to compare

Pre-release

Summary

Implements getting MongoDB resources

Prerelease v7.3.0-legolas.0

09 Nov 08:19
6b2c068

Choose a tag to compare

Pre-release

Summary

Service for getting all tenants