Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.16.0 #505

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.16.0](https://www.github.com/ethersphere/gateway-proxy/compare/v0.15.0...v0.16.0) (2024-08-07)


### Features

* add gateway indicator endpoint ([#503](https://www.github.com/ethersphere/gateway-proxy/issues/503)) ([c716830](https://www.github.com/ethersphere/gateway-proxy/commit/c716830339211dc2a3a6361c5a59dba56ce5fe8c))
* add soft-auth and post-size-limit options ([#502](https://www.github.com/ethersphere/gateway-proxy/issues/502)) ([d957e40](https://www.github.com/ethersphere/gateway-proxy/commit/d957e403c351b7341f57848c698a80b1043e9856))


### Bug Fixes

* remove http headers that should not be proxied ([#504](https://www.github.com/ethersphere/gateway-proxy/issues/504)) ([2fd1b34](https://www.github.com/ethersphere/gateway-proxy/commit/2fd1b34084992774bc20c8239399e3149d70f3bf))

## [0.15.0](https://www.github.com/ethersphere/gateway-proxy/compare/v0.14.1...v0.15.0) (2024-06-18)


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": "@ethersphere/gateway-proxy",
"version": "0.15.0",
"version": "0.16.0",
"description": "Swarm proxy server that can play role of a gateway",
"keywords": [
"bee",
Expand Down
Loading