Skip to content

Releases: TheRealReal/ecto-ulid

Support Ecto 3.2.0

11 Mar 00:57
d6ec30b
Compare
Choose a tag to compare

Support Ecto 3.2.0
Document how to use Ecto.ULID as prolific primary key

v0.2.0

17 Jan 19:29
v0.2.0
Compare
Choose a tag to compare

Breaking Changes

  • Minimum supported Elixir is now 1.4.

Changed

  • (#3) Fix deprecation warnings regarding time units.

v0.1.1

04 Dec 02:13
v0.1.1
Compare
Choose a tag to compare

Added

  • (#2) Add support for Ecto 3.x.

v0.1.0

06 Jun 18:19
v0.1.0
Compare
Choose a tag to compare

Features

  • Generate ULID in Base32 or binary format.
  • Generate ULID for a given timestamp.
  • Autogenerate ULID when used as a primary key.
  • Supports reading and writing ULID in a database backed by its native uuid type (no database
    extensions required).
  • Supports Ecto 2.x.
  • Supports Elixir 1.2 and newer.
  • Tested with PostgreSQL and MySQL.
  • Optimized for high throughput.