Skip to content

Commit 3b81d88

Browse files
chore(release): prepare for 0.6.0-rc.2 release (#157)
1 parent 04fbe19 commit 3b81d88

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## Unreleased Changes
44

5-
- Fixed an issue with stateless HTTP server only taking a single connection
6-
- Added Grail budget tracking with `DT_GRAIL_QUERY_BUDGET_GB` environment variable (default: 1000 GB, setting it to `-1` disables it), as well as warnings and exceeded alerts in `execute_dql` tool responses
7-
- Enforce Grail budget by throwing an exception when the budget has been exceeded, preventing further DQL query execution
8-
- Added `send_email` tool for sending emails via Dynatrace Email API with support for multiple recipients (TO, CC, BCC), subject, body content
9-
- Added OAuth scope `email:emails:send` for email functionality
10-
- Refactored Davis CoPilot integration to use official `@dynatrace-sdk/client-davis-copilot` package instead of manual API calls, improving reliability and maintainability
5+
## 0.6.0 (Release Candidate 2)
6+
7+
- Fixed an issue with the stateless HTTP server that prevented it from accepting multiple simultaneous connections
8+
- Added Grail budget tracking with `DT_GRAIL_QUERY_BUDGET_GB` environment variable (default: 1000 GB, setting it to `-1` disables budget tracking), providing cost control and visibility with warnings and alerts in `execute_dql` tool responses
9+
- Added budget enforcement that prevents further DQL query execution when the configured Grail budget has been exceeded, protecting against unexpected costs
10+
- Added `send_email` tool for sending emails via the Dynatrace Email API with support for multiple recipients (TO, CC, BCC), custom subject lines, and rich body content
11+
- Added OAuth scope `email:emails:send` to enable email functionality
12+
- Improved Davis CoPilot integration by migrating to the official `@dynatrace-sdk/client-davis-copilot` package, enhancing reliability and maintainability while reducing manual API implementation
1113

1214
## 0.6.0 (Release Candidate 1)
1315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dynatrace-oss/dynatrace-mcp-server",
3-
"version": "0.6.0-rc.1",
3+
"version": "0.6.0-rc.2",
44
"mcpName": "io.github.dynatrace-oss/Dynatrace-mcp",
55
"description": "Model Context Protocol (MCP) server for Dynatrace",
66
"keywords": [

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/dynatrace-oss/Dynatrace-mcp",
88
"source": "github"
99
},
10-
"version": "0.6.0-rc.1",
10+
"version": "0.6.0-rc.2",
1111
"packages": [
1212
{
1313
"registry_type": "npm",

0 commit comments

Comments
 (0)