Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
Release Issue: #230
  • Loading branch information
BLYKIM authored and msk committed Jan 4, 2023
1 parent a81cd47 commit 5f71b00
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 77 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ 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.7.0] - 2023-01-04

### Added

- Add export file to GraphQL API. (`csv`, `json` format support)
- Add `Statistics` column family. Receive and save traffic statistics from Piglet.
- Save Giganto's `syslog` to a path written to `log_dir` in configuration file.
- Add `Operationlog`
- Add `Oplog` (Operation log)

### Changed

Expand Down Expand Up @@ -105,6 +105,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release.

[0.7.0]: https://github.com/aicers/giganto/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/aicers/giganto/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/aicers/giganto/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/aicers/giganto/compare/0.3.0...0.4.0
Expand Down
Loading

0 comments on commit 5f71b00

Please sign in to comment.