Compare commits
1 Commits
main
...
cuddle-ple
Author | SHA1 | Date | |
---|---|---|---|
|
c07a562ace |
50
CHANGELOG.md
Normal file
50
CHANGELOG.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# 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.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.0] - 2024-11-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- with updated notmad
|
||||||
|
- added please and release
|
||||||
|
- change order of grpc host
|
||||||
|
- add replicas 1
|
||||||
|
- add s3 and deployment
|
||||||
|
- add prometheus and protobuf messages
|
||||||
|
- increase size of index
|
||||||
|
- add indexes
|
||||||
|
- set notification to 4mb
|
||||||
|
- add storage backend
|
||||||
|
- remove more partitions
|
||||||
|
- cleanup
|
||||||
|
- remove keys and ids
|
||||||
|
- working dagger engine
|
||||||
|
- should listen on public endpoint
|
||||||
|
- with sdk
|
||||||
|
- with dagger engine
|
||||||
|
- do cleanup
|
||||||
|
- add broker setup
|
||||||
|
- update
|
||||||
|
- add basic streaming data
|
||||||
|
- add ingest layer
|
||||||
|
- extract handler
|
||||||
|
- add offset to consumers
|
||||||
|
- add complexity
|
||||||
|
- added v1 files
|
||||||
|
- add operations endpoint to get topics
|
||||||
|
- add staging
|
||||||
|
- add data ingest
|
||||||
|
- add docs
|
||||||
|
- add base
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- *(deps)* update rust crate serde to v1.0.215
|
||||||
|
- *(deps)* update all dependencies
|
||||||
|
- offset be inclusive end
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- into files
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -223,9 +223,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aws-sdk-s3"
|
name = "aws-sdk-s3"
|
||||||
version = "1.63.0"
|
version = "1.61.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f43850204a109a5eea1ea93951cf0440268cef98b0d27dfef4534949e23735f7"
|
checksum = "0e531658a0397d22365dfe26c3e1c0c8448bf6a3a2d8a098ded802f2b1261615"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aws-credential-types",
|
"aws-credential-types",
|
||||||
"aws-runtime",
|
"aws-runtime",
|
||||||
|
Loading…
Reference in New Issue
Block a user