Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Microservices Architecture eBook changelog

Sumit Ghosh edited this page Sep 1, 2020 · 12 revisions

eBook - .NET Microservices: Architecture for Containerized .NET Applications

Release 3.1.1 (2020-09-01)

Reference commits : 6317237, add8374, 05f6d3f, 540ff78, 0e1e2bb, b0f28cb, ce794ce

  • Updates MediatR related content. Page : Implement the microservice application layer using the Web API
  • Adds the right DbContext object and rephrases sentences to make it more meaningful. Page: Creating a simple data-driven CRUD microservice
  • Refactors ValueObject's Equals() method. Page : Implement value objects
  • Rephrases few sentences for a better understanding of the context. Page : Use IHttpClientFactory to implement resilient HTTP requests
  • Inclusion of Ocelot v16.0.0 related breaking change note in the important section. Page : Implement API Gateways with Ocelot
  • Fixes the following issues :
    • Typo in the configuration code snippet. Page: Make secure .NET Microservices and Web Applications
    • Additional closing curly brace in the code snippet. Page: Health monitoring
    • Additional resource links. Page : Testing ASP.NET Core services and web apps
    • Broken additional resource links. Page : Testing ASP.NET Core services and web apps
    • Repetitive definition of IHostedService interface. Page: Creating a simple data-driven CRUD microservice
    • Obsolete SQL server image name in docker-compose.yml. Page: Development workflow for Docker apps
Clone this wiki locally