Releases: whitfin/eternal
Releases · whitfin/eternal
v1.2.2
Resolves minor deprecation warnings on newer Elixir versions
v1.2.1
Various maintenance updates for latest Elixir versions
v1.2.0
Removes some deprecations and ensures builds against latest Elixir/OTP versions
v1.1.4
Adds compatibility with Elixir v1.4.0 (by removing a whole bunch of compiler warnings and updating some dependencies).
v1.1.3
Provides a new grace function start/3
to allow table creation without linking to a process.
v1.1.2
Adds the ability to customize the name used to start the internal tables.
v1.1.1
Resolves an issue causing an ETS crash when starting the same table twice - this now returns an :already_started
error, like you'd expect from a Supervisor.
v1.1.0
Moved to using a more traditional Supervision tree, rather than hand crafted monitors (which were probably prone to failure). The project is now more of a typical OTP structure.
v1.0.3
Ensure that Logger is started as required, and neatened up executions in a :quiet
environment.
v1.0.2
Fixes an issue where an heir may be undefined.