-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
7 changed files
with
202 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 40 additions & 36 deletions
76
RELEASE_NOTES.md → src/CosmoStore.CosmosDb/RELEASE_NOTES.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,41 @@ | ||
### 1.5.1 - January 20 2019 | ||
* Fixing #8 | ||
|
||
### 1.5.0 - January 02 2019 | ||
* Added GetStream function (mentioned in #7) | ||
|
||
### 1.4.0 - December 15 2018 | ||
* Appended events can be observed over IObservable | ||
|
||
### 1.3.1 - December 10 2018 | ||
* Lowering versions of basic depedencies | ||
|
||
### 1.3.0 - December 08 2018 | ||
* Removing Capacity union from configuration #5 | ||
* Reflexing changes in throughput range announced on MS Build 2018 | ||
|
||
### 1.2.0 - November 24 2018 | ||
* Fixing private functions visibility | ||
* Unused DatabaseName configuration property renamed to TableName and used for specifying destination table | ||
|
||
### 1.1.3 - November 09 2018 | ||
* Fixing issue with ExpectedPosition.NoStream #3 | ||
|
||
### 1.1.2 - October 26 2018 | ||
* Fixing problem with not storing Event metadata #1 | ||
|
||
### 1.1.1 - October 23 2018 | ||
* Package description update | ||
|
||
### 1.1.0 - October 22 2018 | ||
* Added support for Azure Table Storage | ||
|
||
### 1.0.1 - August 20 2018 | ||
* Fixing wrong package description | ||
|
||
### 1.0.0 - August 20 2018 | ||
### 2.0.0-beta1 - February 12 2019 | ||
* Spliting project into several Nuget packages #10 | ||
* Adding CausationId #9 | ||
|
||
### 1.5.1 - January 20 2019 | ||
* Fixing #8 | ||
|
||
### 1.5.0 - January 02 2019 | ||
* Added GetStream function (mentioned in #7) | ||
|
||
### 1.4.0 - December 15 2018 | ||
* Appended events can be observed over IObservable | ||
|
||
### 1.3.1 - December 10 2018 | ||
* Lowering versions of basic depedencies | ||
|
||
### 1.3.0 - December 08 2018 | ||
* Removing Capacity union from configuration #5 | ||
* Reflexing changes in throughput range announced on MS Build 2018 | ||
|
||
### 1.2.0 - November 24 2018 | ||
* Fixing private functions visibility | ||
* Unused DatabaseName configuration property renamed to TableName and used for specifying destination table | ||
|
||
### 1.1.3 - November 09 2018 | ||
* Fixing issue with ExpectedPosition.NoStream #3 | ||
|
||
### 1.1.2 - October 26 2018 | ||
* Fixing problem with not storing Event metadata #1 | ||
|
||
### 1.1.1 - October 23 2018 | ||
* Package description update | ||
|
||
### 1.1.0 - October 22 2018 | ||
* Added support for Azure Table Storage | ||
|
||
### 1.0.1 - August 20 2018 | ||
* Fixing wrong package description | ||
|
||
### 1.0.0 - August 20 2018 | ||
* Initial release with support for Cosmos DB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
### 2.0.0-beta1 - February 12 2019 | ||
* Spliting project into several Nuget packages #10 | ||
* Adding CausationId #9 | ||
|
||
### 1.5.1 - January 20 2019 | ||
* Fixing #8 | ||
|
||
### 1.5.0 - January 02 2019 | ||
* Added GetStream function (mentioned in #7) | ||
|
||
### 1.4.0 - December 15 2018 | ||
* Appended events can be observed over IObservable | ||
|
||
### 1.3.1 - December 10 2018 | ||
* Lowering versions of basic depedencies | ||
|
||
### 1.3.0 - December 08 2018 | ||
* Removing Capacity union from configuration #5 | ||
* Reflexing changes in throughput range announced on MS Build 2018 | ||
|
||
### 1.2.0 - November 24 2018 | ||
* Fixing private functions visibility | ||
* Unused DatabaseName configuration property renamed to TableName and used for specifying destination table | ||
|
||
### 1.1.3 - November 09 2018 | ||
* Fixing issue with ExpectedPosition.NoStream #3 | ||
|
||
### 1.1.2 - October 26 2018 | ||
* Fixing problem with not storing Event metadata #1 | ||
|
||
### 1.1.1 - October 23 2018 | ||
* Package description update | ||
|
||
### 1.1.0 - October 22 2018 | ||
* Added support for Azure Table Storage | ||
|
||
### 1.0.1 - August 20 2018 | ||
* Fixing wrong package description | ||
|
||
### 1.0.0 - August 20 2018 | ||
* Initial release with support for Cosmos DB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
### 2.0.0-beta1 - February 12 2019 | ||
* Spliting project into several Nuget packages #10 | ||
* Adding CausationId #9 | ||
|
||
### 1.5.1 - January 20 2019 | ||
* Fixing #8 | ||
|
||
### 1.5.0 - January 02 2019 | ||
* Added GetStream function (mentioned in #7) | ||
|
||
### 1.4.0 - December 15 2018 | ||
* Appended events can be observed over IObservable | ||
|
||
### 1.3.1 - December 10 2018 | ||
* Lowering versions of basic depedencies | ||
|
||
### 1.3.0 - December 08 2018 | ||
* Removing Capacity union from configuration #5 | ||
* Reflexing changes in throughput range announced on MS Build 2018 | ||
|
||
### 1.2.0 - November 24 2018 | ||
* Fixing private functions visibility | ||
* Unused DatabaseName configuration property renamed to TableName and used for specifying destination table | ||
|
||
### 1.1.3 - November 09 2018 | ||
* Fixing issue with ExpectedPosition.NoStream #3 | ||
|
||
### 1.1.2 - October 26 2018 | ||
* Fixing problem with not storing Event metadata #1 | ||
|
||
### 1.1.1 - October 23 2018 | ||
* Package description update | ||
|
||
### 1.1.0 - October 22 2018 | ||
* Added support for Azure Table Storage | ||
|
||
### 1.0.1 - August 20 2018 | ||
* Fixing wrong package description | ||
|
||
### 1.0.0 - August 20 2018 | ||
* Initial release with support for Cosmos DB |