Releases: devlooped/TableStorage
Releases · devlooped/TableStorage
v5.4.0
What's Changed
✨ Implemented enhancements
- Introduce blob-based storage using ITableStorage API by @kzu in #381
Full Changelog: v5.3.1...v5.4.0
v5.3.1
What's Changed
🐛 Fixed bugs
- When updating the in-memory entity value, replace by @kzu in #372
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
✨ Implemented enhancements
- Add in-memory repository implementations for easier testing by @kzu in #368
🐛 Fixed bugs
- Fix document partition query bug with entity properties by @kzu in #369
Full Changelog: v5.2.4...v5.3.0
v5.2.4
What's Changed
🐛 Fixed bugs
- Fix filtering by Timestamp by @kzu in #365
🔨 Other
- Address minor build warnings by @kzu in #367
Full Changelog: v5.2.3...v5.2.4
v5.2.3
What's Changed
✨ Implemented enhancements
- Make default DocumentSerializer public by @kzu in #363
Full Changelog: v5.2.2...v5.2.3
v5.2.2
What's Changed
✨ Implemented enhancements
- Add .NET8 generated regex support for performance by @kzu in #355
Full Changelog: v5.2.1...v5.2.2
v5.2.1
What's Changed
📝 Documentation updates
- Make sure to include note on SponsorLink v2 by @kzu in #332
⚙️ Dependencies
- Bump dependencies to address vulnerabilities by @kzu in #336 and #337
Full Changelog: v5.2.0...v5.2.1
v5.2.0
What's Changed
✨ Implemented enhancements
- Improve key property detection for attributed types by @kzu in #292
- Add support for batch saving multiple entities by @kzu in #309
🐛 Fixed bugs
- Fix TableEntity deserialization issue with newer Azurite by @kzu in #291
🔨 Other
- Move ToEntity to the entity properties mapper by @kzu in #284
- Sync latest changes from oss template on build/publish workflows by @kzu in #300
- Add SponsorLink v2 analyzer by @kzu in #302
- Improve test tables management by @kzu in #312
Full Changelog: v5.1.2...v5.2.0
v5.2.0-rc.1
What's Changed
✨ Implemented enhancements
- Add support for batch saving multiple entities by @kzu in #309
🔨 Other
- Improve test tables management by @kzu in #312
Full Changelog: v5.2.0-rc...v5.2.0-rc.1