Compare commits
2 Commits
05cd618b57
...
2fe1a81fea
Author | SHA1 | Date | |
---|---|---|---|
|
2fe1a81fea | ||
6f3a5129bd |
63
CHANGELOG.md
Normal file
63
CHANGELOG.md
Normal file
@ -0,0 +1,63 @@
|
||||
# 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-01-30
|
||||
|
||||
### 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 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.4
|
||||
- *(deps)* update rust crate tracing-subscriber to v0.3.19
|
||||
- *(deps)* update rust crate tracing to v0.1.41
|
||||
- into files
|
20
Cargo.lock
generated
20
Cargo.lock
generated
@ -155,9 +155,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
||||
|
||||
[[package]]
|
||||
name = "aws-config"
|
||||
version = "1.5.14"
|
||||
version = "1.5.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f40e82e858e02445402906e454a73e244c7f501fcae198977585946c48e8697"
|
||||
checksum = "dc47e70fc35d054c8fcd296d47a61711f043ac80534a10b4f741904f81e73a90"
|
||||
dependencies = [
|
||||
"aws-credential-types",
|
||||
"aws-runtime",
|
||||
@ -223,9 +223,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aws-sdk-s3"
|
||||
version = "1.70.0"
|
||||
version = "1.72.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3d781684ce9da2f82da4e23eaf753310d5ddb05efe2d91cd59033828727218f5"
|
||||
checksum = "1c7ce6d85596c4bcb3aba8ad5bb134b08e204c8a475c9999c1af9290f80aa8ad"
|
||||
dependencies = [
|
||||
"aws-credential-types",
|
||||
"aws-runtime",
|
||||
@ -257,9 +257,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aws-sdk-sso"
|
||||
version = "1.54.0"
|
||||
version = "1.57.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "921a13ed6aabe2d1258f65ef7804946255c799224440774c30e1a2c65cdf983a"
|
||||
checksum = "c54bab121fe1881a74c338c5f723d1592bf3b53167f80268a1274f404e1acc38"
|
||||
dependencies = [
|
||||
"aws-credential-types",
|
||||
"aws-runtime",
|
||||
@ -279,9 +279,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aws-sdk-ssooidc"
|
||||
version = "1.55.0"
|
||||
version = "1.58.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "196c952738b05dfc917d82a3e9b5ba850822a6d6a86d677afda2a156cc172ceb"
|
||||
checksum = "8c8234fd024f7ac61c4e44ea008029bde934250f371efe7d4a39708397b1080c"
|
||||
dependencies = [
|
||||
"aws-credential-types",
|
||||
"aws-runtime",
|
||||
@ -301,9 +301,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aws-sdk-sts"
|
||||
version = "1.55.0"
|
||||
version = "1.58.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "33ef5b73a927ed80b44096f8c20fb4abae65469af15198367e179ae267256e9d"
|
||||
checksum = "ba60e1d519d6f23a9df712c04fdeadd7872ac911c84b2f62a8bda92e129b7962"
|
||||
dependencies = [
|
||||
"aws-credential-types",
|
||||
"aws-runtime",
|
||||
|
Loading…
x
Reference in New Issue
Block a user