phoenixframework / phoenix_pubsub_redis

The Redis PubSub adapter for the Phoenix framework
175 stars 66 forks source link

Publish a new release? #56

Closed dgvncsz0f closed 3 years ago

dgvncsz0f commented 3 years ago

Would it be possible to publish a new release of the current master on hex.pm?

stoyle commented 3 years ago

Yes please, would be great! Redix is currently our only outdated dep, and cant be updated because of phoenix_pubsub_redis.

cliftonmcintosh commented 3 years ago

Same here. I'd love to be able to use this, but I have another dependency already that requires redix >= 0.11.0.

chrismccord commented 3 years ago

Done!

cliftonmcintosh commented 3 years ago

Thank you!

cliftonmcintosh commented 3 years ago

Any chance that could be {:redix, "~> 0.10 or ~> 1.0"} instead of {:redix, "~> 0.10.0 or ~> 1.0"}? Is redix 0.11 specifically disallowed?

NVM. wasn't thinking that through.