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

Publish Updated Version of Package #64

Closed
nelsonic opened this issue Jan 15, 2020 · 3 comments
Closed

Publish Updated Version of Package #64

nelsonic opened this issue Jan 15, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@nelsonic
Copy link
Member

In light of the updates made in #63 we should publish a new version of this package so that people using the latest Ecto/Phoenix do not get warnings ...

I'm opening this issue instead of just doing it, because I'm on a questionable Wifi connection and Hex.pm is rejecting my auth request:

mix hex.user auth
Username: nelsonic
Account password:
Generating keys...
Generation of key failed
{:failed_connect, [{:to_address, {'hex.pm', 443}}, {:inet, [:inet], {:option, :server_only, :honor_cipher_order}}]}

So I'm guessing there is a MITM intercepting requests here ...
i.e. don't use public Wifi for anything important!

@nelsonic nelsonic added the enhancement New feature or request label Jan 15, 2020
@nelsonic
Copy link
Member Author

according to: elixir-lang/elixir#9374 (comment)
had to run:

mix local.hex --force

Now both mix deps.get and mix hex.user auth work! 🎉

@nelsonic
Copy link
Member Author

https://hex.pm/packages/fields
image

New version is 2.2.0 because it includes new callback functions and an updated in-band dependency but no breaks in backward compatibility.
image

Thanks again @veverkap for the great contribution. 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant