From 52c71f972c96df01d670bca7bdfa52b75be01460 Mon Sep 17 00:00:00 2001 From: amigin Date: Wed, 8 Jun 2022 22:24:05 +0300 Subject: [PATCH] Added ReadMe --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..668b442 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# MY SERVICE BUS + +## Changes +### 0.0.18 +* BUG: Entities PartitionKey and RowKey now can not be uploaded with Null Values; +* Init procedure now skippes nulled values +* Bulk/InsertOrReplace - if we post payload with no entities - TableUpdateMoment does not update; \ No newline at end of file