Releases: lkurzyniec/netcore-boilerplate
Releases · lkurzyniec/netcore-boilerplate
v3.0.0 - Alpine Linux
- moved towards Alpine Linux (with globalization) to reduce image size.
- used .NET regular expression source generators
- added new feature flag -
ConnectionInfo
Full Changelog: v2.4.3...v3.0.0
v2.4.3 - Vulnerable dependencies
Vulnerable dependencies
Full Changelog: v2.4.2...v2.4.3
v2.4.2 - Vulnerable dependencies
Vulnerable dependencies
Full Changelog: v2.4.1...v2.4.2
v2.4.1 - Vulnerable dependencies
Vulnerable dependencies + Banner
Full Changelog: v2.4.0...v2.4.1
v2.4.0 - Version endpoint
Added version endpoint which is under /version
.
v2.3.0 - Image publish
Docker image available:
- Docker Hub - https://hub.docker.com/r/lkurzyniec/netcore-boilerplate
- GitHub Container Registry - https://github.com/lkurzyniec/netcore-boilerplate/pkgs/container/netcore-boilerplate
Changes:
- health check endpoint redesigned to reflect recommanded approach - https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks?#separate-readiness-and-liveness-probes
v2.2.0 - DockerCompose feature flag
When run as a container, then just a subset of features is enabled.
But when from docker-compose, then all features are available.
v2.1.0 - Pings
Added PingsController.cs with two actions:
website
- returns the website ping http statusrandom
- returns a random http status
v2.0.0 - .NET 8.0
dotnet8 upgrade (#252) * adjusted code to dotnet8 * dotnet8 package dependencies bump * code adjustments * README update
Books module
Module developed with a modular monolith approach. The code is organized around features (slices).
This module introduces Dapper with SqliteDB.