Skip to content

Commit 763f0bd

Browse files
chore(release): 4.5.0 [skip ci]
## [4.5.0](v4.4.0...v4.5.0) (2025-06-17) ### πŸš€ Features * **jobs:** Add cancel_dataproc_job tool with comprehensive job cancellation support ([#34](#34)) ([fe9257a](fe9257a)) ### πŸ“š Documentation * update documentation for v4.4.0 ([0a09a80](0a09a80))
1 parent 9f043f4 commit 763f0bd

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- semantic-release-changelog -->
99

10+
## [4.5.0](https://github.com/dipseth/dataproc-mcp/compare/v4.4.0...v4.5.0) (2025-06-17)
11+
12+
13+
### πŸš€ Features
14+
15+
* **jobs:** Add cancel_dataproc_job tool with comprehensive job cancellation support ([#34](https://github.com/dipseth/dataproc-mcp/issues/34)) ([fe9257a](https://github.com/dipseth/dataproc-mcp/commit/fe9257aeb31878c36d2f8909e46806de9d9e327f))
16+
17+
18+
### πŸ“š Documentation
19+
20+
* update documentation for v4.4.0 ([0a09a80](https://github.com/dipseth/dataproc-mcp/commit/0a09a80a18b58d6d78c1b5a4b4305715af40dc9b))
21+
1022
## [4.4.0](https://github.com/dipseth/dataproc-mcp/compare/v4.3.0...v4.4.0) (2025-06-17)
1123

1224

β€Ž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": "@dipseth/dataproc-mcp-server",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"description": "A production-ready Model Context Protocol (MCP) server for Google Cloud Dataproc operations. Provides intelligent defaults, comprehensive tooling, and seamless integration with Roo (VS Code) for big data workflows.",
55
"type": "module",
66
"keywords": "[\"mcp\", \"dataproc\", \"google-cloud\", \"model-context-protocol\", \"typescript\", \"nodejs\"]",

0 commit comments

Comments
Β (0)