Compare commits
2 Commits
042d78c03f
...
984e127c5e
Author | SHA1 | Date | |
---|---|---|---|
|
984e127c5e | ||
430240d751 |
66
CHANGELOG.md
Normal file
66
CHANGELOG.md
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
# 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] - 2025-02-15
|
||||||
|
|
||||||
|
### 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
|
||||||
|
this is mainly to decouple the actual sending of events, from the ingest.
|
||||||
|
|
||||||
|
we now ingest the data, and update consumer groups with the new offset. Consumer groups now in the background continously send out data from the update. they tick 1 second between checks, but if something takes long than a second, the next run just continues from where we left off
|
||||||
|
- 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 aws-sdk-s3 to v1.76.0
|
||||||
|
- *(deps)* update aws-sdk-rust monorepo
|
||||||
|
- *(deps)* update aws-sdk-rust monorepo
|
||||||
|
- *(deps)* update rust crate aws-sdk-s3 to v1.70.0
|
||||||
|
- *(deps)* update aws-sdk-rust monorepo
|
||||||
|
- *(deps)* update aws-sdk-rust monorepo
|
||||||
|
- *(deps)* update rust crate serde to v1.0.216
|
||||||
|
- *(deps)* update rust crate aws-sdk-s3 to v1.65.0
|
||||||
|
- *(deps)* update rust crate aws-sdk-s3 to v1.63.0
|
||||||
|
- *(deps)* update rust crate serde to v1.0.215
|
||||||
|
- *(deps)* update all dependencies
|
||||||
|
- offset be inclusive end
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- *(deps)* update tokio-prost monorepo to v0.13.5
|
||||||
|
- *(deps)* update tokio-prost monorepo to v0.13.4
|
||||||
|
- *(deps)* update rust crate tracing-subscriber to v0.3.19
|
||||||
|
- *(deps)* update rust crate tracing to v0.1.41
|
||||||
|
- into files
|
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -223,9 +223,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aws-sdk-s3"
|
name = "aws-sdk-s3"
|
||||||
version = "1.74.0"
|
version = "1.76.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f551566d462b47c3e49b330f1b86e69e7dc6e4d4efb1959e28c5c82d22e79f7c"
|
checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aws-credential-types",
|
"aws-credential-types",
|
||||||
"aws-runtime",
|
"aws-runtime",
|
||||||
@ -324,9 +324,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aws-sigv4"
|
name = "aws-sigv4"
|
||||||
version = "1.2.8"
|
version = "1.2.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0bc5bbd1e4a2648fd8c5982af03935972c24a2f9846b396de661d351ee3ce837"
|
checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aws-credential-types",
|
"aws-credential-types",
|
||||||
"aws-smithy-eventstream",
|
"aws-smithy-eventstream",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user