Skip to content

Releases: akkadotnet/Hyperion

Hyperion v0.9.16

17 Jun 19:08
204e3c6
Compare
Choose a tag to compare

0.9.16 June 17 2020

Changes:

  • 204e3c6 Merge pull request #179 from akkadotnet/dev
  • e5d4900 Update release notes for 0.9.16 (#178)
  • 4e4f742 Bump BenchmarkDotNet from 0.12.0 to 0.12.1 (#172)
  • 672899f Bump System.Collections.Immutable from 1.7.0 to 1.7.1 (#175)
  • e4c7cb1 Bump FluentAssertions from 5.10.2 to 5.10.3 (#171)
  • 22343b7 Add deserialization support for ReadOnlyDictionary (#177)
  • 7afb21e Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1 (#174)
  • 631c338 Bump FSharp.Core from 4.7.0 to 4.7.2 (#176)

This list of changes was auto generated.

Hyperion v0.9.15

27 Feb 16:15
0f2044d
Compare
Choose a tag to compare

0.9.15 February 27 2020

Changes:

This list of changes was auto generated.

Hyperion v0.9.14

13 Feb 13:43
b6a4f25
Compare
Choose a tag to compare

0.9.14 February 13 2020

  • [Added support for serializing and deserializing IDictionary<TKey, TValue> with private and protected default constructor] (#162)

Changes:

  • b6a4f25 Merge pull request #164 from akkadotnet/dev
  • 3ea2f72 Update README.md and UPDATE_NOTES.md (#163)
  • 52e993a Bump FluentAssertions from 5.10.0 to 5.10.2 (#161)
  • 61e1469 Fix DictionarySerializerFactory to work with private or protected default constructor (#162)

This list of changes was auto generated.

Hyperion v0.9.13

10 Feb 00:09
457a5e7
Compare
Choose a tag to compare

0.9.13 February 09 2020

Changes:

  • 457a5e7 Merge pull request #160 from akkadotnet/dev
  • f24687b added v0.9.13 release notes (#159)
  • 01ed0c8 Update IDictionary<T, V> serializer to not use IDictionary assumption (#158)
  • a66b88e IDictionary<TKey, TValue> support (#156)
  • f341ce1 Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#155)

This list of changes was auto generated.

Hyperion v0.9.12

20 Jan 20:26
2cf4598
Compare
Choose a tag to compare

0.9.12 January 20 2020

  • Added version tolerance during deserialization.
  • Added ArrayList and non-generic IEnumerable support.

Changes:

  • 2cf4598 Merge pull request #154 from akkadotnet/dev
  • f09ffdd Update README.md
  • 149fe9f added v0.9.2 release notes (#153)
  • a13c315 rewrote CrossFrameworkSerializationTests as xUnit theory (#152)
  • 7f36823 Adjust ArrayList support (#150)
  • 3d65b93 Fix version tolerance when bad assembly version specified in type manifest (#149)
  • 54e13f0 Bump Microsoft.CSharp from 4.6.0 to 4.7.0 (#146)
  • d0f963a Bump System.Reflection.TypeExtensions from 4.6.0 to 4.7.0 (#147)
  • a06a764 Bump System.Collections.Immutable from 1.6.0 to 1.7.0 (#148)

This list of changes was auto generated.

Hyperion v0.9.11

13 Nov 22:17
326f89f
Compare
Choose a tag to compare

0.9.11 November 13 2019

Hyperion now targets .NET 4.5 again so it can be included inside Akka.NET v1.3.* releases.

Changes:

This list of changes was auto generated.

Hyperion v0.9.10

16 Oct 18:34
d9a9319
Compare
Choose a tag to compare

0.9.10 October 15 2019

Hyperion now supports cross-framework communication between .NET Core and .NET Framework.

Changes:

  • d9a9319 Merge pull request #136 from akkadotnet/dev
  • cbcbfdf added v0.9.10 Release Notes (#134)
  • 105dffc Bump FSharp.Core from 4.6.2 to 4.7.0 (#135)
  • 7ec4bd7 Bump Microsoft.CSharp from 4.3.0 to 4.6.0 (#132)
  • 034ba5c WIP Communicate between framework mscorlib and core framework with Unit Tests (#116)

This list of changes was auto generated.

Hyperion v0.9.9

04 Oct 22:22
b0075b4
Compare
Choose a tag to compare

0.9.9 October 10 2019

Hyperion now supports .NET Core 3.0.

Changes:

  • b0075b4 Merge pull request #131 from akkadotnet/dev
  • 75c05f6 added v0.9.9 release notes (#130)
  • cb473a5 updated release settings (#129)
  • d87f8a2 Bump Microsoft.NET.Test.Sdk from 15.3.0 to 16.3.0 (#122)
  • 612df3d Bump BenchmarkDotNet from 0.10.10 to 0.11.5 (#123)
  • 43806ee Bump System.Collections.Immutable from 1.4.0 to 1.6.0 (#124)
  • 945c362 need to set DOTNET_ROOT env variable for .NET Core 3.0 (#128)
  • 955bb46 Bump XunitVersion from 2.3.0 to 2.4.1 (#125)
  • 2a614a4 Bump System.Reflection.TypeExtensions from 4.3.0 to 4.6.0 (#126)
  • 14a2432 removed dotnet-xunit (#127)
See More
  • 2a5c9c2 added X-plat PR validation (#121)
  • 2750c72 NetStandard2.0 and NetCoreApp3.0 supports added (#119)
  • f0bd031 Build system update (#120)
  • 9b4ed1a Array2D && Array3D support (#109)
  • 735c49e Introduced regex for TypeEx.GetShortAssemblyQualifiedName (#61)
  • 0988cea made it easier to generate beta packages of Hyperion locally (#103)
  • f5e5331 added v0.9.9 placeholder for nightlies (#104)
  • 0b3ed5a preserve reference is checking type to prevent InvalidCastException (#97)
  • 72d6188 Merge pull request #94 from akkadotnet/dev
  • 84eb198 Merge pull request #88 from akkadotnet/dev
  • cf20153 Merge pull request #74 from akkadotnet/dev
  • ff0a22c Fix nuget publish when symbols aren't required to nuget push (#69) (#70)
  • d6f8418 Merge pull request #68 from heynickc/master

This list of changes was auto generated.

Hyperion v0.9.8 Stable Release

31 Jan 22:00
b596a93
Compare
Choose a tag to compare

0.9.8 January 31 2018

Maintenance release for Hyperion v0.9.*
This small patch conists of the following bug fixes to Hyperion v0.9.* branch:

Hyperion v0.9.7 Stable Release

19 Jan 17:56
a2ddef9
Compare
Choose a tag to compare

0.9.7 January 18 2018

Maintenance release for Hyperion v0.9.*

This patch mostly contains bugfixes and enhancements to the existing Hyperion v0.9.* branch. No major API changes have been made.

You can see the full set of changes for Hyperion v0.9.7 here.