File tree 2 files changed +28
-7
lines changed
2 files changed +28
-7
lines changed Original file line number Diff line number Diff line change
1
+ # 3.2.0 (2022-07-03)
2
+
3
+ ## Features
4
+
5
+ * ** Replication** : Adds support to replication ([ #151 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/151 ) )
6
+ * ** Attachments** : Adds DownloadAttachmentAsStreamAsync ([ #152 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/152 ) )
7
+ * ** IsMatch** : Support multiline regex ([ #161 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/161 ) )
8
+
9
+ ## Bug Fixes
10
+
11
+ * ** ElementAt** : Fixes query on .NET 6. ([ #156 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/156 ) )
12
+ * ** Attachments** : Fixes attachments in FindAsync. ([ #159 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/159 ) )
13
+ * ** Attachments** : Fixes attachments uploads ([ #159 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/159 ) )
14
+ * ** Attachments** : Fixes Bad Request on attachment upload. ([ #164 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/164 ) )
15
+ * ** GetInfoAsync** : Fixed 32-bit integer overflow. ([ #165 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/165 ) )
16
+
1
17
# 3.1.1 (2021-10-14)
2
18
3
19
## Bug Fixes
Original file line number Diff line number Diff line change 1
- ## Bug Fixes
1
+ ## Features
2
2
3
- * ** Query** : Fix First/Last with conditions fail. ([ #142 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/142 ) )
4
- * ** Query** : Fix First/Last on splitted database. ([ #136 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/136 ) )
5
- * ** Query** : Throws exception on List.Count instead of wrong query. ([ #138 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/138 ) )
6
- * ** Query** : Fix multi thread call issues. ([ #133 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/133 ) )
7
- * ** FindManyAsync** : Filters out null results. ([ #141 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/141 ) ) Thanks [ AlexandrSHad] ( https://github.com/AlexandrSHad )
8
- * ** Continuous Changes** : Fix multi thread issues. ([ #140 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/140 ) )
3
+ * ** Replication** : Adds support to replication ([ #151 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/151 ) )
4
+ * ** Attachments** : Adds DownloadAttachmentAsStreamAsync ([ #152 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/152 ) )
5
+ * ** IsMatch** : Support multiline regex ([ #161 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/161 ) )
6
+
7
+ ## Bug Fixes
8
+
9
+ * ** ElementAt** : Fixes query on .NET 6. ([ #156 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/156 ) )
10
+ * ** Attachments** : Fixes attachments in FindAsync. ([ #159 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/159 ) )
11
+ * ** Attachments** : Fixes attachments uploads ([ #159 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/159 ) )
12
+ * ** Attachments** : Fixes Bad Request on attachment upload. ([ #164 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/164 ) )
13
+ * ** GetInfoAsync** : Fixed 32-bit integer overflow. ([ #165 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/165 ) )
You can’t perform that action at this time.
0 commit comments