1
0
mirror of https://github.com/google/uuid.git synced 2025-09-16 09:16:30 +02:00

Commit Graph

  • a5ff75152f chore(master): release 1.7.0 release-please--branches--master release-please[bot] 2024-11-14 17:05:06 +00:00
  • 2d3c2a9cc5 feat: Generate V6 from custom time (#172) master Nicu Micle 2024-11-14 18:04:50 +01:00
  • 0e97ed3b53 feat: add error types for better validation (#166) Jorge Massih 2024-08-06 10:37:17 -04:00
  • d55c313874 docs: upd links to rfc9562 (#162) Alex Bozhenko 2024-07-01 09:23:50 -07:00
  • e8d82d30a3 feat: add Compare function (#163) MikeWang 2024-07-02 00:15:43 +08:00
  • 53dda83ebe fix: incorrect timestamp in uuid v6 (#161) Youngjae Lee 2024-06-04 02:39:21 +09:00
  • 6e10cd1027 fix: use MustParse("xxx") instead of Must(Parse("xxxx")) (#106) kotaro.yamazaki 2024-02-23 01:41:49 +09:00
  • b5b9aeb1d1 docs: fixing typos (#156) Andreas Deininger 2024-02-12 17:07:22 +01:00
  • 0f11ee6918 chore(master): release 1.6.0 (#151) v1.6.0 release-please[bot] 2024-01-23 11:54:04 -07:00
  • 16939dafc3 chore(tests): add strict monotonicity test case for uuid v7. (#154) MikeWang 2024-01-16 23:12:18 +08:00
  • 016b199544 fix: fix typo in version 7 uuid documentation (#153) David Kaufman 2024-01-12 20:22:15 +01:00
  • 1d8b6ea099 ci: set token permissions to github workflows (#143) Joyce 2024-01-11 16:41:20 -03:00
  • a2b2b32373 fix: Monotonicity in UUIDv7 (#150) MikeWang 2024-01-12 02:16:31 +08:00
  • c58770eb49 feat: add Max UUID constant (#149) MikeWang 2024-01-10 00:54:05 +08:00
  • 4d47f8eb06 chore(master): release 1.5.0 (#145) v1.5.0 release-please[bot] 2023-12-12 11:21:37 -06:00
  • 9ee7366e66 feat: Validate UUID without creating new UUID (#141) Lucas JAHIER 2023-12-12 01:19:23 +01:00
  • b35aa6a595 add uuid version 6 and 7 (#139) MikeWang 2023-11-24 07:50:18 +08:00
  • 8de8764e29 chore(master): release 1.4.0 (#134) v1.4.0 release-please[bot] 2023-10-26 15:24:04 +00:00
  • 7c22e97ff7 Clarify the documentation of Parse to state its job is to parse, not validate, strings. (#135) bormanp 2023-10-26 10:12:40 -05:00
  • cd5fbbdd02 feat: UUIDs slice type with Strings() convenience method (#133) Dylan Bargteil 2023-10-26 10:07:35 -04:00
  • 47f5b3936c docs: fix a typo in CONTRIBUTING.md (#130) Oleksandr Redko 2023-09-21 15:50:21 +03:00
  • 542ddabd47 chore(tests): add Fuzz tests (#128) Noah Dietz 2023-08-22 08:58:23 -07:00
  • 06716f6a60 chore(tests): Add json.Unmarshal test with empty value cases (#116) Vladimir Kochergin 2023-08-21 22:32:02 +04:00
  • b3cae7c306 chore(master): release 1.3.1 (#127) v1.3.1 release-please[bot] 2023-08-21 09:29:15 -07:00
  • 7b8f57cbcc fix(ci): switch to release-please app (#126) Noah Dietz 2023-08-18 11:25:53 -07:00
  • e69e468f7c chore(ci): configure release-please, update contrib (#122) Noah Dietz 2023-08-18 10:07:14 -07:00
  • 97c970d2a5 chore(ci): add apidiff check for API compatibility (#123) Noah Dietz 2023-08-18 10:05:16 -07:00
  • 53f93a84e6 docs: change godoc URL in README (#124) Oleksandr Redko 2023-08-18 19:00:04 +03:00
  • 0b416df5d0 docs: update link to RFC 4122 (#93) Curtis Lowder 2023-08-17 21:32:03 -05:00
  • 75e1ac5ba6 docs: shell format go tool command (#111) NewCapital.in 2023-08-18 03:18:05 +01:00
  • d71986992e docs: fix typo node_js docs (#117) Oleksandr Redko 2023-08-18 02:04:03 +03:00
  • 574e687494 fix: Use .EqualFold() to parse urn prefixed UUIDs (#118) ayan george 2023-08-17 17:18:03 -04:00
  • c91929c8bf Merge pull request #121 from noahdietz/setup-codeowners-and-actions bormanp 2023-08-17 07:29:09 -05:00
  • e3f8b98b39 chore(ci): add Action-based tests (#121) Noah Dietz 2023-08-16 17:00:26 -07:00
  • db89a3cfe2 fix go1.20 resolving to go1.2 noahdietz 2023-08-16 15:34:50 -07:00
  • 78d68fcb27 chore(ci): add Action-based tests noahdietz 2023-08-16 15:28:36 -07:00
  • 44b5fee7c4 Minor cleanup. v1.3.0 Paul Borman 2021-07-12 17:33:52 -05:00
  • e28eb7b914 Remove TestConformance from null_test.go. It was useful to demonstrate the marshaling/unmarshaling was produced the output I expected. Paul Borman 2021-07-12 17:15:33 -05:00
  • ae25fc6a8e feat(uuid): Added support for NullUUID (#76) Samuel Roth 2021-07-12 18:10:02 -04:00
  • 655bf50db9 Add randomness pool mode for V4 UUID (#80) Andrey Pechkurov 2021-07-08 18:05:48 +03:00
  • 512b657a42 feat: add public matcher function for custom error type invalidLengthError (#78) Charlie Lukman 2021-03-31 08:36:51 +07:00
  • bfb86fa49a Add NewString Func (#73) v1.2.0 jackterm 2021-01-22 13:20:15 -05:00
  • b5d0d36c98 hash.go hash error covered and linter error fixed (#71) v1.1.5 Yusuf Turhan Papurcu 2021-01-15 03:27:13 +03:00
  • 93777840be Update sql.go (#72) Steven Kaufman 2021-01-14 18:24:32 -06:00
  • 85223faccf Reduce custom error allocation (#70) v1.1.4 Mitsuo Heijo 2021-01-05 04:17:18 +09:00
  • edef28d0c8 Use a custom error type for invalid lengths, replacing fmt.Errorf (#69) v1.1.3 Joe Wreschnig 2020-12-30 20:35:21 +01:00
  • 0e4e311974 Fix race in NewUUID() (#64) v1.1.2 v.1.1.2 Andrey Abramov 2020-07-02 21:56:42 +03:00
  • cb32006e48 refactor (*UUID).UnmarshalText (#58) Tomáš Procházka 2020-05-19 16:17:26 +02:00
  • bd45158498 Resolved code issues of gofmt and golint (#55) Andy Pan 2020-03-31 09:53:17 +08:00
  • 7c63a14153 Merge pull request #53 from KosToZyB/master pborman 2020-03-11 20:34:31 -05:00
  • c78a2f96be Update README.md Veselkov Konstantin 2020-03-04 18:59:31 +04:00
  • c2e93f3ae5 Merge pull request #44 from trabetti/master pborman 2019-04-16 12:24:45 -05:00
  • f00b2048a8 remove uuid_source talis 2019-03-13 22:16:45 +02:00
  • e23e7efa9b use strings.NewReader() instead of math/rand.Rand talis 2019-02-28 16:21:34 +02:00
  • dc0f88720f Merge branch 'master' of https://github.com/google/uuid talis 2019-02-28 15:02:10 +02:00
  • 63b66ddfe0 reused version4 NewRandom() and added better testing talis 2019-02-28 14:59:24 +02:00
  • 0cd6bf5da1 Add darkfeline's change to set ifname if no interface is found. v1.1.1 Paul Borman 2019-02-27 15:05:49 -06:00
  • caad4a1123 simplify test talis 2019-02-26 09:40:33 +02:00
  • 005951d400 added source to enable concurrent reproducible usage talis 2019-02-20 09:43:18 +02:00
  • 9b3b1e0f5f Merge pull request #38 from dmitris/go-mod v1.1.0 pborman 2018-09-17 09:00:05 -05:00
  • 364ba63b46 add go.mod file Dmitry Savintsev 2018-09-17 15:06:12 +02:00
  • 2768d47f00 Merge pull request #37 from google/borman pborman 2018-09-17 07:36:52 -05:00
  • 16ca3eab7d Add parsing support for: borman Paul Borman 2018-09-09 18:38:29 -05:00
  • e704694aed Merge pull request #35 from OrlovEvgeny/master pborman 2018-08-28 13:15:55 -05:00
  • 7cf75050e9 Merge pull request #26 from martinlindhe/mustparse pborman 2018-08-28 13:14:23 -05:00
  • d460ce9f8d Remove leftover comment. Fix reamde to no longer say this is experimental. The API is not going to change. v1.0.0 1.0.0 Paul Borman 2018-08-27 15:42:32 -05:00
  • 81e4ea7833 edit slice oj 2018-08-24 16:43:38 +03:00
  • dec09d789f Merge pull request #28 from elliott5/gopherjs pborman 2017-11-29 11:10:14 -08:00
  • a4243a3813 remove net when targeting JS Elliott Stoneham 2017-11-29 12:54:27 +00:00
  • 4ebdd04351 Merge pull request #27 from martinlindhe/master pborman 2017-11-22 08:26:18 -08:00
  • 9c6b41367e fix some typos Martin Lindhe 2017-11-22 06:47:31 +01:00
  • bb91e0b0e2 remove false claim about NewRandom() panic, pointed out in https://github.com/google/uuid/issues/12\#issue-232965368 Martin Lindhe 2017-11-22 06:30:19 +01:00
  • 3d673cf3cf add MustParse(), which returns an UUID or panics Martin Lindhe 2017-11-22 06:20:00 +01:00
  • 1f1ba6fb7a make 'go vet' happy Martin Lindhe 2017-11-22 06:14:10 +01:00
  • 8c31c18f31 Merge pull request #23 from loderunner/master pborman 2017-11-13 08:03:52 -08:00
  • 5c50970d1d add FromBytes constructor Charles Francoise 2017-11-10 21:33:01 +01:00
  • e367a344cb Merge pull request #22 from kortschak/constant pborman 2017-10-19 10:36:51 -07:00
  • 5b5a8cb7c5 Remove never-true conditional kortschak 2017-10-19 14:04:08 +10:30
  • 7e072fc3a7 Merge pull request #17 from Kerrigan29a/patch-1 pborman 2017-08-14 07:36:39 -07:00
  • 3e2a039c14 A little error in the documentation of dce.go Javier Escalada 2017-08-12 17:57:52 +01:00
  • 281f560d28 Merge pull request #16 from KonstantinCodes/typos pborman 2017-07-28 10:43:18 -07:00
  • 0614758b5f Typos suggested by @corburn Konstantin Scheumann 2017-07-28 14:14:46 +02:00
  • b7be3e3c4c Merge pull request #15 from sjeandeaux/test/data-egals-data pborman 2017-07-24 08:24:35 -07:00
  • cdf9b51fe8 [test] compare two slices of bytes thanks @maknihamdi Stéphane Jeandeaux 2017-07-21 14:30:00 +02:00
  • 1c6adf5cd1 Merge pull request #13 from oreqizer/patch-1 pborman 2017-07-10 07:57:55 -07:00
  • 264af6d852 version4: Typo in 'New' doc Boris 2017-07-07 12:56:32 +02:00
  • 6a5e285548 Merge pull request #11 from thatguystone/master pborman 2017-03-06 06:51:42 -08:00
  • 3694829644 sql: Support nil values Andrew Stone 2017-03-03 14:59:38 -08:00
  • c96242ef50 sql: Remove redundant type asserts Andrew Stone 2017-03-03 14:58:01 -08:00
  • 064e2069ce Update .travis.yml 0.2 pborman 2016-11-28 11:12:14 -08:00
  • ad42bb4dbc Merge pull request #9 from syohex/correct-rfc-number pborman 2016-10-31 10:08:01 -07:00
  • 6d68e26893 Correct RFC number Syohei YOSHIDA 2016-07-08 13:55:56 +09:00
  • f3f4b54b2f Fix type Paul Borman 2016-02-29 06:24:49 -08:00
  • a34cdf67a6 Merge branch 'master' of https://github.com/google/uuid Paul Borman 2016-02-29 06:19:06 -08:00
  • 9887602f22 Merge branch 'master' of https://github.com/google/uuid Paul Borman 2016-02-29 06:13:44 -08:00
  • ca12c440f3 Merge pull request #5 from bmatsuo/bmatsuo/no-unsafe-parsing pborman 2016-02-29 06:12:54 -08:00
  • dfce887783 Merge pull request #7 from bmatsuo/bmatsuo/godoc-fixes pborman 2016-02-29 06:10:02 -08:00
  • 33471c92ef Remove underscores form private variables. Paul Borman 2016-02-29 06:07:51 -08:00
  • 834b00a6a5 Bring naming of exported values inline with current Go practice. Paul Borman 2016-02-29 06:04:36 -08:00
  • 9ce06d2d1d small change to NewUUID return docs Bryan Matsuo 2016-02-28 01:20:19 -08:00