bitemyapp / esqueleto

New home of Esqueleto, please file issues so we can get things caught up!
BSD 3-Clause "New" or "Revised" License
372 stars 107 forks source link

Confused about when `rand` removal will happen #364

Open isomorpheme opened 1 year ago

isomorpheme commented 1 year ago

Looking at the Haddocks for 3.5.9.0:

Deprecated: Since 2.6.0: rand ordering function is not uniform across all databases! To avoid accidental partiality it will be removed in the next major version.

So it looks like it was meant to be removed after 3.0.0.0 but this was forgotten. Can I expect it to be removed in 4.0.0.0 instead?

parsonsmatt commented 1 year ago

4.0 for sure, but it may also get removed in the next major version (which would be 3.6 I think?)

isomorpheme commented 1 year ago

Ok, thanks! I always forget which component in a.b.c.d denotes the major version. :sweat_smile: