File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Note: For a changelog for a client application [see the client application page
4
4
5
5
---
6
6
7
+ ## Version [ 2.18.0] (https://github.com/vb-consulting/NpgsqlRest/tree/2.17.0 (2025-02-23)
8
+
9
+ [ Full Changelog] ( https://github.com/vb-consulting/NpgsqlRest/compare/2.17.1...2.18.0 )
10
+
11
+ Improve ` ValidateParameters ` and ` ValidateParametersAsync ` callbacks:
12
+
13
+ From this version they will be triggered even for paramaters that exits with default value but they are not supplied.
14
+
15
+ In this case, parameter value will be ` null ` and if we want default value, we can leave it as ` null ` . Otherwise it is possible to assign a new value.
16
+
7
17
## Version [ 2.17.0] (https://github.com/vb-consulting/NpgsqlRest/tree/2.17.0 (2024-01-09)
8
18
9
19
[ Full Changelog] ( https://github.com/vb-consulting/NpgsqlRest/compare/2.16.1...2.17.0 )
You can’t perform that action at this time.
0 commit comments