Releases: Commit-Boost/commit-boost-client
Releases · Commit-Boost/commit-boost-client
v0.7.0
What's Changed
- chore: add more tests by @JasonVranek in #243
- Add support for fetching keys for mux from HTTP source by @kamsz in #255
- Create Terms of Use.md by @DrewVanderWerff in #256
- chore: rename start request header by @ltitanb in #260
- chore: remove relay monitor by @ltitanb in #261
- chore: typos and updates by @ltitanb in #263
- feat(pbs): electra support by @ltitanb in #266
- release 0.7.0-rc.1 by @ltitanb in #267
- chore: add cli version by @ltitanb in #270
- feat(signer): Add Dirk support by @ManuelBilbao in #206
- chore: cleanup + bump deps by @ltitanb in #278
- chore: cleanup metrics + cli by @ltitanb in #279
- feat: add Hoodi known chain by @ltitanb in #282
- feat: refactor log formats by @ltitanb in #281
- Release 0.7.0-rc.2 by @ltitanb in #283
New Contributors
- @JasonVranek made their first contribution in #243
- @kamsz made their first contribution in #255
Full Changelog: v0.6.0...v0.7.0
v0.7.0-rc.2
Notes
- This release comes with some breaking changes in the
[metrics]
and[logs]
section of the config, see the full diff here. Log formats have also been updated to make it easier to be parsed - The
start
,stop
, andlogs
commands from thecommit-boost-cli
have been removed - We have a new Metrics page in the docs
What's Changed
- chore: add cli version by @ltitanb in #270
- feat(signer): Add Dirk support by @ManuelBilbao in #206
- chore: cleanup + bump deps by @ltitanb in #278
- chore: cleanup metrics + cli by @ltitanb in #279
- feat: add Hoodi known chain by @ltitanb in #282
- feat: refactor log formats by @ltitanb in #281
- Release 0.7.0-rc.2 by @ltitanb in #283
Full Changelog: v0.7.0-rc.1...v0.7.0-rc.2
v0.7.0-rc.1
What's Changed
- chore: add more tests by @JasonVranek in #243
- Add support for fetching keys for mux from HTTP source by @kamsz in #255
- Create Terms of Use.md by @DrewVanderWerff in #256
- chore: rename start request header by @ltitanb in #260
- chore: remove relay monitor by @ltitanb in #261
- chore: typos and updates by @ltitanb in #263
- feat(pbs): electra support by @ltitanb in #266
- release 0.7.0-rc.1 by @ltitanb in #267
New Contributors
- @JasonVranek made their first contribution in #243
- @kamsz made their first contribution in #255
Full Changelog: v0.6.0...v0.7.0-rc.1
v0.6.0
- New parameter
validator_registration_batch_size
which changes the number of registrations sent at once to validators (default is all the ones sent by CL) - New
/reload
endpoint to trigger a hot reload of the config - New dashboard panel to log version information
Changelog
- chore: bump axum by @merklefruit in #232
- feat: add info metrics by @ltitanb in #234
- Init tracing log should use provided log_dir_path by @0ex-d in #239
- chore: debug relay responses by @ltitanb in #245
- feat: enable configuration hot-reloading by @ManuelBilbao in #231
- feat(pbs): batch size config for validators registration by @ManuelBilbao in #244
- feat(mux): add successful num_registrations to logs by @ManuelBilbao in #228
- Release 0.6.0 by @ltitanb in #248
New Contributors
- @merklefruit made their first contribution in #232
- @0ex-d made their first contribution in #239
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- add scurity.md by @ltitanb in #200
- Docs update by @DrewVanderWerff in #202
- feat(signer): add metrics by @ManuelBilbao in #197
- remove default mux relay by @ltitanb in #205
- feat: add the ability to skip the relayer public key check by @aimxhaisse in #207
- Docs update by @EridianAlpha in #203
- chore: bump alloy by @ltitanb in #209
- feat(mux): support lido registry by @ltitanb in #210
- chore(pbs): add status checks by @ltitanb in #213
- chore: cleanup by @ltitanb in #215
- feat(pbs): stateless pbs module by @ltitanb in #212
- feat: add support of multiplexer in Helm chart by @aimxhaisse in #221
- fix(docs): upgrade docs dependencies by @ManuelBilbao in #222
- feat(mux): support SSV network by @ManuelBilbao in #223
- fix: use all relays for some calls by @ltitanb in #227
- Release 0.5.0 by @ltitanb in #229
New Contributors
- @EridianAlpha made their first contribution in #203
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- fix dashboard import by @ltitanb in #160
- new registration setting by @ltitanb in #158
- feat: add relay header metric by @ltitanb in #161
- chore: add signal entrypoint by @ltitanb in #162
- fix(signer/api)!: typo in docs by @David-Petrov in #163
- fix: read body in chunks by @ltitanb in #164
- feat(signer): store proxy keys and delegations by @ltitanb in #166
- Feat/doc k8s by @aimxhaisse in #170
- chore: bump alloy dep by @ltitanb in #177
- CBST-14: exit codes by @ltitanb in #175
- CBST-10: validate PBS config by @ltitanb in #173
- CBST-13: deserialize wei by @ltitanb in #174
- CBST 06: dont expose ports by default by @ltitanb in #179
- CBST-18: docker group warn by @ltitanb in #183
- CBST-19: missing relays by @ltitanb in #185
- CBST-11: windows warning by @ltitanb in #186
- CBST-20: misc by @ltitanb in #184
- CBST-08: warn on signer load error by @ltitanb in #181
- CBST-05: filter 204 responses by @ltitanb in #178
- CBST-07: pw warning by @ltitanb in #180
- CBST-17: pin versions by @ltitanb in #182
- CBST-04: docker user by @ltitanb in #176
- CBST-03: validate more get header by @ltitanb in #188
- CBST-02: add retries by @ltitanb in #187
- feat: add pbs mux by @ltitanb in #172
- add genesis time in path chain loader by @ltitanb in #190
- Public necessary type for custom pbs pipeline by @Akagi201 in #194
- add mux file loader by @ltitanb in #192
- feat: add support for more CL keystore formats by @ManuelBilbao in #189
- feat(signer): add Web3Signer support by @ManuelBilbao in #196
- feat(signer): add ERC2335 ProxyStore by @ManuelBilbao in #193
- add audit by @ltitanb in #198
- bump version by @ltitanb in #199
- chore: remove windows targets by @ltitanb in #201
New Contributors
- @ManuelBilbao made their first contribution in #189
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- chore: add sepolia by @ltitanb in #147
- chore(typo):
event_publiher
->event_publisher
by @thedevbirb in #149 - chore: better errors and typos by @ltitanb in #151
- fix: false loader path by @ltitanb in #153
- Release 0.3.1 by @ltitanb in #154
New Contributors
- @thedevbirb made their first contribution in #149
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- fix docs by @ltitanb in #125
- audit permissions by @fbrv in #128
- add RELAY_LAST_SLOT metric by @ltitanb in #126
- Improvements & update of Helm chart to follow recent developments by @aimxhaisse in #127
- Update overview.md by @sam-coffey in #134
- add vouch support docs by @ltitanb in #132
- update eth deps by @ltitanb in #133
- align binary names by @ltitanb in #131
- fix docker images to specific tag by @fbrv in #137
- support chain spec by @ltitanb in #138
- body too large warn by @fbrv in #140
New Contributors
- @sam-coffey made their first contribution in #134
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Export more types for use in modules by @mempirate in #97
- feat/benchmark by @ltitanb in #100
- add custom signing domain by @ltitanb in #106
- docs: fix docker image by @Akagi201 in #109
- feat: use the official commit-boost repository by @aimxhaisse in #107
- feat: build linux ARM docker image by @ArchiFleKs in #113
- feat: add ServiceMonitor support to helm chart by @ArchiFleKs in #114
- feat: support environment variables in module config by @mempirate in #115
- fix: remove needless borrow and unncessary import to pass pre-commit by @ArchiFleKs in #116
- feat: optimize dockerfiles + best practices by @ArchiFleKs in #112
- feat: add binary support by @ltitanb in #117
- feat: return proxy map by @ltitanb in #118
- add proxy module check by @ltitanb in #120
- Release 0.2.0 by @ltitanb in #122
New Contributors
- @mempirate made their first contribution in #97
- @Akagi201 made their first contribution in #109
- @ArchiFleKs made their first contribution in #113
Full Changelog: v0.0.1...v0.2.0