Skip to content

Snowplow Ruby Tracker v0.5.1

Compare
Choose a tag to compare
@fblundun fblundun released this 01 Oct 14:59
· 51 commits to master since this release

Stopped using the uuid gem for UUID generation because it failed randomly when generating UUIDs with high frequency.

Under the hood

  • Started using UUID implementation from SecureRandom in the Ruby Standard Library, thanks @kazjote! (#85)