SignalR v2.4.1 Release Notes
Release Date: 2019-04-10 // over 4 years ago-
๐ This is a patch release for SignalR 2.4.
๐ This release brings minor bug fixes and improvements. It should be fully compatible with 2.4.0 applications.
๐ See a list of issues fixed in this release here: https://github.com/SignalR/SignalR/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed+label%3A%22closed%3A+Fixed%22+milestone%3A2.4.1
๐ The following packages have been released to NuGet.org:
๐ฆ | Package ID | Version | | --- | --- | ๐ฆ | Microsoft.AspNet.SignalR | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.Client | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.Core | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.JS | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.Redis | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.StackExchangeRedis | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.SelfHost | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.ServiceBus | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.ServiceBus3 | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.SqlServer | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.SystemWeb | 2.4.1 | ๐ฆ | Microsoft.AspNet.SignalR.Utils | 2.4.1 |
๐ฆ Also, the localized satellite packages have been uploaded as well.
๐ The following NPM modules have been released to npmjs.com
๐ฆ | Package ID | Version | Tag | | --- | --- | --- | ๐ฆ | signalr | 2.4.1 | latest |
๐ฆ NOTE: Since Bower is now deprecated, we are no longer publishing to https://github.com/SignalR/bower-signalr
๐ To install the preview release of the NPM package, use the command
npm install signalr
Previous changes from v2.4.0
-
๐ This is the RTM build of ASP.NET SignalR 2.4.0 ๐๐๐
๐ This release brings support for the Azure SignalR Service, see the Azure SignalR Samples repo for a sample application and tutorial for deploying an ASP.NET SignalR application using the Azure SignalR Service.
๐ ASP.NET SignalR 2.4 is a fully compatible release so please upgrade even if you aren't planning to use the Azure SignalR Service and report any bugs you find! There are a number of bug fixes that are unrelated to Azure SignalR support!
โก๏ธ See a list of fixed issues here: https://github.com/SignalR/SignalR/issues?utf8=%E2%9C%93&q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed+label%3A%22closed%3A+Fixed%22+
๐ The following packages have been released to NuGet.org:
๐ฆ | Package ID | Version | | --- | --- | ๐ฆ | Microsoft.AspNet.SignalR | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.Client | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.Core | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.JS | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.Redis | 2.4.0 | ๐ | Microsoft.AspNet.SignalR.StackExchangeRedis ๐ก new | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.SelfHost | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.ServiceBus | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.ServiceBus3 | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.SqlServer | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.SystemWeb | 2.4.0 | ๐ฆ | Microsoft.AspNet.SignalR.Utils | 2.4.0 |
๐ฆ Also, the localized satellite packages have been uploaded as well.
๐ The following NPM modules have been released to npmjs.com
๐ฆ | Package ID | Version | Tag | | --- | --- | --- | ๐ฆ | signalr | 2.4.0 | latest |
๐ To install the preview release of the NPM package, use the command
npm install signalr