Releases: marcominerva/DatabaseGPT
Releases · marcominerva/DatabaseGPT
v1.4
What's Changed
- Documentation update by @marcominerva in #50
- Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.3 in /src/DatabaseGpt.SqlServer by @dependabot in #53
- Libraries update by @marcominerva in #54
- Options to get query and table results together by @marcominerva in #56
- Add GitHub icon by @marcominerva in #57
- Change request prompt by @marcominerva in #58
New Contributors
- @dependabot made their first contribution in #53
Full Changelog: v1.3...v1.4
v1.3
What's Changed
- Updated Readme's appsettings to be compatible with the DatabaseGptConsole app for Postgres by @nicolaparo in #33
- Exclude columns in specific SQL Server tables by @marcominerva in #39
- Update to .NET 8.0. Add a method to get the SQL query. Add sample Web App by @marcominerva in #42
- Add retry logic and bugfix by @marcominerva in #45
- Prompt optimization by @marcominerva in #46
Full Changelog: v1.2...v1.3
v1.2
What's Changed
- Postgre SQL support for DatabaseGpt by @nicolaparo in #18
- Some bugfixes by @marcominerva in #19
- Sample update by @marcominerva in #20
- Fix connection retrieval by @marcominerva in #21
- Update user prompt by @marcominerva in #26
- DatabaseGptClient is now disposable by @nicolaparo in #27
- Complete IDisposable implementation by @marcominerva in #28
- Add missing nullable checks by @marcominerva in #29
- Documentation update by @nicolaparo in #31
New Contributors
- @nicolaparo made their first contribution in #18
Full Changelog: v1.1.2...v1.2
v1.1.2
What's Changed
- Add a table whitelist by @marcominerva in #17
- Prevent the execution of INSERT, UPDATE and DELETE commands by @marcominerva in #17
Full Changelog: v1.1...v1.1.2
v1.1
What's Changed
- Add missing call to ThrowIfDisposed method by @N1K0232 in #7
- Move NaturalLanguageQueryOptions out of DatabaseGptClient by @KonH in #8
- Spectre.Console integration by @marcominerva in #10
- Add parameters to callbacks by @marcominerva in #12
New Contributors
Full Changelog: v1.0...v1.1
v1.0
What's Changed
- Initial version by @marcominerva in #2
New Contributors
- @marcominerva made their first contribution in #2
Full Changelog: https://github.com/marcominerva/DatabaseGPT/commits/v1.0