You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added tbp authentication support
* added appName
* use options pattern for config
* increase version
* change feature name as UseDbCredentialsFile
* add changelog
* change version date
* change example config
* add additional parameters config
---------
Co-authored-by: Eren Yilmaz <eren.yilmaz@trendyol.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## v1.6.0 (July 2, 2025)
2
+
3
+
### Added:
4
+
- Db Credentials file feature.
5
+
- This feature allows a database connection to be created in cases where database credentials need to be read from a file. Currently only active on PostgreSQL.
6
+
- It can be activated with the new config value `UseDbCredentialsFile`.
7
+
- This feature requires a new config section called `DbCredentialsFileSettings` with the following options:
8
+
-`FileName`: File name containing database credentials (should be full path)
9
+
-`Host`: Host information of the database
10
+
-`Database`: Db name of the database
11
+
-`ApplicationName`: App name information on database connection
12
+
-`Port`: Port of the database
13
+
-`AdditionalParameters`: Additional parameters to be added on Connection. Flags such as `Pooling`, `TrustServerCertificate` can be added.
0 commit comments