Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Releases: rinkudesu/rinkudesu-links

v0.6.1

02 Jul 12:24
e06d19b
Compare
Choose a tag to compare

Maintenance release containing only dependency bumps.

What's Changed

  • Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 in /Rinkudesu.Services.Links by @dependabot in #254
  • Bump docker/metadata-action from 4.4.0 to 4.5.0 by @dependabot in #255
  • Bump docker/login-action from 2.1.0 to 2.2.0 by @dependabot in #256
  • Bump Rinkudesu.Kafka.Dotnet from 0.0.3 to 0.0.4 in /Rinkudesu.Services.Links by @dependabot in #257
  • Bump docker/build-push-action from 4.0.0 to 4.1.0 by @dependabot in #259
  • Bump Microsoft.EntityFrameworkCore.Abstractions from 7.0.5 to 7.0.7 in /Rinkudesu.Services.Links by @dependabot in #261
  • Bump Microsoft.Extensions.Http.Polly from 7.0.5 to 7.0.7 in /Rinkudesu.Services.Links by @dependabot in #260
  • Bump docker/metadata-action from 4.5.0 to 4.6.0 by @dependabot in #263
  • Bump docker/build-push-action from 4.1.0 to 4.1.1 by @dependabot in #262
  • Bump Serilog from 2.12.0 to 3.0.0 in /Rinkudesu.Services.Links by @dependabot in #264
  • Bump Serilog from 3.0.0 to 3.0.1 in /Rinkudesu.Services.Links by @dependabot in #265
  • Bump Microsoft.EntityFrameworkCore.Abstractions from 7.0.7 to 7.0.8 in /Rinkudesu.Services.Links by @dependabot in #266
  • Bump Microsoft.Extensions.Http.Polly from 7.0.7 to 7.0.8 in /Rinkudesu.Services.Links by @dependabot in #267
  • Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 in /Rinkudesu.Services.Links by @dependabot in #268

Full Changelog: v0.6.0...v0.6.1

v0.6.0

04 Jun 08:52
eec6679
Compare
Choose a tag to compare

