Updated changelog with ocelot API gateway image fix.

Sumit Ghosh 2020-09-02 19:33:55 +05:30
parent 8d823fc070
commit 24316eb3d8

@ -1,15 +1,16 @@
## eBook - .NET Microservices: Architecture for Containerized .NET Applications
### Release 3.1.2 (2020-09-01)
### Release 3.1.2 (2020-09-02)
Reference commits : [6317237](https://github.com/dotnet/docs/pull/19901/commits/63172377dfad02406ff73dd83bf4c709ee2985c6), [add8374](https://github.com/dotnet/docs/pull/20332/commits/add8374835f7dff4569ddd8301261b727e54b839), [05f6d3f](https://github.com/dotnet/docs/pull/20359/commits/05f6d3f4240684c53ae4ddabded2fae1c1aaed52), [540ff78](https://github.com/dotnet/docs/pull/19315/commits/540ff78fe7e94aad24eae90d2e14acf9176bb94a), [0e1e2bb](https://github.com/dotnet/docs/pull/20006/commits/0e1e2bb0f48b469deaba882fb695e9d86f812c8f), [b0f28cb](https://github.com/dotnet/docs/pull/20131/commits/b0f28cb9204ba982b1b022359946edc80b042daf), [ce794ce](https://github.com/dotnet/docs/pull/19980/commits/ce794ce5f18592a5f5a3e8b8f4d475b7c4fb6b7b)
Reference commits : [6317237](https://github.com/dotnet/docs/pull/19901/commits/63172377dfad02406ff73dd83bf4c709ee2985c6), [add8374](https://github.com/dotnet/docs/pull/20332/commits/add8374835f7dff4569ddd8301261b727e54b839), [05f6d3f](https://github.com/dotnet/docs/pull/20359/commits/05f6d3f4240684c53ae4ddabded2fae1c1aaed52), [540ff78](https://github.com/dotnet/docs/pull/19315/commits/540ff78fe7e94aad24eae90d2e14acf9176bb94a), [0e1e2bb](https://github.com/dotnet/docs/pull/20006/commits/0e1e2bb0f48b469deaba882fb695e9d86f812c8f), [b0f28cb](https://github.com/dotnet/docs/pull/20131/commits/b0f28cb9204ba982b1b022359946edc80b042daf), [ce794ce](https://github.com/dotnet/docs/pull/19980/commits/ce794ce5f18592a5f5a3e8b8f4d475b7c4fb6b7b), [09db01f](https://github.com/dotnet/docs/pull/20412/commits/09db01f7d02c52dbeac15aa4888a599d94d99dc7)
- 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`
- Updates `Ocelot API Gatway image`. 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`