redix v0.11.0 Release Notes

Release Date: 2020-06-07 // almost 4 years ago
  • 💥 Breaking changes

    • Use the new Telemetry event conventions for pipeline-related events. The new events are [:redix, :pipeline, :start] and [:redix, :pipeline, :stop]. They both have new measurements associated with them.
    • Remove the [:redix, :reconnection] Telemetry event in favor or [:redix, :connection], which is emitted anytime there's a successful connection to a Redis server.
    • Remove support for the deprecated `:log start option (which was deprecated on v0.10.0).

    🐛 Bug fixes and improvements

    • Add the :connection_metadata name to all connection/disconnection-related Telemetry events.
    • Allow a {module, function, arguments} tuple as the value of the :password start option. This is useful to avoid password leaks in case of process crashes (and crash reports).
    • Bump minumum Elixir requirement to Elixir ~> 1.7.