Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.8.17

30 Nov 21:56
Compare
Choose a tag to compare

Download the library here

  • FIXED: Can't write CLR type Z.EntityFramework.Plus.AuditEntryState with handler type Int32Handler #413

v1.8.16

30 Nov 20:56
Compare
Choose a tag to compare

Download the library here

  • FIXED: Change AsNoFilter extension method to take IQueryable parameter #435

v1.8.15

30 Nov 20:18
Compare
Choose a tag to compare

Download the library here

  • RENAMED: RedisObjectCacheBeta to RedisObjectCache

v1.8.14

15 Nov 23:18
2a11016
Compare
Choose a tag to compare

Download the library here

  • ADDED: Audit - Coordinated Universal Time support #432

v1.8.13

13 Nov 01:08
8d37347
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with MySQL when schema was in SchemaName and TableName property

v1.8.12

12 Nov 02:43
Compare
Choose a tag to compare

Download the library here

  • FIXED: QueryFutureValue.ValueAsync: Missing CancellationToken parameter #428

v1.8.11

23 Oct 01:49
47b7969
Compare
Choose a tag to compare

Download the library here

  • FIXED: FutureQueries are incompatible with Effort.EF6 #260
  • ADDED: Beta support for Query Cache with Redis for EF6
QueryCacheManager.Cache = QueryCacheManager.Cache = new RedisObjectCacheBeta(redisDatabase,
    objToSerialize => Newtonsoft.Json.JsonConvert.SerializeObject(objToSerialize),
    (entityType, serializedString) => Newtonsoft.Json.JsonConvert.DeserializeObject(serializedString, entityType));

Thank @vitorortuondo and @ericdagenais for your contribution

v1.8.10

15 Sep 18:42
c1ab852
Compare
Choose a tag to compare

Download the library here

  • MERGED: Added Hana support to BatchDelete and BatchUpdate. #408
  • MERGED: Npgsql+IncludeOptimized: fixes "System.NotSupportedException: CLR type System.Object isn't supported #407

Thank @vitorortuondo and @ericdagenais for your contribution

v1.8.9

27 Aug 22:58
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with Query Filter in EF6 with Ignored Types

v1.8.8

23 Aug 20:24
5ab77cd
Compare
Choose a tag to compare

Download the library here

  • FIXED: When the EnumToStringConverter is set by the entity, after the batch update enumeration value is executed, the stored string is not a string. #396
  • FIXED: I think generated SQL statement can be changed(delete method) #378