Skip to content

Commit

Permalink
Add a publish api to return raw events
Browse files Browse the repository at this point in the history
- Add `multi_get_with_source()` returns source, value.

Close: #347
  • Loading branch information
BLYKIM authored and msk committed Apr 18, 2023
1 parent 27f44a6 commit 3984e48
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 116 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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]

### Added

- Add a publish API to return the source, raw_events
from the source, timestamps for REconverge.

## [0.9.0] - 2023-04-03

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

- Initial release.

[Unreleased]: https://github.com/aicers/giganto/compare/0.9.0...main
[0.9.0]: https://github.com/aicers/giganto/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/aicers/giganto/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/aicers/giganto/compare/0.6.0...0.7.0
Expand Down
Loading

0 comments on commit 3984e48

Please sign in to comment.