Releases: dolittle/Runtime
Prerelease v7.4.0-gimli.1
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
Summary
Updates the contracts to Gimli prerelease and updates the Runtime to .net 6.
Release v7.3.0
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
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
Summary
Fixes a problem with workflow creating github releases not triggering other workflows listening for github releases
Prerelease v7.3.0-legolas.4
- 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
Summary
Adds a workflow for notifying teams of releases
Added
- Adds a workflow for notifying teams of releases
Prerelease v7.3.0-legolas.2
Summary
Implement the new contract
Prerelease v7.3.0-legolas.1
Summary
Implements getting MongoDB resources
Prerelease v7.3.0-legolas.0
Summary
Service for getting all tenants