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

hex package out of date #133

Closed
brianmay opened this issue Jul 17, 2021 · 7 comments
Closed

hex package out of date #133

brianmay opened this issue Jul 17, 2021 · 7 comments

Comments

@brianmay
Copy link

Hello,

Just wondering if there are any plans to update the hex package to 1.4.2?

https://hex.pm/packages/emqtt

Regards

@MartinElvar
Copy link

Any news on this part? 🙂

@slashmili
Copy link

slashmili commented Feb 10, 2023

I think there is an issue with gun, because this project is using gun 1.3.7 but this version doesn't exists in hex.

Just wondering if there is any think anything we can do to speed up publishing 1.4.2?

@jhillyerd
Copy link

I realize there is no quick fix, but I'd just like to register my interest in an updated hex package as well -- I'm working on a Gleam wrapper library for emqtt, and it will be stuck on an ancient version until this is resolved.

@id
Copy link
Contributor

id commented Mar 15, 2024

ping @HJianBo

@id
Copy link
Contributor

id commented Mar 19, 2024

All recent emqtt versions are now available on hex.pm https://hex.pm/packages/emqtt/versions

@id id closed this as completed Mar 19, 2024
@jhillyerd
Copy link

Thanks for updating. Unfortunately you have a diamond dependency problem:

  • gun 1.3.3 depends on cowlib 2.7.0 <= v < 2.8.0 and emqtt 1.11.0 depends on gun 1.3.3
    • then emqtt 1.11.0 depends on cowlib 2.7.0 <= v < 2.8.0.
  • but emqtt 1.11.0 depends on cowlib 2.12.1 directly

So dependency resolution fails for me.

@id
Copy link
Contributor

id commented Mar 19, 2024

The problem here is that emqtt originally has emqx/gun as a dependency. But since we don't have this fork on hex.pm, it was replaced with nineninces/gun-1.3.3.
We understand that it's an issue, but do not have a good solution for it yet.

For now I could suggest to manually set gun dependency to emqx/gun-1.3.7 in your project.

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

No branches or pull requests

5 participants