2025-02-28 08:17:09 +01:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.1.0/ ), and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
## [Unreleased]
2025-03-04 09:21:19 +01:00
### Added
- The `iocaine_garbage_served` metric will have the same labels applied to it as `iocaine_requests_total` .
2025-03-04 14:05:35 +01:00
- Implemented a new metric, `iocaine_maze_depth` , a counter to track how deep the maze has been explored so far.
2025-03-04 13:24:50 +01:00
- When metrics are enabled, process metrics such as CPU seconds used, memory usage, etc, are also emitted.
2025-02-28 22:33:07 +01:00
2025-03-05 11:57:08 +01:00
### Fixed
- The default bind address, both for the main service, and for metrics, are now correctly initialized with a default.
2025-02-28 22:33:07 +01:00
## [1.0.0] - 2025-03-01
2025-02-28 08:17:09 +01:00
_Initial release._
2025-02-28 22:33:07 +01:00
[Unreleased]: https://git.madhouse-project.org/iocaine/iocaine/compare/iocaine-1.0.0...main
2025-03-01 01:06:18 +01:00
[1.0.0]: https://git.madhouse-project.org/iocaine/iocaine/src/tag/iocaine-1.0.0