Skip to content

Commit a56d489

Browse files
author
github-actions
committed
🖉 Update changelog with v3.0.2
1 parent 2711a44 commit a56d489

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

changelog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [v3.0.2](https://github.com/devlooped/TableStorage/tree/v3.0.2) (2021-07-01)
4+
5+
[Full Changelog](https://github.com/devlooped/TableStorage/compare/v3.0.1...v3.0.2)
6+
7+
:bug: Fixed bugs:
8+
9+
- ContinuationToken not properly used for enumerating all entities [\#53](https://github.com/devlooped/TableStorage/issues/53)
10+
311
## [v3.0.1](https://github.com/devlooped/TableStorage/tree/v3.0.1) (2021-07-01)
412

513
[Full Changelog](https://github.com/devlooped/TableStorage/compare/v3.0.0...v3.0.1)
@@ -78,7 +86,6 @@
7886
- Avoid creating a separate Task for lazily initialization of CloudTable [\#23](https://github.com/devlooped/TableStorage/issues/23)
7987
- No need to use DynamicTableEntity when deleting [\#21](https://github.com/devlooped/TableStorage/issues/21)
8088
- When doing a PutAsync, use InsertOrMerge instead of InsertOrReplace [\#20](https://github.com/devlooped/TableStorage/issues/20)
81-
- Allow persisting entities as documents [\#25](https://github.com/devlooped/TableStorage/pull/25) (@kzu)
8289

8390
:bug: Fixed bugs:
8491

@@ -133,6 +140,10 @@
133140

134141
[Full Changelog](https://github.com/devlooped/TableStorage/compare/cf1b7f069ac6d68482b498555c8dbdda8e1ae5b4...v1.0.2)
135142

143+
:sparkles: Implemented enhancements:
144+
145+
- Allow persisting entities as documents [\#25](https://github.com/devlooped/TableStorage/pull/25) (@kzu)
146+
136147
:twisted_rightwards_arrows: Merged:
137148

138149
- Add SourceLink to get repo/pdb linking [\#3](https://github.com/devlooped/TableStorage/pull/3) (@kzu)

0 commit comments

Comments
 (0)