Releases: bruceharrison1984/TinyHealthCheck
v1.1.1
v1.1.0
This release changes the logging level to DEBUG
instead of INFO
. This should prevent this package from spamming your logs. If you still wish to see these logs, directions are in the README to re-enable them.
Additionally, the build pipelines were slightly altered so PRs will now run checks, and releases occur in 2 discrete steps now.
Commits
- 9191a26: Add LogLevel to health check config (Twinki) #5
- 2b64467: Update HealthCheckService.cs (Twinki) #5
- bfb2f0b: Update HealthCheckService.cs (Twinki) #5
- 43884ca: adjust exception logging too (Twinki) #5
- 19f3532: remove log option, set all logs to DEBUG level (Bruce Harrison) #6
- 3084829: update demo app so log entries appear (Bruce Harrison) #6
- 31e72ca: update readme to include logging info (Bruce Harrison) #6
- 7484870: rename actions (Bruce Harrison) #6
- 8399e71: rework release pipeline (Bruce Harrison) #6
- 1b21de7: rename actions (Bruce Harrison) #6
- cb90301: enable nuget publishing (Bruce Harrison)
- 4f34a27: check file location (Bruce Harrison)
- 872ee0b: check file location (Bruce Harrison)
- f9f9f5d: check file location (Bruce Harrison)
- a121d22: wip (Bruce Harrison)
- cec1c8d: wip (Bruce Harrison)
- 9d3d224: reenable publishing (Bruce Harrison)
v1.0.1
v1.0.0
This was essentially a maintenance release that bumped the versions on some older packages. Seeing as how this package has seen a fair number of installs with no issues, I've gone ahead and moved it to a full 1.0.0 release.
Thanks Twinki
for the PR, and everyone who has been using this package!
Commits
- a5fcc3c: update readme (Bruce Harrison)
- 1dbb8d9: Update README.md (Bruce)
- 4b17ac8: Update README.md (Bruce)
- 14ba7ab: Update README.md (Bruce)
- ad1d1c5: update to .net7 & net standard 2.1 (Twinki) #3
- b71518d: adjust files for .net 7 (Twinki) #3
- dd34c7c: update packages (Twinki) #3
- 862d568: Update releaseBuild.yml (Twinki) #3
- 10c61a9: Update TinyHealthCheckConfig.cs (Twinki) #3
- 1a0515b: Update README.md (Twinki) #3
- dbcc286: Update TinyHealthCheck.csproj (Twinki) #3
- 3ce8ccb: revert formatting (Twinki) #3
- 8730a7f: bump workflow versions (Twinki) #3
- 6100802: Update devBuild.yml (Twinki) #3
- 654ceca: Update devBuild.yml (Twinki) #3
- 95dfae3: use GITHUB_OUTPUT (Twinki) #3
v0.0.16
This version makes this library netstandard2.0
compatible, and updated the other dependencies to their latest versions. System.Text.Json
had to be added as an additional dependency due to the down-grade to netstandard2.0
.
Commits
v0.0.15
v0.0.14
The release replaced the concrete implementation of HealthCheckResult
with IHealthCheckResult
. This should allow for greater flexibility when custom response types are required.
Additional code cleanup and additional XML documentation was also added, as well as slightly restructuring the project to be a bit more well organized.
A Dockerfile and documentation was also added for easier testing of the example project.
Commits
- a20bff7: add Dockerfile and documentation (Bruce Harrison)
- e3fa8cb: Update README.md (Bruce)
- 9d41c0d: Update README.md (Bruce)
- cc1c15b: Update README.md (Bruce)
- 6f2fb20: Update README.md (Bruce)
- 56c2b05: cleanup code, add in-code documentation, create interface for IHealthCheckResult (Bruce Harrison)
- 50f636d: Merge branch 'main' of https://github.com/bruceharrison1984/TinyHealthCheck (Bruce Harrison)
- 9f3073e: add more docs, update readme (Bruce Harrison)
v0.0.13
v0.0.12
v0.0.11
This release had the following changes:
- Target net6.0
- Add minimal integration testing
- Setup automatic tag-based releases
Commits
- 89e7032: add some integration tests (Bruce Harrison)
- 4b2e665: build on all branches, only push package from main (Bruce Harrison)
- 90dee4a: make action run more frequently, disable push for now (Bruce Harrison)
- 3594e17: Merge branch 'add-unit-tests' (Bruce Harrison)
- 41c591b: clean up test, set .net version to 5.0 (Bruce Harrison)
- 1eeccf0: retarget net6.0 (Bruce Harrison)
- 3ede654: use net6.0 to build (Bruce Harrison)
- 5b602bc: split action pipelines apart (Bruce Harrison)
- fc20f38: rename pipelines (Bruce Harrison)
- 155613c: change release pipeline to use tag version instead of build number (Bruce Harrison)
- 8320c62: remove v from version (Bruce Harrison)
- 90fbc9f: re-enable nuget package push (Bruce Harrison)
- 2def72a: push the correct version of the package (Bruce Harrison)
- 3269654: remove conditional statement from package push (Bruce Harrison)