Skip to content

Releases: henrikroschmann/OpenRates.NET

v1.0.5

02 Nov 19:32

Choose a tag to compare

StableId v1.0.5

High-performance, zero-allocation deterministic GUID generator for .NET.

📦 Installation

dotnet add package StableId --version 1.0.5

⚡ Performance

  • 4.7M+ operations/second for simple inputs
  • Zero allocations for typical workloads
  • Sub-microsecond latency (~211ns average)
  • Linear scaling with thread count (65M+ ops/sec on 16 threads)

🔍 Features

  • Deterministic GUID generation from any input
  • Smart object handling with ID property extraction
  • Thread-safe concurrent operations
  • UUID v5 compliant with SHA-256 hashing
  • Modern .NET 9.0+ performance optimizations

📝 What's Changed

See full changelog below.

v1.0.4

31 Oct 18:45

Choose a tag to compare

StableId v1.0.4

High-performance, zero-allocation deterministic GUID generator for .NET.

📦 Installation

dotnet add package StableId --version 1.0.4

⚡ Performance

  • 4.7M+ operations/second for simple inputs
  • Zero allocations for typical workloads
  • Sub-microsecond latency (~211ns average)
  • Linear scaling with thread count (65M+ ops/sec on 16 threads)

🔍 Features

  • Deterministic GUID generation from any input
  • Smart object handling with ID property extraction
  • Thread-safe concurrent operations
  • UUID v5 compliant with SHA-256 hashing
  • Modern .NET 9.0+ performance optimizations

📝 What's Changed

See full changelog below.

v1.0.3

29 Oct 20:14

Choose a tag to compare

StableId v1.0.3

High-performance, zero-allocation deterministic GUID generator for .NET.

📦 Installation

dotnet add package StableId --version 1.0.3

⚡ Performance

  • 4.7M+ operations/second for simple inputs
  • Zero allocations for typical workloads
  • Sub-microsecond latency (~211ns average)
  • Linear scaling with thread count (65M+ ops/sec on 16 threads)

🔍 Features

  • Deterministic GUID generation from any input
  • Smart object handling with ID property extraction
  • Thread-safe concurrent operations
  • UUID v5 compliant with SHA-256 hashing
  • Modern .NET 9.0+ performance optimizations

📝 What's Changed

See full changelog below.

v1.0.2

29 Oct 19:56
c5f1c34

Choose a tag to compare

StableId v1.0.2

High-performance, zero-allocation deterministic GUID generator for .NET.

📦 Installation

dotnet add package StableId --version 1.0.2

⚡ Performance

  • 4.7M+ operations/second for simple inputs
  • Zero allocations for typical workloads
  • Sub-microsecond latency (~211ns average)
  • Linear scaling with thread count (65M+ ops/sec on 16 threads)

🔍 Features

  • Deterministic GUID generation from any input
  • Smart object handling with ID property extraction
  • Thread-safe concurrent operations
  • UUID v5 compliant with SHA-256 hashing
  • Modern .NET 9.0+ performance optimizations

📝 What's Changed

See full changelog below.