Skip to content

2.0.600

Compare
Choose a tag to compare
@NickCraver NickCraver released this 10 Jan 21:08
· 523 commits to main since this release
  • Adds: ulong support to RedisValue and RedisResult (#1104 by @mgravell)
  • Fix: Remove odd equality: "-" != 0 (we do, however, still allow "-0", as that is at least semantically valid, and is logically == 0) (related to #1103)
  • Performance: Rework how pub/sub queues are stored - reduces delegate overheads (related to #1101)
  • Fix #1108: Ensure that we don't try appending log data to the TextWriter once we've returned from a method that accepted one