Skip to content

Commit 180dc8e

Browse files
committed
changelog
1 parent bc27312 commit 180dc8e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Note: For a changelog for a client application [see the client application page
44

55
---
66

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+
717
## Version [2.17.0](https://github.com/vb-consulting/NpgsqlRest/tree/2.17.0 (2024-01-09)
818

919
[Full Changelog](https://github.com/vb-consulting/NpgsqlRest/compare/2.16.1...2.17.0)

0 commit comments

Comments
 (0)