Releases: ipni/caskadht
Releases · ipni/caskadht
v0.0.4
What's Changed
- Add extra events to publish on release by @masih in #24
- Add
/cid/
handling by @masih in #25 - Find provider addresses asynchronously by @masih in #26
- Parameterise low and high watermark connection manger for libp2p by @masih in #27
- Upgrade to
webtransport-go
0.5.2
to fix panic on session closure by @masih in #29 - Accept requests as long as one allowed cascade label is present by @masih in #30
- Implement lookup metrics by @masih in #31
- bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #23
- fix: only send one newline after each record by @hacdias in #32
- Bump aws-actions/configure-aws-credentials from 1 to 2 by @dependabot in #35
- Bump docker/build-push-action from 3 to 4 by @dependabot in #37
- Bump codecov/codecov-action from 3.1.1 to 3.1.4 by @dependabot in #36
- Bump actions/setup-go from 3 to 4 by @dependabot in #33
- Bump protocol/multiple-go-modules from 1.2 to 1.4 by @dependabot in #39
- Bump actions/checkout from 2 to 3 by @dependabot in #38
- Use response writer from go-libipni/rwriter by @gammazero in #40
- Remove unneeded code by @gammazero in #42
- Bump github.com/libp2p/go-libp2p from 0.28.1 to 0.28.2 by @dependabot in #44
- ci: uci/delete-templates by @web3-bot in #45
- ci: uci/copy-templates by @web3-bot in #46
- ci: uci/copy-templates by @web3-bot in #47
- Bump aws-actions/configure-aws-credentials from 2 to 3 by @dependabot in #48
- Bump actions/checkout from 3 to 4 by @dependabot in #50
- Bump aws-actions/configure-aws-credentials from 3 to 4 by @dependabot in #54
- Bump docker/login-action from 2 to 3 by @dependabot in #51
- Bump docker/metadata-action from 4 to 5 by @dependabot in #52
- Bump docker/build-push-action from 4 to 5 by @dependabot in #53
- Update go-libipni by @gammazero in #43
New Contributors
- @hacdias made their first contribution in #32
- @gammazero made their first contribution in #40
Full Changelog: v0.0.2...v0.0.4
v0.0.3
What's Changed
- Add extra events to publish on release by @masih in #24
- Add
/cid/
handling by @masih in #25 - Find provider addresses asynchronously by @masih in #26
- Parameterise low and high watermark connection manger for libp2p by @masih in #27
- Upgrade to
webtransport-go
0.5.2
to fix panic on session closure by @masih in #29 - Accept requests as long as one allowed cascade label is present by @masih in #30
- Implement lookup metrics by @masih in #31
- bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #23
- fix: only send one newline after each record by @hacdias in #32
- Bump aws-actions/configure-aws-credentials from 1 to 2 by @dependabot in #35
- Bump docker/build-push-action from 3 to 4 by @dependabot in #37
- Bump codecov/codecov-action from 3.1.1 to 3.1.4 by @dependabot in #36
- Bump actions/setup-go from 3 to 4 by @dependabot in #33
- Bump protocol/multiple-go-modules from 1.2 to 1.4 by @dependabot in #39
- Bump actions/checkout from 2 to 3 by @dependabot in #38
- Use response writer from go-libipni/rwriter by @gammazero in #40
New Contributors
- @hacdias made their first contribution in #32
- @gammazero made their first contribution in #40
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Implement cascade param and HTTP
OPTIONS
handling by @masih in #14 - Optionally prefer JSON over NDJSON on wildcard
Accept
headers by @masih in #15 - Split
Accept
value before parsing by @masih in #16 - sync: update CI config files by @web3-bot in #17
- Add option to disable resource manager by @masih in #19
- Filter out non public Addrs by default by @masih in #20
- Include rejected media type in error response by @masih in #22
- Bump github.com/ipld/go-ipld-prime from 0.9.0 to 0.20.0 by @masih in #18
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Implement
caskadht
service by @masih in #1 - Containerize the
caskadht
executable by @masih in #2 - sync: update CI config files by @web3-bot in #3
- Implement
ndjson
HTTP delegated routingGET
API by @masih in #5 - Do not maintain in-memory results when streaming by @masih in #7
- Change IPNI ndjson reponse to the new format by @masih in #8
- Fill missing peer addrs via second lookup by @masih in #11
- Bump version in preparation for release by @masih in #12
- Add
v
prefix to versions by @masih in #13
New Contributors
Full Changelog: https://github.com/ipni/caskadht/commits/v0.0.1