Skip to content

Releases: Evodim/Azure.EntityServices

v1.1.3

17 Apr 22:57
Compare
Choose a tag to compare

targeting .net6.x and .net8.x

v1.1.2

21 Nov 16:42
39d15fc
Compare
Choose a tag to compare

What's Changed

  • PR EntityTableClient - chore/tableclient refact internal dependencies by @medevod in #63
  • PR EntityTAble Client Fixes/entitytable client delete one by @medevod in #64

Full Changelog: v1.1.1...v1.1.2

v1.1.1

31 Jul 19:17
0a01244
Compare
Choose a tag to compare

What's Changed

  • PR - devops/azureit integration by @medevod in #59
  • PR Devops/fixe azurit config by @medevod in #60
  • Fixes/tableclient tagmutation issue for delete operations by @medevod in #61
  • PR - EntityTableClient - Features/tableclient improve delete operations by @medevod in #62

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 Jul 16:18
e400089
Compare
Choose a tag to compare

some fixes on EntityTableClient

v1.0.51

22 May 12:04
2b76486
Compare
Choose a tag to compare

What's Changed

v1.0.5

02 May 15:35
Compare
Choose a tag to compare

What's Changed

  • Features/entity table client add take skip to get paged
  • Add take skip extensions for IAsyncEnumerable

v1.0.4

13 Apr 09:15
c259d32
Compare
Choose a tag to compare

TableClient:
Add new operation DeleteByID
Reduce minimal azure dependency packages

v1.0.3

28 Mar 13:29
377d947
Compare
Choose a tag to compare

TableEntity : Add extensions to customise serialization

v1.0.2: Merge pull request #43 from Evodim/fixes/Query-extension-In-not-scoped

20 Feb 15:01
833015d
Compare
Choose a tag to compare

EntityTableClient : Improved Query capabilities by adding new extensions

v1.0.1

08 Feb 14:13
26612b7
Compare
Choose a tag to compare

Added dependency injection extensions
Some improvement in Query Extensions
Added more Samples projects