diff --git a/01.-Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md index 469095c..6c81e4e 100644 --- a/01.-Roadmap-and-Milestones-for-future-releases.md +++ b/01.-Roadmap-and-Milestones-for-future-releases.md @@ -67,6 +67,10 @@ https://github.com/dotnet-architecture/eShopOnContainers/releases/tag/netcore1.1 # VNext Other possible features, to be evaluated for getting into the backlog: + +- Implement a more advanced versioning system based on [aspnet-api-versioning](https://github.com/Microsoft/aspnet-api-versioning) or comparable system. Current API versioning is very basic, simply based on the URLs. + +https://github.com/Microsoft/aspnet-api-versioning - Implement more advanced logging suchs as using Serilog: https://serilog.net/ or the selected approach. - Azure Event Grid: Implement an additional Event Bus implementation based on Azure Event Grid. - Azure Functions integrated with Azure Event Grid: Additional event-driven Azure Function microservice (i.e. grabbing uploaded images and adding a watermark and putting it into Azure blobs) - The notification would come from Azure Event Grid when any image is uploaded into a BLOB storage.