Skip to content

Updates_20260601 release prep#798

Merged
erikdarlingdata merged 1 commit into
devfrom
release/updates-20260601
May 28, 2026
Merged

Updates_20260601 release prep#798
erikdarlingdata merged 1 commit into
devfrom
release/updates-20260601

Conversation

@erikdarlingdata

Copy link
Copy Markdown
Owner

Summary

  • Bump @Version + @version_date on the five procs touched since the last release (Updates_20260501)
  • Add an EXAMPLE CALLS result set to ProtectSession's @help = 1 output (matches sp_HumanEvents pattern); was the only first-release polish item from the audit
Proc Version Date Notes
sp_IndexCleanup 2.6 → 2.7 → 20260601 #778 HAS_DBACCESS preflight
sp_QuickieStore 6.6 → 6.7 → 20260601 #784 'failed' execution_type, #793 plan_count fix
sp_HumanEvents 7.6 → 7.7 → 20260601 #786 view-creation fix, #787 stray AS sqlhandle
TestBackupPerformance 1.0 → 1.1 20260327 → 20260601 #797 @encryption_list feature
ProtectSession 1.0 20260522 → 20260601 First public release

Audits ran across all five files (style + structure + recent-change sanity). Zero blockers found. Pre-existing style debt (uppercase nvarchar(MAX), CAST vs CONVERT) is being addressed in a separate cleanup PR.

Test plan

  • Visual diff confirms only the @Version / @version_date lines changed in 4 of 5 files
  • ProtectSession @help = 1 now returns an EXAMPLE CALLS result set with three invocations (basic / aggressive / defensive)
  • All five procs compile cleanly on a target instance
  • sys.dm_sql_referenced_entities returns nothing unexpected (self-contained, no external helpers)

🤖 Generated with Claude Code

- sp_IndexCleanup 2.6 -> 2.7
- sp_QuickieStore 6.6 -> 6.7
- sp_HumanEvents 7.6 -> 7.7
- TestBackupPerformance 1.0 -> 1.1 (new @encryption_list feature)
- ProtectSession 1.0 (date only; first public release)
- All @version_date -> 20260601
- ProtectSession: add EXAMPLE CALLS result set to @help = 1 output
  (basic / aggressive / defensive invocations) to match the help UX
  pattern from sp_HumanEvents

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 375b68c into dev May 28, 2026
5 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