Skip to content

Commit

Permalink
Bugfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Aug 19, 2019
1 parent af2f4d4 commit 890f7b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.2.1 - 2019-08-19

### Bugfixes

* **MongoDB**: Fix index creation for Orleans tables.
* **MongoDB**: Fixes in OpenAPI definition.

## 3.2.0 - 2019-08-19

### Features
Expand All @@ -14,7 +21,7 @@
* **Assets**: Pass in time to cache to asset API.
* **Assets**: Shorter asset fields and asset migration.
* **Rules**: Kafka rule action, thanks to https://github.com/sauravvijay
* **DB**: Removed support for CosmosDB and DocumentDB due to high costs.
* **MongoDB**: Removed support for CosmosDB and DocumentDB due to high costs.

## 3.1.0 - 2019-07-25

Expand Down
2 changes: 1 addition & 1 deletion extensions/Squidex.Extensions/Squidex.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Algolia.Search" Version="5.3.1" />
<PackageReference Include="Confluent.Kafka" Version="1.0.0" />
<PackageReference Include="Confluent.Kafka" Version="1.1.0" />
<PackageReference Include="CoreTweet" Version="1.0.0.483" />
<PackageReference Include="Elasticsearch.Net" Version="6.8.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="2.2.0" />
Expand Down
8 changes: 4 additions & 4 deletions src/Squidex/Squidex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
<PackageReference Include="MongoDB.Driver" Version="2.9.0" />
<PackageReference Include="Namotion.Reflection" Version="1.0.6" />
<PackageReference Include="NJsonSchema" Version="10.0.22" />
<PackageReference Include="NSwag.AspNetCore" Version="13.0.4" />
<PackageReference Include="NSwag.AspNetCore" Version="13.0.5" />
<PackageReference Include="OpenCover" Version="4.7.922" PrivateAssets="all" />
<PackageReference Include="Orleans.Providers.MongoDB" Version="2.5.0" />
<PackageReference Include="Orleans.Providers.MongoDB" Version="2.7.0" />
<PackageReference Include="Orleans.WebHostCompatibilityLayer" Version="2.3.1" />
<PackageReference Include="OrleansDashboard" Version="2.4.1" />
<PackageReference Include="OrleansDashboard" Version="2.4.3" />
<PackageReference Include="RefactoringEssentials" Version="5.6.0" PrivateAssets="all" />
<PackageReference Include="ReportGenerator" Version="4.2.15" PrivateAssets="all" />
<PackageReference Include="Squidex.ClientLibrary" Version="3.7.0" />
<PackageReference Include="Squidex.ClientLibrary" Version="3.9.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
Expand Down

0 comments on commit 890f7b8

Please sign in to comment.