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

3.0.0 - Update to netcore 3 and some new features

Compare
Choose a tag to compare
@eiximenis eiximenis released this 26 Nov 17:14
· 876 commits to dev since this release

This release contains a LOT of changes and new features:

Changes

  1. Update to .NET Core 3.0
  2. Use of gRPC for microservice-to-microservice communication
  3. Use of Envoy Proxy for BFF
  4. Repo cleanup
  5. Initial Service Mesh support

Removed scenarios

  1. Removed support for Service Fabric & Service Fabric Mesh
  2. Removed support for installing on k8s using YAML (only Helm charts are supported)
  3. Removed CLI support for build and push (docker-compose and docker multi-stage are used)

Basic and advanced scenarios

eShop supports two scenarios:

  • Base scenario
  • Advanced scenario including Service Mesh on Kubernetes