Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.

Commit

Permalink
Prepare release 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Apr 3, 2020
1 parent 041a846 commit 5a2b600
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.34.0 / 2020-04-03
==================

* Add support for single connection foxy-pool upstreams which do not require an url to be configured
* Add support for node 12
* Use `x-forwarded-for` header as ip if present
* Drop grpc support
* Update all the dependencies

1.33.0 / 2019-10-17
==================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "foxy-proxy",
"version": "1.33.0",
"description": "A BHD, LHD, DISC, BOOM and BURST proxy which supports solo and pool mining upstreams.",
"version": "1.34.0",
"description": "A Proof of Capacity proxy which supports solo and pool mining upstreams.",
"keywords": [
"burst",
"bhd",
"lhd",
"boom",
"disc",
"proxy",
"multi-chain",
"collision-free",
Expand Down

0 comments on commit 5a2b600

Please sign in to comment.