Skip to content

Commit

Permalink
chore(main): release 2.22.0 (#129)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.22.0](v2.21.0...v2.22.0)
(2024-12-19)


### Features

* egress client - ucanto integration
([#123](#123))
([22bed68](22bed68))
* enable egress tracking in production env
([#135](#135))
([ad43b62](ad43b62))
* **indexer:** probabilistic feature flag
([#136](#136))
([dca2b35](dca2b35))
* ucan invocation handler
([#133](#133))
([b199bfa](b199bfa))
* Use Indexing Service when feature flag is present
([#132](#132))
([fa3f480](fa3f480))


### Bug Fixes

* **config:** staging kv bidding
([#134](#134))
([7a523d5](7a523d5))
* **egress-client:** set nonce, expire and fix servedAt
([#130](#130))
([b135643](b135643))
* enable open telemetry for all envs
([#131](#131))
([c822465](c822465))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent ad43b62 commit ea04dae
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.22.0](https://github.com/storacha/freeway/compare/v2.21.0...v2.22.0) (2024-12-19)


### Features

* egress client - ucanto integration ([#123](https://github.com/storacha/freeway/issues/123)) ([22bed68](https://github.com/storacha/freeway/commit/22bed68716f9661cf5bb1359a55f052a0a04d96f))
* enable egress tracking in production env ([#135](https://github.com/storacha/freeway/issues/135)) ([ad43b62](https://github.com/storacha/freeway/commit/ad43b629eda26936177fa0d1a9b11f3201096754))
* **indexer:** probabilistic feature flag ([#136](https://github.com/storacha/freeway/issues/136)) ([dca2b35](https://github.com/storacha/freeway/commit/dca2b35fe9909377271d6de363630f854028d6e3))
* ucan invocation handler ([#133](https://github.com/storacha/freeway/issues/133)) ([b199bfa](https://github.com/storacha/freeway/commit/b199bfa2cfe9780f502cfedb9d2e7df9930003be))
* Use Indexing Service when feature flag is present ([#132](https://github.com/storacha/freeway/issues/132)) ([fa3f480](https://github.com/storacha/freeway/commit/fa3f48091ac259cb9429844bfa6f48b4c1800639))


### Bug Fixes

* **config:** staging kv bidding ([#134](https://github.com/storacha/freeway/issues/134)) ([7a523d5](https://github.com/storacha/freeway/commit/7a523d5da18e26e8a4b730f8fe45e77fb8a87cf8))
* **egress-client:** set nonce, expire and fix servedAt ([#130](https://github.com/storacha/freeway/issues/130)) ([b135643](https://github.com/storacha/freeway/commit/b135643f7d5c815e46121b09ce7d78e9467b5a17))
* enable open telemetry for all envs ([#131](https://github.com/storacha/freeway/issues/131)) ([c822465](https://github.com/storacha/freeway/commit/c822465bf873222d6bfa984732feb2d346e77145))

## [2.21.0](https://github.com/storacha/freeway/compare/v2.20.2...v2.21.0) (2024-11-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freeway",
"version": "2.21.0",
"version": "2.22.0",
"description": "An IPFS gateway for accessing UnixFS data via CAR CIDs",
"keywords": [
"IPFS",
Expand Down

0 comments on commit ea04dae

Please sign in to comment.