Updated 01. Roadmap and Milestones for future releases (markdown)

Cesar De la Torre 2018-06-12 13:27:22 -07:00
parent 76fcacce91
commit 2406175cb0

@ -4,7 +4,8 @@
* [https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/branch-guide.md](https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/branch-guide.md): Branches used and their purpose. Any branch not listed in this file is "temporary" and "unsupported" and can be deleted at any time.
## Version 2.1 (Current version based on .NET Core 2.1)
Features supported on v 2.0 listed below, plus the following features:
eShopOnContainers v2.1 is evolving at the DEV and MASTER branch.
Features supported on eShopOnContainers v2.1 are the features supported on v2.0 listed below, plus the following added features:
- Use of HttpClientFactory with Polly integration for resilient Http communication (Retries with exponential backoff and Circuit Breakers)
@ -13,7 +14,6 @@ Features supported on v 2.0 listed below, plus the following features:
## Version 2 (Based on .NET Core 2.0)
- Available at the DEV and MASTER branch.
- Docker containers with .NET Core, Linux images and Windows containers supported and tested.
- .NET Core 2.0 and EF Core 2.0 support
- Visual Studio 2017, including VS Docker Tooling based on docker-compose.yml files supporting multi-container debugging, etc. CLI and VS Code environments are also supported.