Skip to content

Commit

Permalink
Merge pull request #85 from petabridge/dev
Browse files Browse the repository at this point in the history
v0.6.0 Release
  • Loading branch information
Aaronontheweb authored Mar 11, 2020
2 parents e165693 + 204846b commit a8ba723
Show file tree
Hide file tree
Showing 22 changed files with 8 additions and 37 deletions.
12 changes: 3 additions & 9 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#### 0.6.0-rc1 March 02 2020 ####
**Beta Release of Akka.Persistence.Azure**
#### 0.6.0 March 12 2020 ####
**Release of Akka.Persistence.Azure**

Upgraded Akka.Persistence.Azure v0.5.0 to target [the new Akka.NET v1.4 interfaces](https://getakka.net/community/whats-new/akkadotnet-v1.4.html).

----

Akka.Persistence.Azure v0.5.0 is a major leap forward ahead of v0.1.0. It fully implements Akka.Persistence.Query and fully implements Akka.NET v1.4.0-compatible serialization techniques.

There are still some issues with respect to ordering and result sets from Akka.Persistence.Query and those will be addressed in a future release of Akka.Persistence.Azure.
Updates Akka version to 1.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using Akka.Configuration;
using Akka.Persistence.Azure.TestHelpers;
using Akka.Util.Internal;
using Hocon;
using NBench;

namespace Akka.Persistence.Azure.Tests.Performance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using Akka.Persistence.Azure.TestHelpers;
using Akka.Persistence.Azure.Tests.Helper;
using Akka.Persistence.TCK.Serialization;
using Hocon;
using Xunit;
using Xunit.Abstractions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Akka.Configuration;
using Akka.Persistence.Azure.TestHelpers;
using Akka.Persistence.TCK.Snapshot;
using Hocon;
using Xunit;
using Xunit.Abstractions;
using static Akka.Persistence.Azure.Tests.Helper.AzureStorageConfigHelper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using Akka.Persistence.Azure.TestHelpers;
using Akka.Persistence.Azure.Tests.Helper;
using Akka.Persistence.TCK.Serialization;
using Hocon;
using Xunit;
using Xunit.Abstractions;

Expand Down
1 change: 0 additions & 1 deletion src/Akka.Persistence.Azure.Tests/AzureTableJournalSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Akka.Persistence.Azure.TestHelpers;
using Akka.Persistence.TCK.Journal;
using System;
using Hocon;
using Xunit;
using Xunit.Abstractions;
using static Akka.Persistence.Azure.Tests.Helper.AzureStorageConfigHelper;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using Akka.Configuration;
using Hocon;

namespace Akka.Persistence.Azure.Tests.Helper
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Akka.Persistence.Query;
using Akka.Persistence.TCK.Query;
using System;
using Hocon;
using Xunit;
using Xunit.Abstractions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Akka.Persistence.Azure.Tests.Helper;
using Akka.Persistence.Query;
using Akka.Persistence.TCK.Query;
using Hocon;
using Xunit;
using Xunit.Abstractions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Akka.Persistence.TCK.Query;
using Akka.Streams.TestKit;
using Akka.Util.Internal;
using Hocon;
using Xunit;
using Xunit.Abstractions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Akka.Persistence.Azure.Tests.Helper;
using Akka.Persistence.Query;
using Akka.Persistence.TCK.Query;
using Hocon;
using Xunit;
using Xunit.Abstractions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using Akka.Persistence.Query;
using Akka.Persistence.TCK.Query;
using Akka.Streams.TestKit;
using Hocon;
using Xunit;
using Xunit.Abstractions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Akka.Persistence.Query;
using Akka.Persistence.TCK.Query;
using System;
using Hocon;
using Xunit;
using Xunit.Abstractions;
using static Akka.Persistence.Azure.Tests.Helper.AzureStorageConfigHelper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
using Akka.Streams;
using Akka.Util.Internal;
using FluentAssertions;
using Hocon;
using Xunit;
using Xunit.Abstractions;

Expand Down
1 change: 0 additions & 1 deletion src/Akka.Persistence.Azure.Tests/SerializerHelperSpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Akka.Persistence.Azure.TestHelpers;
using Akka.Persistence.Azure.Tests.Helper;
using FluentAssertions;
using Hocon;
using Xunit;
using Xunit.Abstractions;

Expand Down
1 change: 0 additions & 1 deletion src/Akka.Persistence.Azure/AzurePersistence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Akka.Configuration;
using Akka.Persistence.Azure.Journal;
using Akka.Persistence.Azure.Snapshot;
using Hocon;

namespace Akka.Persistence.Azure
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System;
using System.Linq;
using Akka.Configuration;
using Hocon;
using Microsoft.WindowsAzure.Storage;

namespace Akka.Persistence.Azure.Journal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Akka.Configuration;
using System;
using Hocon;

namespace Akka.Persistence.Azure.Query
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Akka.Persistence.Query;
using Akka.Streams.Actors;
using Akka.Streams.Dsl;
using Hocon;

namespace Akka.Persistence.Azure.Query
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Akka.Actor;
using Akka.Configuration;
using Akka.Persistence.Query;
using Hocon;

namespace Akka.Persistence.Azure.Query
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

using System;
using Akka.Configuration;
using Hocon;
using Microsoft.WindowsAzure.Storage;

namespace Akka.Persistence.Azure.Snapshot
Expand Down
13 changes: 5 additions & 8 deletions src/common.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © 2017 Your Company</Copyright>
<Authors>Your Authors</Authors>
<Copyright>Copyright © 2017-2020 Petabridge</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.6.0</VersionPrefix>
<PackageReleaseNotes>Beta Release of Akka.Persistence.Azure**
Upgraded Akka.Persistence.Azure v0.5.0 to target [the new Akka.NET v1.4 interfaces](https://getakka.net/community/whats-new/akkadotnet-v1.4.html).
----
Akka.Persistence.Azure v0.5.0 is a major leap forward ahead of v0.1.0. It fully implements Akka.Persistence.Query and fully implements Akka.NET v1.4.0-compatible serialization techniques.
There are still some issues with respect to ordering and result sets from Akka.Persistence.Query and those will be addressed in a future release of Akka.Persistence.Azure.</PackageReleaseNotes>
<PackageReleaseNotes>Release of Akka.Persistence.Azure**
Updates Akka version to 1.4.1</PackageReleaseNotes>
<PackageIconUrl>
</PackageIconUrl>
<PackageProjectUrl>
Expand All @@ -18,7 +15,7 @@ There are still some issues with respect to ordering and result sets from Akka.P
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<AkkaVersion>1.4.1-rc1</AkkaVersion>
<AkkaVersion>1.4.1</AkkaVersion>
<TestSdkVersion>16.5.0</TestSdkVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
Expand Down

0 comments on commit a8ba723

Please sign in to comment.