Skip to content

Releases: whitfin/eternal

v1.2.2

02 Dec 21:03
Compare
Choose a tag to compare

Resolves minor deprecation warnings on newer Elixir versions

v1.2.1

02 Oct 16:50
Compare
Choose a tag to compare

Various maintenance updates for latest Elixir versions

v1.2.0

23 Dec 04:43
Compare
Choose a tag to compare

Removes some deprecations and ensures builds against latest Elixir/OTP versions

v1.1.4

05 Jan 03:39
Compare
Choose a tag to compare

Adds compatibility with Elixir v1.4.0 (by removing a whole bunch of compiler warnings and updating some dependencies).

v1.1.3

05 Jan 03:38
Compare
Choose a tag to compare

Provides a new grace function start/3 to allow table creation without linking to a process.

v1.1.2

05 Jan 03:37
Compare
Choose a tag to compare

Adds the ability to customize the name used to start the internal tables.

v1.1.1

07 Sep 00:48
Compare
Choose a tag to compare

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

07 Sep 00:06
Compare
Choose a tag to compare

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

16 Jun 17:48
Compare
Choose a tag to compare

Ensure that Logger is started as required, and neatened up executions in a :quiet environment.

v1.0.2

16 Jun 13:43
Compare
Choose a tag to compare

Fixes an issue where an heir may be undefined.