Skip to content

Mostly CI/CD work

Latest

Choose a tag to compare

@vmelamed vmelamed released this 23 Sep 23:13
· 60 commits to main since this release

But also, small changes in the API-s.

  • Added parameter isUtf8 to the Ulid constructor Ulid(ReadOnlySpan<byte>, bool isUtf8) and to bool TryWrite(Span<byte> destination, bool asUtf8).
    Instead of guessing the meaning of the bytes from the length, let the caller state clearly what is their intent.

  • Small improvement of ToString().