ex_rated v2.0.1 Release Notes

Release Date: 2020-12-02 // over 3 years ago
  • v2.0.1

    • ➕ Add matrix tests for Elixir/OTP versions for Elixir >= 1.6. [@jechol]
    • ✂ Remove deprecated Supervisor.Spec.worker usage. [@jechol]
    • ✂ Remove init/1 from generated docs. [@jechol]
    • ⚡️ Update config example in README.md

Previous changes from v2.0.0

    • 🛠 [BREAKING] Fixes #24 (Avoid GenServer Serialization) [@nabaskes, @benwilson512]
      • Improves performance from 2.26 µs/op to 0.89 µs/op (same hardware)
      • Breaking due to changed method for configuring ets_table_name if overriding.
    • 🛠 Bucket names can be any Erlang term. Fixes #17 [@denvera]
    • ⚡️ Update ex_doc and ex2ms dependencies.
    • _ prefix unused variables to avoid compilation warnings.
    • Fix compilation warning with ets_table_name()
    • ➕ Added GitHub Elixir test action.