All changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2024-11-11
- Corrected the
R2D2Connection
import for thesqlite
feature flag to be behind ther2d2
feature flag.
0.3.0 - 2024-06-10
- Updated API to support
diesel
2.2.
0.2.5 - 2024-04-02
- Improved crate documentation and synced
README.md
withlib.rs
usingcargo-readme
.
0.2.4 - 2024-03-27
- Enabled documentation to be generated for all features.
0.2.3 - 2024-03-07
- Corrected import location of
PgMetadataLookup
.
0.2.2 - 2024-01-05
- Support for
R2D2Connection
through an optional feature flag,r2d2
. - Support for
MultiConnection
through theMultiConnectionHelper
trait for each connection type provided by the crate.
0.2.1 - 2023-12-19
- Support for
MigrationConnection
- Allowed the recording of statements through an optional feature flag,
statement-fields
.
- Incorrect
db.system
string on sqliteLoadConnection
.
0.2.0 - 2023-06-22
- Support for
UpdateAndFetchResults
.
- Target diesel version to
>=2.1
.
0.1.6 - 2022-06-13
- Implemented UpdateAndFetchResults trait to support save DSL.
0.1.5 - 2021-06-18
- Updated ipnetwork bounds to match diesel.
0.1.4 - 2021-03-16
- Updated ipnetwork bounds to match diesel.
- Corrected various clippy warnings.
0.1.3 - 2020-08-17
- Added a status badge to manifest and README.
- Switched to canonical OpenTelemetry field names for connection information.
0.1.2 - 2020-08-12
- Fixed broken feature flags.
0.1.1 - 2020-08-12
- Instrumented PostgreSQL connections now collect the connection configuration.
- Added feature flags for other connection types.
0.1.0 - 2020-08-12
- Initial implementation.