Akka.Serialization.Wire 1.1.1.27-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Akka.Serialization.Hyperion

Additional Details

Wire is no longer maintained. Used Hyperion instead.

This is a prerelease version of Akka.Serialization.Wire.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Akka.Serialization.Wire --version 1.1.1.27-beta
NuGet\Install-Package Akka.Serialization.Wire -Version 1.1.1.27-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Akka.Serialization.Wire" Version="1.1.1.27-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka.Serialization.Wire --version 1.1.1.27-beta
#r "nuget: Akka.Serialization.Wire, 1.1.1.27-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Akka.Serialization.Wire as a Cake Addin
#addin nuget:?package=Akka.Serialization.Wire&version=1.1.1.27-beta&prerelease

// Install Akka.Serialization.Wire as a Cake Tool
#tool nuget:?package=Akka.Serialization.Wire&version=1.1.1.27-beta&prerelease

Wire serializer for Akka.NET

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Akka.Serialization.Wire:

Repository Stars
Horusiath/AkkaCQRS
Event sourcing example build on Akka.NET with persistence plugin
Version Downloads Last updated
1.2.3.43-beta 23,534 7/10/2017
1.2.3.41-beta 932 7/10/2017
1.2.2.40-beta 3,868 6/28/2017
1.2.2.39-beta 889 6/28/2017
1.2.1.38-beta 4,983 6/23/2017
1.2.1.37-beta 929 6/23/2017
1.2.0.36-beta 10,685 4/13/2017
1.2.0.35-beta 950 4/13/2017
1.2.0.34-beta 926 4/12/2017
1.2.0.33-beta 974 4/12/2017
1.1.3.32-beta 1,596 1/23/2017
1.1.3.31-beta 2,002 1/23/2017
1.1.2.30-beta 46,054 9/22/2016
1.1.2.29-beta 1,356 9/22/2016
1.1.1.28-beta 18,615 7/16/2016
1.1.1.27-beta 1,031 7/16/2016
1.1.0.26-beta 1,947 7/7/2016
1.0.8.25-beta 9,117 4/26/2016
1.0.8.24-beta 1,122 4/26/2016
1.0.7.18-beta 2,677 4/6/2016
1.0.6.17-beta 1,294 1/18/2016
1.0.6.16-beta 2,100 1/18/2016

Maintenance release for Akka.NET v1.1**
Akka.NET 1.1.1 addresses a number of bugs and issues reported by end users who made the upgrade from Akka.NET 1.0.* to Akka.NET 1.1.
DNS improvements**
The biggest set of fixes included in Akka.NET 1.1.1 deal with how the Helios transport treats IPV6 addresses and performs DNS resolution. In Akka.NET 1.0.* Helios only supported IPV4 addresses and would use that as the default for DNS. In Akka.NET 1.1 we upgraded to using Helios 2.1, which supports both IPV6 and IPV4, but *changed the default DNS resolution strategy to use IPV6.* This caused some breakages for users who were using the `public-hostname` setting inside Helios in combination with a `hostname` value that used an IPV4 address.
This is now fixed - Akka.NET 1.1.1 uses Helios 2.1.2 which defaults back to an IPV4 DNS resolution strategy for both inbound and outbound connections. We've also fixed the way we encode and format IPV6 addresses into `ActorPath` and `Address` string representations (although we [still have an issue with parsing IPV6 from HOCON](https://github.com/akkadotnet/akka.net/issues/2187).)
If you need to use IPV6 for DNS resolution, you can enable it by changing the following setting:
`akka.remote.helios.tcp.dns-use-ipv6 = true`
You can [see the full list of Akka.NET 1.1.1 changes here](https://github.com/akkadotnet/akka.net/milestone/9).