-
Notifications
You must be signed in to change notification settings - Fork 2
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
En/117 Upgrade proxy to aws 7.0 api #118
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #118 +/- ##
==========================================
- Coverage 36.89% 36.84% -0.05%
==========================================
Files 23 23
Lines 1827 1767 -60
Branches 379 406 +27
==========================================
- Hits 674 651 -23
+ Misses 924 880 -44
- Partials 229 236 +7
|
@@ -1,25 +1,27 @@ | |||
[package] | |||
name = "nft_image_proxy" | |||
version = "2.0.0" | |||
version = "1.5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come the version went down?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
main
branch was on an upgrade path. Nothing breaking was merged to it nor was a release done of it, so it was deemed a reasonable starting point for the current aws changes. Hence the bump down.
@@ -1,5 +1,5 @@ | |||
{ | |||
"url": "http://localhost:3000", | |||
"url": "http://127.0.0.1:3000", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm has started resolving localhost
to ipv6 addresses. Proxy doesn't support ipv6 yet.
Refer to ticket #117 , closes #79
PR includes: