12.8.0 (2023-02-08)
Bugs Fixed
- Fixed an issue where LINQ predicates containing New expressions, such as
ent => ent.TimeStamp > new DateTimeOffset(...)
, threw an exception.
Other Changes
TableClient.CreateIfNotExists
/TableClient.CreateIfNotExistsAsync
documentation corrected (methods do not returnnull
if the table already exists)TableClient
andTableServiceClient
constructors that take SAS credentials no longer throw if the URI scheme is not https if it is a loopback host- Removed the
new()
constraint from methods onTableClient