Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 6.82 KB

ReleaseNotes.md

File metadata and controls

75 lines (61 loc) · 6.82 KB

1.3.0 (22 February 2021)

  • #64 - Add support for .NET 4.6; Expose table name contributed by gblmarquez
  • #65 - Add support to serialize/deserialize non supported properties or fields. contributed by artyomabrahamyan
  • #69 - Update packages and Adds new build scripts contributed by gblmarquez
  • #70 - Add support for Microsoft.Azure.Cosmos.Table contributed by StefH
  • #58 - Run on framework "net46" [enhancement]
  • #63 - Add support for Name [enhancement]

1.2.0 (26 March 2018)

  • #60 - set result of table query to return object (.NET Core configuration) contributed by bluechipalex
  • #53 - .NET Core (.NET Standard) Support [enhancement]

1.1.0-beta1 (25 October 2016)

1.0.4 (29 September 2016)

  • #51 - #43 Implements support for enum properties contributed by gblmarquez
  • #52 - Ignoring a property is not properly respected contributed by gblmarquez
  • #43 - Mapping for enum property [enhancement, serializer]

1.0.3 (22 September 2016)

  • #44 - Batches not always getting executed contributed by richiej84
  • #50 - Fixes #35 contributed by MarkDeVerno
  • #28 - TableSet.AddOrUpdate(IEnumerable) does not throw an exception on error [bug]
  • #35 - Bad request with Linq Query [bug, expressions]

1.0.1 (11 March 2015)

  • #42 - Methods to create table on tableset contributed by tdietrich513
  • #18 - Add Fluent mappings for POCO [enhancement]
  • #40 - Latest version isn't on NuGet
  • #41 - No happy-path for creating a table if it doesn't exist. [enhancement]

1.0.0 (16 February 2015)

  • #30 - added InsertOrMerge Table Operation contributed by sbetzin
  • #34 - Fluent mapping and scripts to build & publish to nuget contributed by gblmarquez
  • #37 - updated nuget packages: unit tests green contributed by rleopold
  • #29 - TableSet.Add(entities) doesn't work properly. [bug]

0.7.7 (10 August 2013)

  • #23 - Exception on cast enum to integer in the query expression [bug, expressions]
  • #24 - TakeAsync should return Task<List> [bug, extensions]
  • #25 - Unable to receive result in some composite queries [bug, expressions]
  • #26 - No GetBlobReferenceFromServerAsync method [enhancement, extensions]

0.7.6 (19 May 2013)

  • #20 - Exception "Invalid entity member type:" is raised for properties tagged with [Ignore] [bug]
  • #22 - System.ArgumentException: Member 'Convert' does not supported [bug]

0.7.5 (16 May 2013)

  • #21 - .FirstOrDefault(expression) invalid behaviour [bug]

0.7.4 (10 May 2013)

  • #16 - Add ability to use LINQ Contains method [enhancement]
  • #19 - Exception was thrown when Where expression terminated by First / FirstOrDefault [bug]

0.7.3 (27 April 2013)

  • #15 - Failed to execute LINQ queries from Web API OData [bug]
  • #17 - Return IEnumerable<T> in range method overloads [bug, enhancement]

0.7.2 (22 April 2013)

  • #3 - Add ability to use LINQ projections in queries [enhancement]
  • #5 - Add ability to use synchronous LINQ methods like Single / First [enhancement]
  • #6 - Add ability to group collection entities in TableSet by partition key [enhancement]
  • #11 - Create symbol package [bug, enhancement]
  • #12 - Add ToListAsync overload with a predicate [enhancement]
  • #13 - Unable to execute LINQ query with Invocation expression [bug]

0.7.0 (12 April 2013)

  • #1 - Possibly should rename method [bug]
  • #2 - Make LINQ query translator thread safe [bug]
  • #4 - Add async blob extensions [enhancement]
  • #8 - Got exception when passing a lambda expression with an enum-type comparison to SingleOrDefaultAsync[T](IQueryable1 source, Expression1 predicate, CancellationToken cancellationToken) method [bug]
  • #10 - CloudPageBlob CreateAsync extension method does not exist [bug]