v0.10.0
What's Changed
- feat: continuously publish provider records by @nathanielc in #175
- fix: check limits first before other behaviours by @nathanielc in #183
- fix: panic with divide by zero duration math by @nathanielc in #184
- fix: fix JSON log format errors by @nathanielc in #185
- feat: add publisher batch metrics by @nathanielc in #187
- fix: update comment to pass clippy by @nathanielc in #189
- fix: run publisher in its own task by @nathanielc in #188
- fix: trickle publisher keys to swarm by @nathanielc in #191
- feat: add config for republish_max_concurrent by @nathanielc in #192
- refactor: update bitswap logs to use structured logging by @nathanielc in #193
- fix: use AIMD for publisher batch size by @nathanielc in #195
- feat: add peering support by @smrz2001 in #194
- fix: do not use bootstrap list with kademlia by @nathanielc in #199
- fix: simplify the publisher by @nathanielc in #200
- fix: always collect metrics by @nathanielc in #202
- fix: typo in ceramic peer manager log by @smrz2001 in #203
- fix: upgrade to libp2p 0.53 by @nathanielc in #205
- feat: add tokio metrics by @nathanielc in #206
- feat: merge migration script with ceramic-one by @AaronGoldman in #190
- fix: clippy accessing first element with first by @AaronGoldman in #212
- feat: add metrics to api and recon by @nathanielc in #208
- feat: schedule_k8s_deploy github action by @3benbox in #213
- chore(deps): bump serde from 1.0.192 to 1.0.195 by @dependabot in #210
- feat: recon-over-http by @smrz2001 in #168
- feat: remove all usage of gossipsub by @nathanielc in #209
- feat: Stop publishing CIDs to DHT on write by @dav1do in #211
- fix: update deploy workflows for k8s by @smrz2001 in #216
- feat: on tag publish deploy to envs by @samika98 in #220
- feat: Add sqlite read/write pool split by @dav1do in #218
- fix: rename workflows by @smrz2001 in #223
- feat: add recon store metrics by @nathanielc in #221
- feat: add value support to Recon by @nathanielc in #217
- feat: post-deployment tests by @smrz2001 in #242
- feat: updated release workflow by @smrz2001 in #241
- feat: Modify recon storage tables, trait and sqlite config to improve throughput by @dav1do in #243
- chore: use latest stable openapi-generator-cli by @nathanielc in #222
- feat: synchronize value for synchronized ranges by @nathanielc in #238
- feat: workflow_dispatch build job by @3benbox in #249
- feat: add unified recon block store implementation by @nathanielc in #245
- feat: interest registration endpoint by @smrz2001 in #246
- chore: use docker root user by @nathanielc in #251
- feat: added correctness test by @3benbox in #248
- fix: add a BUILD tag if it's not a PR merge by @3benbox in #256
- chore: adding ci for cargo machete by @nathanielc in #252
- fix: refactor recon storage and remove sqlx dependency from recon and core crates by @dav1do in #254
- chore: run fast post-deployment tests for all envs by @smrz2001 in #257
- feat: support for set type documents by @dbcfd in #259
- chore: fix false positive in checking generated servers by @nathanielc in #260
- feat: add API to fetch eventData from event String by @samika98 in #258
- feat: Add feed endpoint to propagate event data to js-ceramic by @dav1do in #255
- fix: update git config for release pr workflow by @smrz2001 in #262
New Contributors
Full Changelog: v0.9.0...v0.10.0