Releases: bruceharrison1984/TinyHealthCheck
v2.0.1
This release simply fixes the SHA associated with this release. Somehow I screwed up the v2.0.0 release and the Tag no longer pointed at a valid spot in the tree. This releases fixes that so it doesn't give the impression some funny business is going on regarding release tags and the associated branches.
Commits
v2.0.0
This upgrades all runtime and test dependencies to net10. This should not have any effect on the package at runtime since no underlying behavior has been changed.
Additionally, any Github Action packages have been upgraded to the latest version available.
Commits
- 6dce9fd: Bump actions/download-artifact (dependabot[bot]) #9
- 3bf6c8e: Bump System.Text.Json (dependabot[bot]) #8
- dcb2d14: upgrade all deps (Bruce Harrison) #11
- 878d7b4: update action so external PRs can run the integration test (Bruce Harrison) #11
- eac3801: updates to GHA scripts (Bruce Harrison) #12
- 6ddaa2a: update actions related to artifacts (Bruce Harrison) #13
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)