File tree 3 files changed +16
-12
lines changed
3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change
1
+ # 3.6.0 (2024-03-11)
2
+
3
+ ## Bugs
4
+
5
+ * ** Change feed** : Fixed automatic resume at last change in continuous feed ([ #198 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/198 ) )
6
+
7
+ # 3.5.0 (2024-02-03)
8
+
9
+ ## Features
10
+
11
+ * ** Find** : Added support for fetching attachments with entire content ([ #194 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/194 ) )
12
+
1
13
# 3.4.0 (2023-06-21)
2
14
3
15
## Features
16
28
17
29
## Bug Fixes
18
30
19
- * ** Dependency Injection** : Fix dependency injection packages references ([ #180 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/180 ) )
31
+ * ** Dependency Injection** : Fix dependency injection packages references ([ #180 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/180 ) )
20
32
21
33
# 3.3.0 (2022-10-20)
22
34
Original file line number Diff line number Diff line change 1
- # 3.4.0 (2023-06-21)
2
-
3
- ## Features
4
-
5
- * ** Database split** : Configurable field for document discrimination ([ #150 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/150 ) )
6
- * ** Find** : Added all options and responses ([ #182 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/182 ) )
7
- * ** Change feed** : Adds support for database split ([ #187 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/187 ) )
8
- * ** Replicas** : Adds ` CreateTarget ` option ([ #189 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/189 ) )
1
+ # 3.6.0 (2024-03-11)
9
2
10
3
## Bugs
11
4
12
- * ** Queries** : Fix when ` In ` is called inside ` Any ` ([ #183 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/183 ) )
13
- * ** Database split** : Fix ` FirstOrDefault ` without filter queries ([ #185 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/185 ) )
5
+ * ** Change feed** : Fixed automatic resume at last change in continuous feed ([ #198 ] ( https://github.com/matteobortolazzo/couchdb-net/issues/198 ) )
Original file line number Diff line number Diff line change 1
1
variables :
2
2
BuildConfiguration : Release
3
- PackageVersion : ' 3.5 .0'
3
+ PackageVersion : ' 3.6 .0'
4
4
5
5
trigger :
6
6
branches :
You can’t perform that action at this time.
0 commit comments