Releases: serilog-contrib/serilog-ui
Releases · serilog-contrib/serilog-ui
[PostgreSQLProvider] v4.0.0
What's Changed
*chore: remove .NET7 by @followynne in #175
This major release upgrades
- minimum target framework from .NET Standard 2.0 to .NET 6, due to NPGSQL dependency requirements
Full Changelog: v3.1.0-postgresql...v4.0.0-postgresql
[MongoDBProvider] v4.0.0
What's Changed
- chore: remove .NET7 by @followynne in #175
This major release upgrades
- minimum target framework from .NET Standard 2.0 to .NET Standard 2.1
- MongoDB SDK to v3.30, supporting MongoDB v8.
Full Changelog: v3.1.0-mongodb...v4.0.0-mongodb
v3.2.0
What's Changed
- feat #162: live feed button by @followynne in #173
- chore: remove .NET7 support, bump packages by @followynne in #175
- chore: release MSSQL, MySql providers (package updates) [v3.2.0]
- chore: release Sqlite provider (package updates) [v1.1.0]
Full Changelog: v3.1.1...v3.2.0
[RavenDbProvider] v3.0.0
What's Changed
- chore: remove .NET7 by @followynne in #175
This major release upgrades
- RavenDB.Client SDK to v7.0.1.
Full Changelog: v2.1.0-ravendb...v3.0.0-ravendb
v3.1.1
What's Changed
- fix (#164): improve fetch-behavior using react-query caching by @followynne in #166
- fix #167: create new option to provide server deployment sub-path by @followynne in #168
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- chore(deps): bump rollup from 4.21.3 to 4.22.4 in /src/Serilog.Ui.Web by @dependabot in #148
- Unify SQL query generation for sql-based providers. by @mo-esmp in #147
- feat(provider): add SQLite sink support by @techgarage-ir in #124
- chore: release MSSQL, Postgres, MongoDB, Elastic, MySql providers [v3.1.0]
- chore: release RavenDB provider [v2.1.0]
- chore: release Sqlite provider [v1.0.0]
New Contributors
- @techgarage-ir made their first contribution in #124
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- tests(mongo-db): move integration to direct sink generation by @followynne in #138
- chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /src/Serilog.Ui.Web by @dependabot in #142
- tests(sql): remove SQL dependencies from common test project by @mo-esmp in #141
- chore: polish codes in UI project by @mo-esmp in #143
- fix(#139): improve executed queries on authentication modal by @followynne in #145
- chore(deps-dev): bump vite from 5.4.5 to 5.4.6 in /src/Serilog.Ui.Web by @dependabot in #146
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- fix(#131): wrong property name in RegisterRemovedColumns by @followynne in #132
- feat(#128): redirect to home, when hitting home without trailing slash by @followynne in #133
- feat (#129): add auto-expand dropdowns UI option by @followynne in #134
- chore(deps): bump axios from 1.7.2 to 1.7.4 in /src/Serilog.Ui.Web by @dependabot in #136
- fix(#130): render text content if code parsing fails by @followynne in #137
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- V3 by @followynne in #114
- chore: release MSSQL, Postgres, MongoDB, Elastic, MySql providers [v3.0.0]
- chore: release RavenDB provider [v2.0.0]
For the full details, please check the presentation page!
Full Changelog: v2.6.0...v3.0.0
[MongoDBProvider] v2.3.2
What's Changed
- Fix #122: use UtcTimeStamp to sort MongoDb search results by @followynne in #125
Full Changelog: v2.3.1-mongodb...v2.3.2-mongodb