Changes:

  • update a bunch of dependencies,
  • improve error handling,
  • handle filtering and sorting better,
  • start requiring that link urls be actual valid urls (I kind of blanked out on this being a thing, but due to model changes an error is now being returned when a non-url url is being used - this will probably break existing links in an invalid format, but I didn't really test that).

What's Changed

  • Bump Microsoft.EntityFrameworkCore.Abstractions from 7.0.1 to 7.0.5 in /Rinkudesu.Services.Links by @dependabot in #234
  • Bump docker/metadata-action from 4.3.0 to 4.4.0 by @dependabot in #236
  • Bump Serilog.Extensions.Hosting from 5.0.1 to 7.0.0 in /Rinkudesu.Services.Links by @dependabot in #237
  • Bump Serilog.AspNetCore from 6.1.0 to 7.0.0 in /Rinkudesu.Services.Links by @dependabot in #238
  • Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /Rinkudesu.Services.Links by @dependabot in #239
  • Adjust authority values to local identity server by @KowalskiPiotr98 in #240
  • Bump coverlet.collector from 3.2.0 to 6.0.0 in /Rinkudesu.Services.Links by @dependabot in #241
  • Bump coverlet.msbuild from 3.2.0 to 6.0.0 in /Rinkudesu.Services.Links by @dependabot in #242
  • Bump Microsoft.AspNetCore.Mvc.Versioning from 5.0.0 to 5.1.0 in /Rinkudesu.Services.Links by @dependabot in #243
  • Bump actions/setup-dotnet from 3.0.3 to 3.1.0 by @dependabot in #244
  • Bump actions/setup-dotnet from 3.1.0 to 3.2.0 by @dependabot in #245
  • Fix attempting to create duplicate links resulting in an error being thrown by @KowalskiPiotr98 in #247
  • Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /Rinkudesu.Services.Links by @dependabot in #248
  • Add local dev server run script by @KowalskiPiotr98 in #249
  • Ignore "http(s)://" when filtering and sorting by @KowalskiPiotr98 in #251
  • Use dedicated edit dto by @KowalskiPiotr98 in #253

Full Changelog: v0.5.0...v0.6.0

v0.5.0

16 Apr 13:41
b4f490e
Compare
Choose a tag to compare

More notable changes

  • Introduce unique index on UserCreatingId and LinkUrl so that users won't be able to create duplicate links
  • Fix database queries taking a fixed amount of items returning unreliable results
  • Update to .net 7

What's Changed

  • Bump Rinkudesu.Kafka.Dotnet from 0.0.1 to 0.0.2 in /Rinkudesu.Services.Links by @dependabot in #196
  • Bump Serilog.AspNetCore from 6.0.1 to 6.1.0 in /Rinkudesu.Services.Links by @dependabot in #197
  • Fix broken coverage with .net 7 by @KowalskiPiotr98 in #198
  • Fix mapping of relative (or incorrect) uris by @KowalskiPiotr98 in #200
  • Bump Moq from 4.18.2 to 4.18.3 in /Rinkudesu.Services.Links by @dependabot in #201
  • Bump Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.11 to 6.0.12 in /Rinkudesu.Services.Links by @dependabot in #203
  • Bump Microsoft.EntityFrameworkCore.Tools from 6.0.11 to 6.0.12 in /Rinkudesu.Services.Links by @dependabot in #205
  • Bump Microsoft.EntityFrameworkCore from 6.0.11 to 6.0.12 in /Rinkudesu.Services.Links by @dependabot in #204
  • Bump Microsoft.EntityFrameworkCore.Sqlite from 6.0.11 to 6.0.12 in /Rinkudesu.Services.Links by @dependabot in #202
  • Bump Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions from 6.0.11 to 6.0.12 in /Rinkudesu.Services.Links by @dependabot in #206
  • Upgrade to net7 by @KowalskiPiotr98 in #207
  • Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 in /Rinkudesu.Services.Links by @dependabot in #208
  • Bump Moq from 4.18.3 to 4.18.4 in /Rinkudesu.Services.Links by @dependabot in #209
  • Bump Swashbuckle.AspNetCore.SwaggerUI from 6.4.0 to 6.5.0 in /Rinkudesu.Services.Links by @dependabot in #210
  • Bump Swashbuckle.AspNetCore.Swagger from 6.4.0 to 6.5.0 in /Rinkudesu.Services.Links by @dependabot in #212
  • Bump Swashbuckle.AspNetCore.SwaggerGen from 6.4.0 to 6.5.0 in /Rinkudesu.Services.Links by @dependabot in #211
  • Bump docker/metadata-action from 4.1.1 to 4.2.0 by @dependabot in #213
  • Add link filtering by provided tag id by @KowalskiPiotr98 in #216
  • Bump Microsoft.Extensions.Http.Polly from 7.0.1 to 7.0.2 in /Rinkudesu.Services.Links by @dependabot in #217
  • Bump docker/metadata-action from 4.2.0 to 4.3.0 by @dependabot in #218
  • Bump docker/build-push-action from 3.2.0 to 3.3.0 by @dependabot in #219
  • Bump docker/build-push-action from 3.3.0 to 4.0.0 by @dependabot in #220
  • Add the ability to skip/take links list by @KowalskiPiotr98 in #222
  • Bump Microsoft.Extensions.Http.Polly from 7.0.2 to 7.0.3 in /Rinkudesu.Services.Links by @dependabot in #223
  • Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in /Rinkudesu.Services.Links by @dependabot in #224
  • Bump Microsoft.Extensions.Http.Polly from 7.0.3 to 7.0.4 in /Rinkudesu.Services.Links by @dependabot in #225
  • Bump AutoMapper.Extensions.Microsoft.DependencyInjection from 12.0.0 to 12.0.1 in /Rinkudesu.Services.Links by @dependabot in #226
  • Bump Microsoft.Extensions.Http.Polly from 7.0.4 to 7.0.5 in /Rinkudesu.Services.Links by @dependabot in #227
  • Add unique index on link url for user by @KowalskiPiotr98 in #228
  • Add workflow to push "edge" docker image on main push by @KowalskiPiotr98 in #229
  • Explicitely define tags for experimental docker image by @KowalskiPiotr98 in #230
  • Improve database limit query reliability by @KowalskiPiotr98 in #232
  • Bump kafka dotnet by @KowalskiPiotr98 in #233

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Nov 12:44
bf67945
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Jan 23:18
d470ff1
Compare
Choose a tag to compare

Database breaking change

This update introduces a reworked initial database migration - because of that, the current database will need to be deleted.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Sep 18:42
df81e33
Compare
Choose a tag to compare

Prepare the project for integration with other services.

Functionality is still limited and API contracts may be broken without notice.

v0.1.0

26 Aug 19:27
3602ee7
Compare
Choose a tag to compare
Merge pull request #26 from rinkudesu/kestrel-config

fix dockerfile