This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
v0.6.0
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