Skip to content

v2.2.0 release prep: RDS fixes, USE removal, README sync#500

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/release-prep-2.2.0
Mar 9, 2026
Merged

v2.2.0 release prep: RDS fixes, USE removal, README sync#500
erikdarlingdata merged 1 commit intodevfrom
feature/release-prep-2.2.0

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Replace USE [db] with [db].sys.sp_executesql in all dynamic SQL collectors for RDS/cloud compatibility
  • Add HAS_DBACCESS() filter to database_size_stats to skip restricted databases (e.g., model on RDS)
  • Remove unnecessary upgrade script 06_add_volume_stats_columns.sql
  • Add v2.2.0 changelog entry with contributor credits
  • Sync README with all v2.2.0 features (FinOps tab, Entra auth, --uninstall, new collectors, updated counts)
  • Add Lite/servers.json to .gitignore

Test plan

  • Install scripts 09 and 52 deployed and tested on sql2016–sql2022
  • sql2025 fresh install via CLI installer
  • AWS RDS Standard Edition: full install (55/55 success, 42 collectors clean), CLI uninstall verified clean
  • Azure SQL DB Lite collectors validated (prior to this commit)
  • Dashboard and Lite error logs clean
  • dotnet build succeeds with 0 errors

🤖 Generated with Claude Code

…elog

- Replace USE [db] with [db].sys.sp_executesql in all dynamic SQL collectors
  (database_size_stats, query_store) for RDS compatibility
- Add HAS_DBACCESS() filter to database_size_stats to skip restricted databases
- Remove unnecessary upgrade script 06_add_volume_stats_columns.sql
- Add v2.2.0 changelog entry with contributor credits
- Sync README with v2.2.0 features: FinOps tab, Entra auth, --uninstall,
  --reset-schedule, session_stats/database_size_stats/server_properties
  collectors, updated counts and exit codes
- Add Lite/servers.json to .gitignore

Tested: All 5 local servers + AWS RDS Standard Edition (install, collectors,
uninstall via CLI). Azure SQL DB validated separately.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit e6a93aa into dev Mar 9, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant