@@ -5,6 +5,32 @@ All notable changes to the Azure Pricing MCP Server will be documented in this f
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 3.4.0] - 2026-03-03
9+
10+ ### Added
11+
12+ - ** Azure Databricks DBU Pricing Tools** (contributed by PR #28 )
13+ - ` databricks_dbu_pricing ` - Search and list Azure Databricks DBU rates by workload type, tier, and region
14+ - ` databricks_cost_estimate ` - Estimate monthly and annual Databricks costs based on DBU consumption
15+ - ` databricks_compare_workloads ` - Compare DBU costs across workload types or regions
16+ - Supports 14 workload types with fuzzy alias matching (e.g., 'etl' -> 'jobs', 'warehouse' -> 'serverless sql')
17+ - Real-time pricing from Azure Retail Prices API — no authentication required
18+ - Photon pricing comparison included automatically
19+
20+ ### Changed
21+
22+ - ** Orphaned Resource Detection** expanded from 5 to 11 resource types (contributed by [ @iditbnaya ] ( https://github.com/iditbnaya ) , PR #30 )
23+ - Removed NICs and NSGs (no cost impact — not billable resources)
24+ - Added: SQL Elastic Pools, Application Gateways, NAT Gateways, Load Balancers, Private DNS Zones, Private Endpoints, Virtual Network Gateways, DDoS Protection Plans
25+ - Fixed SQL Elastic Pools query to correctly filter for pools with no databases (leftanti join)
26+ - Fixed Private Endpoints query to check both auto-approved and manual-approval connections
27+ - Updated all documentation (FEATURES.md, ORPHANED_RESOURCES.md, TOOLS.md, USAGE_EXAMPLES.md)
28+
29+ ### Documentation
30+
31+ - Added Databricks DBU pricing tools to TOOLS.md
32+ - Updated orphaned resource documentation across all docs
33+
834## [ 3.3.0] - 2026-02-12
935
1036### Added
@@ -36,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3662
3763- ** Orphaned Resource Detection Tool** (contributed by [ @iditbnaya ] ( https://github.com/iditbnaya ) )
3864 - ` find_orphaned_resources ` - Detect orphaned Azure resources and compute wasted costs
39- - Scans for unattached managed disks, orphaned NICs, public IPs, NSGs, and empty App Service Plans
65+ - Initial release: scans for unattached managed disks, orphaned NICs, public IPs, NSGs, and empty App Service Plans
4066 - Integrates with Azure Cost Management API for historical cost lookup
4167 - Groups results by resource type with per-type summary tables
4268 - Configurable lookback period (default: 60 days)
0 commit comments