@@ -8,14 +8,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99
1010### Added
11+ - ** dagster-integrations** : Added comprehensive audit summary document (AUDIT_SUMMARY.md)
12+ - Documents all 82+ integration verifications
13+ - Lists critical fixes applied and remaining work
1114
1215### Changed
16+ - ** dagster-integrations** : Updated storage.md integration examples
17+ - Improved Postgres section with ConfigurableResource pattern and instance storage clarification
18+ - Updated Delta Lake to use correct ` DeltaTableResource ` API
19+ - Enhanced Redshift example with ` RedshiftClientResource `
20+ - Improved DataHub example with correct ` DatahubRESTEmitterResource `
21+ - Updated LakeFS to show custom resource pattern with lakefs-client SDK
1322
1423### Deprecated
1524
1625### Removed
26+ - ** dagster-integrations** : Removed fabricated integrations from storage.md
27+ - Removed MongoDB section (dagster-mongo package doesn't exist)
28+ - Removed Atlan section (Dagster+ cloud CLI feature, not a Python library)
29+ - Removed Secoda section (no library integration exists)
1730
1831### Fixed
32+ - ** dagster-integrations** : Fixed critical PostgresResource hallucinations across multiple files
33+ - storage.md: Replaced fabricated dagster-postgres resource API with custom ConfigurableResource pattern
34+ - Fixed 5 support level misclassifications:
35+ - dagster-looker: Community-supported → Dagster-supported
36+ - dagster-sigma: Community-supported → Dagster-supported
37+ - dagster-polars: Dagster-supported → Community-supported
38+ - dagster-wandb: Dagster-supported → Community-supported
39+ - dagster-papertrail: Community-supported → Dagster-supported
40+ - ** dagster-conventions** : Fixed PostgresResource hallucinations in resources.md
41+ - Updated factory pattern example with custom PostgresResource definition
42+ - ** dagster-conventions** : Fixed PostgresResource hallucinations in testing.md
43+ - Updated test examples with custom ConfigurableResource implementations
44+ - ** dagster-integrations** : Fixed other.md Polars integration
45+ - Removed non-existent ` PolarsDataFrame ` import
46+ - Corrected support level to Community-supported
1947
2048### Security
2149
0 commit comments