AspNetCore.Docs/aspnetcore/release-notes/aspnetcore-1.1.md

33 lines
1.5 KiB
Markdown
Raw Normal View History

---
2017-07-01 07:47:15 +08:00
title: What's new in ASP.NET Core 1.1
author: rick-anderson
description: Learn about the new features in ASP.NET Core 1.1.
2018-08-21 03:45:04 +08:00
ms.author: riande
2018-12-20 02:52:37 +08:00
ms.date: 12/18/2018
uid: aspnetcore-1.1
---
# What's new in ASP.NET Core 1.1
ASP.NET Core 1.1 includes the following new features:
- [URL Rewriting Middleware](xref:fundamentals/url-rewriting)
- [Response Caching Middleware](xref:performance/caching/middleware)
- [View Components as Tag Helpers](xref:mvc/views/view-components#invoking-a-view-component-as-a-tag-helper)
- [Middleware as MVC filters](xref:mvc/controllers/filters#using-middleware-in-the-filter-pipeline)
- [Cookie-based TempData provider](xref:fundamentals/app-state#tempdata)
- [Azure App Service logging provider](xref:fundamentals/logging/index#azure-app-service-provider)
- [Azure Key Vault configuration provider](xref:security/key-vault-configuration)
- [Azure and Redis Storage Data Protection Key Repositories](xref:security/data-protection/implementation/key-storage-providers#azure-and-redis)
2018-12-20 02:52:37 +08:00
- WebListener Server for Windows
2017-04-01 02:02:08 +08:00
- [WebSockets support](xref:fundamentals/websockets)
## Choosing between versions 1.0 and 1.1 of ASP.NET Core
ASP.NET Core 1.1 has more features than 1.0. In general, we recommend you use the latest version.
## Additional Information
- [ASP.NET Core 1.1.0 Release Notes](https://github.com/aspnet/Home/releases/tag/1.1.0)
2018-01-29 05:49:15 +08:00
- To connect with the ASP.NET Core development team's progress and plans, tune in to the [ASP.NET Community Standup](https://live.asp.net/).