Skip to content

Releases: ArunaStorage/diesel-ulid

[0.3.1] Fix serialization

25 Aug 18:57
83c37e7
Compare
Choose a tag to compare

This small update fixes the previously broken / improvised deserialization.

DieselUlid will now always serialize and deserialize to / from bytes. When deserializing from JSON this will test for regular bytes and afterwards try ULID crockford encoding and regular UUID string encoding as fallback.

Changes

  • Upgrade dependencies and version to 0.3.1
  • Added full deserializer including visitor for str string and bytes / u128
  • Update README

[0.3.0] Optional diesel / postgres, custom serde deserialize

27 Jul 08:45
f9a1f04
Compare
Choose a tag to compare
  • Added features for diesel or postgres
  • Custom deserialize that can deserialize from UUID string representation

Full Changelog: v0.2.0...v0.3.0

[0.2.0] Upgrade deps, added tokio_postgres suppot

10 Jul 10:12
868226d
Compare
Choose a tag to compare

Changes

  • Upgrade dependecies
  • Add tokio_postgres support implement FromSql and ToSql

Full Changelog: v0.1.2...v0.2.0

[0.1.3-alpha.2] DieselUlid -> Copy

13 Apr 21:32
f34d11f
Compare
Choose a tag to compare
Pre-release

Changelog

  • Derive copy for DieselUlid

Full Changelog: v0.1.3-alpha.1...v0.1.3-alpha.2

[0.1.3-alpha.1] Pre-release that adds Display

13 Apr 21:22
e564be5
Compare
Choose a tag to compare

Changelog

  • Add Display for DieselUlid

Full Changelog: v0.1.2...v0.1.3-alpha.1

[0.1.2] Add default trait for DieselUlid

13 Apr 21:09
84b62d9
Compare
Choose a tag to compare

Changelog

  • Add default trait + tests for DieselUlid -> results in an all zero 0x000... Ulid

Full Changelog: v0.1.1...v0.1.2

[0.1.1] Update to support conversions from/to Uuids

13 Apr 20:17
daa71cd
Compare
Choose a tag to compare

Changelog

  • Add conversions to / from uuid::Uuid
  • Update test harness from tarpaulin to grcov
  • Add additional conversions to / from [u8; 16]
  • Add more tests

Full Changelog: v0.1.0...v0.1.1

[0.1.0] First release for diesel-ulid

13 Apr 14:02
2858735
Compare
Choose a tag to compare

diesel-ulid

First initial release of diesel-ulid an ulid to uuid mapping for the Diesel::Uuid postgres type.

Full Changelog: https://github.com/ArunaStorage/diesel-ulid/commits/v0.1.0