Skip to content

Commit 3125aa1

Browse files
chore: release main
1 parent 6402138 commit 3125aa1

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sam-bedrock-agent": "0.1.1",
33
"sam-event-mesh-gateway": "1.1.0",
4-
"sam-event-mesh-identity-provider": "0.1.0",
4+
"sam-event-mesh-identity-provider": "0.1.1",
55
"sam-event-mesh-tool": "0.1.1",
66
"sam-mcp-server-gateway-adapter": "0.1.1",
77
"sam-mongodb": "0.1.1",
@@ -10,5 +10,5 @@
1010
"sam-rest-gateway": "0.2.1",
1111
"sam-ruleset-lookup-tool": "0.1.1",
1212
"sam-slack-gateway-adapter": "0.1.0",
13-
"sam-sql-database-tool": "0.3.4"
13+
"sam-sql-database-tool": "0.3.5"
1414
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/solace_agent_mesh_event_mesh_identity_provider-0.1.0...solace_agent_mesh_event_mesh_identity_provider-0.1.1) (2026-04-21)
4+
5+
6+
### Features
7+
8+
* **DATAGO-131375:** Implement EventMeshService for request-response communication via Solace broker ([#157](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/157)) ([6402138](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/64021386403856686c9a7bee9f9f52a3b0c19b83))

sam-event-mesh-identity-provider/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type = "service"
1010

1111
[project]
1212
name = "sam_event_mesh_identity_provider"
13-
version = "0.1.0"
13+
version = "0.1.1"
1414
authors = [
1515
{ name="SolaceLabs", email="solacelabs@solace.com" },
1616
]

sam-sql-database-tool/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.5](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_sql_database_tool-0.3.4...sam_sql_database_tool-0.3.5) (2026-04-21)
4+
5+
6+
### Features
7+
8+
* **DATAGO-131057:** Add table filtering to sam-sql-database-tool ([#153](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/153)) ([38c708f](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/38c708fe67e922b6d0ae72d0bab175e87e45d4d8))
9+
310
## [0.3.4](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_sql_database_tool-0.3.3...sam_sql_database_tool-0.3.4) (2026-04-02)
411

512

sam-sql-database-tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type = "tool"
1010

1111
[project]
1212
name = "sam_sql_database_tool"
13-
version = "0.3.4"
13+
version = "0.3.5"
1414
description = "A reusable SQL database tool for Solace Agent Mesh."
1515
readme = "README.md"
1616
authors = [

0 commit comments

Comments
 (0)