polarsignals / frostdb

❄️ Coolest database around 🧊 Embeddable column database written in Go.
Apache License 2.0
1.31k stars 66 forks source link

chore(deps): update module github.com/oklog/ulid to v2 #855

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/oklog/ulid v1.3.1 -> v2.1.0 age adoption passing confidence

Release Notes

oklog/ulid (github.com/oklog/ulid) ### [`v2.1.0`](https://redirect.github.com/oklog/ulid/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/oklog/ulid/compare/v2.0.2...v2.1.0) Full release of v2.1.0, thanks to our testers. #### What's Changed - Adding Bytes() to get slice representation of ULID by [@​sabify](https://redirect.github.com/sabify) in [https://github.com/oklog/ulid/pull/49](https://redirect.github.com/oklog/ulid/pull/49) - Update README to mention v2 by [@​lmas](https://redirect.github.com/lmas) in [https://github.com/oklog/ulid/pull/48](https://redirect.github.com/oklog/ulid/pull/48) - Continuous fuzzing by [@​bookmoons](https://redirect.github.com/bookmoons) in [https://github.com/oklog/ulid/pull/55](https://redirect.github.com/oklog/ulid/pull/55) - Long-overdue tidying up by [@​peterbourgon](https://redirect.github.com/peterbourgon) in [https://github.com/oklog/ulid/pull/61](https://redirect.github.com/oklog/ulid/pull/61) - Update Value docs re: zero-value behavior by [@​peterbourgon](https://redirect.github.com/peterbourgon) in [https://github.com/oklog/ulid/pull/60](https://redirect.github.com/oklog/ulid/pull/60) - Fix max theorical date in the README by [@​fancyweb](https://redirect.github.com/fancyweb) in [https://github.com/oklog/ulid/pull/65](https://redirect.github.com/oklog/ulid/pull/65) - Refer updated github link of `alizain/ulid` by [@​kachick](https://redirect.github.com/kachick) in [https://github.com/oklog/ulid/pull/67](https://redirect.github.com/oklog/ulid/pull/67) - Fix timezone formatting in RFC 3339 output by [@​scop](https://redirect.github.com/scop) in [https://github.com/oklog/ulid/pull/74](https://redirect.github.com/oklog/ulid/pull/74) - Linter fixes by [@​scop](https://redirect.github.com/scop) in [https://github.com/oklog/ulid/pull/75](https://redirect.github.com/oklog/ulid/pull/75) - ulid: add DefaultEntropy() and Make() by [@​tsenart](https://redirect.github.com/tsenart) in [https://github.com/oklog/ulid/pull/81](https://redirect.github.com/oklog/ulid/pull/81) #### New Contributors - [@​sabify](https://redirect.github.com/sabify) made their first contribution in [https://github.com/oklog/ulid/pull/49](https://redirect.github.com/oklog/ulid/pull/49) - [@​lmas](https://redirect.github.com/lmas) made their first contribution in [https://github.com/oklog/ulid/pull/48](https://redirect.github.com/oklog/ulid/pull/48) - [@​bookmoons](https://redirect.github.com/bookmoons) made their first contribution in [https://github.com/oklog/ulid/pull/55](https://redirect.github.com/oklog/ulid/pull/55) - [@​fancyweb](https://redirect.github.com/fancyweb) made their first contribution in [https://github.com/oklog/ulid/pull/65](https://redirect.github.com/oklog/ulid/pull/65) - [@​kachick](https://redirect.github.com/kachick) made their first contribution in [https://github.com/oklog/ulid/pull/67](https://redirect.github.com/oklog/ulid/pull/67) - [@​scop](https://redirect.github.com/scop) made their first contribution in [https://github.com/oklog/ulid/pull/74](https://redirect.github.com/oklog/ulid/pull/74) **Full Changelog**: https://github.com/oklog/ulid/compare/v2.0.2...v2.1.0 ### [`v2.0.2`](https://redirect.github.com/oklog/ulid/releases/tag/v2.0.2) [Compare Source](https://redirect.github.com/oklog/ulid/compare/v2.0.1...v2.0.2) Identical to v2.0.1, except uses the proper /v2 suffix on the ulid import in ulid_test.go. Without this change, anyone who imported oklog/ulid at e.g. v2.0.1 into their project would *also* get oklog/ulid at v0-something due to the inadvertent transitive dependency. ### [`v2.0.1`](https://redirect.github.com/oklog/ulid/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/oklog/ulid/compare/v2.0.0...v2.0.1) Identical to v2.0.0, but fixes a bug in the go.mod module path. ### [`v2.0.0`](https://redirect.github.com/oklog/ulid/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/oklog/ulid/compare/v1.3.1...v2.0.0) A new major version to go with support for Go modules. Also, improved support for safe monotonic readers.

Configuration

📅 Schedule: Branch creation - "on monday and wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.