Skip to content

Commit

Permalink
Release 0.4.0 (#100)
Browse files Browse the repository at this point in the history
Related issue: #97
  • Loading branch information
kimhanbeom authored Sep 27, 2024
1 parent dc972e4 commit 3f68103
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 121 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.4.0] - 2024-09-27

### Added

Expand All @@ -19,11 +19,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Changed CrusherConfig with oinq `Config`.
- Modified logging behavior for debug and release builds
- Changed logs to stdout and file
- Updated `set_config` function to record requested configuration changes
to a temporary toml file. Given the original configuration file name as
`crusher.toml`, the temporary file is named as `crusher.toml.temp.toml`.
- If the reload trigger succeeds, the new configuration is applied from the
temporary file; otherwise, the temporary file is deleted.
- Changed configuration fields name.
- `roots` to `ca_certs`. It also introduces support for multiple CA
certificates.
Expand Down Expand Up @@ -97,7 +92,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Send the generated `time series` to `giganto`'s ingest.
- Save the model's id and the last time the timeseries was sent to a file.

[Unreleased]: https://github.com/aicers/crusher/compare/0.3.2...main
[0.4.0]: https://github.com/aicers/crusher/compare/0.3.2...0.4.0
[0.3.2]: https://github.com/aicers/crusher/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/aicers/crusher/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/aicers/crusher/compare/0.2.0...0.3.0
Expand Down
Loading

0 comments on commit 3f68103

Please sign in to comment.