Skip to content

Commit e36d0c0

Browse files
chore: release main (#146)
1 parent e175b78 commit e36d0c0

21 files changed

Lines changed: 319 additions & 20 deletions

File tree

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"sam-bedrock-agent": "0.1.0",
3-
"sam-event-mesh-gateway": "1.0.0",
4-
"sam-event-mesh-tool": "0.1.0",
5-
"sam-mcp-server-gateway-adapter": "0.1.0",
6-
"sam-mongodb": "0.1.0",
7-
"sam-nuclia-tool": "0.1.2",
8-
"sam-rag": "0.1.0",
9-
"sam-rest-gateway": "0.2.0",
10-
"sam-ruleset-lookup-tool": "0.1.0",
2+
"sam-bedrock-agent": "0.1.1",
3+
"sam-event-mesh-gateway": "1.1.0",
4+
"sam-event-mesh-tool": "0.1.1",
5+
"sam-mcp-server-gateway-adapter": "0.1.1",
6+
"sam-mongodb": "0.1.1",
7+
"sam-nuclia-tool": "0.1.3",
8+
"sam-rag": "0.1.1",
9+
"sam-rest-gateway": "0.2.1",
10+
"sam-ruleset-lookup-tool": "0.1.1",
1111
"sam-slack-gateway-adapter": "0.1.0",
12-
"sam-sql-database-tool": "0.3.3"
12+
"sam-sql-database-tool": "0.3.4"
1313
}

sam-bedrock-agent/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_bedrock_agent-0.1.0...sam_bedrock_agent-0.1.1) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* **DATAGO-109867:** Update agent display names and instructions to use spaced capitalized format ([17ecdf7](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/17ecdf76861ba7daa911b884bcacd6aca1de679a))
9+
* **DATAGO-115000:** add FOSSA SCA scanning for monorepo plugins ([#79](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/79)) ([9b15f00](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/9b15f0078be038ec459dc508cfb0684a7c5c297e))
10+
11+
12+
### Bug Fixes
13+
14+
* **DATAGO-112455:** pin dependency version ([9edcd9c](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/9edcd9c22648042dc461ee2e5c9f37311b34711c))
15+
* **DATAGO-113170:** Default to sql for session service ([#59](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/59)) ([983d31c](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/983d31ceb2c9902f977fd5981f5c52cd271f3476))
16+
* **DATAGO-130738:** fix plugin publishing issues ([#145](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/145)) ([cd412e6](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/cd412e689d5be369c0072351e589c02e815096d3))
17+
* pin dependencies for sam-bedrock-agent ([7aa2234](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/7aa22349c17d3c6a5ba337e06070f06c89683b06))

sam-bedrock-agent/pyproject.toml

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

1111
[project]
1212
name = "sam_bedrock_agent"
13-
version = "0.1.0"
13+
version = "0.1.1"
1414
authors = [
1515
{ name="SolaceLabs", email="solacelabs@solace.com" },
1616
]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_event_mesh_gateway-1.0.0...sam_event_mesh_gateway-1.1.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* add default user identity fallback for event mesh gateway ([79ade55](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/79ade554e0ee78af93993372b2b035f43037d2bf))
9+
* **DATAGO-115000:** add FOSSA SCA scanning for monorepo plugins ([#79](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/79)) ([9b15f00](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/9b15f0078be038ec459dc508cfb0684a7c5c297e))
10+
* **DATAGO-121451:** Add SAM workflow integration support to Event Mesh Gateway ([#94](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/94)) ([2d99134](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/2d99134386fc25fd90bbac92ca602e9137345a5b))
11+
* **DATAGO-125491:** Deferred acknowledgment for Event Mesh Gateway ([#100](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/100)) ([caa03a2](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/caa03a24c3de2499862e3549a4c6f7e05ba152b3))
12+
13+
14+
### Bug Fixes
15+
16+
* **DATAGO-130738:** fix plugin publishing issues ([#145](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/145)) ([cd412e6](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/cd412e689d5be369c0072351e589c02e815096d3))
17+
* pin dependencies for sam-event-mesh-gateway ([2f8fd82](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/2f8fd82f3cde9e09074fca498310d5092395776b))
18+
* remove manual Part wrapping in event-mesh-gateway ([b32dac9](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/b32dac94d733fc8fb2ddd91fdb11edf1a71ae3f2))
19+
* replace undefined FileContent with FileWithUri and wrap parts in A2APart ([75c334a](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/75c334a84c08ce1b1da978615b4ff03dc553af49))
20+
* resolve authentication errors of event mesh gateway ([7ffa8f5](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/7ffa8f5807da3a6789a1aea8bf759aebf5e99468))
21+
* revert sam-event-mesh-gateway ([9256835](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/9256835889e19be0c6516a88f11dc7e7dc809305))
22+
* update the dependencies for our gateways ([19fb4f4](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/19fb4f489907f3b4c3b693b16044efd15ec2d7b7))
23+
24+
25+
### Documentation
26+
27+
* add A2A SDK migration design for event mesh gateway ([6b8e2ba](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/6b8e2ba64527c7bb394e1d5805f8711efd46e50b))
28+
* add A2A SDK migration implementation checklist ([d12db38](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/d12db38f0db416995dea0e4452c5141c5cc09018))
29+
* add A2A SDK migration implementation plan with numbered steps ([87191e1](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/87191e177dde12fc0bc214a16f62f9e3f7ed5197))
30+
* mark final code sweep as complete in migration checklist ([45c0a42](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/45c0a42d71adfa3bdd3cb83ccbd181296033eeb1))

sam-event-mesh-gateway/pyproject.toml

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

1111
[project]
1212
name = "sam_event_mesh_gateway"
13-
version = "1.0.0"
13+
version = "1.1.0"
1414
description = "Solace Agent Mesh Gateway plugin for integrating with Solace PubSub+ event brokers."
1515
readme = "README.md"
1616
authors = [

sam-event-mesh-tool/CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_event_mesh_tool-0.1.0...sam_event_mesh_tool-0.1.1) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* add context_expression support for sourcing parameters from a2a_context ([2572514](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/2572514d1c8a9e4d12b3b1524fbc89a3bfd4c28b))
9+
* add control for responder reply behavior in fire-and-forget tests ([4d8c64c](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/4d8c64c770307f4b332961f596bc9c0a98f034ba))
10+
* add fail-fast validation for required event mesh configuration ([4fa8a22](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/4fa8a22af5b255df85d64c31117e04ff2220fe2d))
11+
* add multiple handler instances for concurrent testing ([67cbebd](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/67cbebd62d061efdd1f976ed8362b43623b44329))
12+
* add parameter validation with fail-fast error handling ([3f8691a](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/3f8691ada5a90c977ba9a6750dcc91678db34e09))
13+
* add pyyaml dependency and fix SolaceAiConnector initialization ([4a81001](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/4a8100167899a11c6e5d9335ec275e58b355fe5b))
14+
* add test configuration files for EventMeshTool integration tests ([8943ac2](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/8943ac23d885a0c6888af9afb9f6bb0fe1adacbe))
15+
* add test infrastructure with pytest dependencies and package structure ([696cf15](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/696cf154b9df91d056f11fc31ccb6ee18a32eec4))
16+
* add topic validation to prevent empty topic errors ([4075504](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/4075504847fdfac3b38afd7075ff3dafcccbf87a))
17+
* create scaffolding for sam-event-mesh-tool plugin ([7cc19a3](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/7cc19a3340c27c331e4543aac961e40c9f542ad8))
18+
* **DATAGO-111686:** Add sam-event-mesh-tool plugin ([468a5de](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/468a5de066b665d4ccd489e4388715fd0772222d))
19+
* **DATAGO-111686:** Added sam-event-mesh-tool plugin ([468a5de](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/468a5de066b665d4ccd489e4388715fd0772222d))
20+
* **DATAGO-113851:** add SAM Ruleset Lookup Tool and Nuclia RAG Tool with documentation ([#67](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/67)) ([e254914](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/e254914368962a1704edaf9fcc32008233e8d11b))
21+
* **DATAGO-115000:** add FOSSA SCA scanning for monorepo plugins ([#79](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/79)) ([9b15f00](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/9b15f0078be038ec459dc508cfb0684a7c5c297e))
22+
* implement core test fixtures for event mesh tool integration tests ([0f7ea6b](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/0f7ea6b0aa5512586aea439167650c7559152577))
23+
* implement EventMeshTool class with request-response functionality ([d49b1c8](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/d49b1c8e6c7e95e2690512080c66c1d846cd7fe4))
24+
* implement test_concurrent_requests_with_correlation for concurrency testing ([c908e7e](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/c908e7e0cd5a404d97b172158958251d1468b1d7))
25+
26+
27+
### Bug Fixes
28+
29+
* access components through component_groups in flow structure ([7899251](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/789925159672018a93e2e3c2b705f0180fd09331))
30+
* add dummy broker config values to satisfy validation in dev_mode ([ff73fb2](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/ff73fb200c963dbfb96cf55a0554f87948e74e0a))
31+
* add missing boolean argument to get_data_value for context expression parsing ([02d3bde](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/02d3bde5786a3e888132e3d42d920e882f1aa3a7))
32+
* add missing Message import to resolve undefined name error ([b64c72e](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/b64c72eae98a0901873ea7627035b91780d67099))
33+
* add required agent_card fields to test configuration ([2f75191](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/2f75191999f0c72911c09424cbe1099245e89a7c))
34+
* add required interval_seconds field to agent_card_publishing config ([4289246](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/42892467c547b2e743eecb98379cf5e18ddb1e38))
35+
* add session attribute to MockInvocationContext for ToolContext ([054ca8c](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/054ca8c49dc806db26aa4d9b8623ac38b712191c))
36+
* bump up solace_agent_mesh version to 1.4.7 ([cfdd96d](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/cfdd96d5891474a468d7631d2d42ac21e179aeb8))
37+
* correct tool access path in integration test ([0d8eaab](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/0d8eaabaa9dffe6de7fe99fa18ad2ed0727792b8))
38+
* correct ToolContext parameter name from _invocation_context to invocation_context ([df94098](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/df9409834f53d7b0f1f176934de7410d59874db4))
39+
* **DATAGO-112455:** pin dependency version ([9edcd9c](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/9edcd9c22648042dc461ee2e5c9f37311b34711c))
40+
* **DATAGO-130738:** fix plugin publishing issues ([#145](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/145)) ([cd412e6](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/cd412e689d5be369c0072351e589c02e815096d3))
41+
* move multi_session_request_response config to app_config level ([925ab0d](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/925ab0dd8997c5021f92f07674b79cb55b5c9837))
42+
* pin dependencies for sam-event-mesh-tool ([f03b38f](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/f03b38f222d5e91cb3ce23d250d8c33c36a0767e))
43+
* prevent test isolation issue by providing instructions for all concurrent requests ([9db661c](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/9db661c34150668fde8a1b008e8cb6213024b131))
44+
* prevent test isolation issue in test_request_timeout by providing responder instruction ([0355a04](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/0355a04df7d2dff4ed205e980479182085772189))
45+
* resolve test isolation issue by providing control queue instructions for all requests ([6440efa](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/6440efa493cc217507eb0db6c12c40dfffbe3d6c))
46+
* restructure agent config to use simplified component mode instead of flows ([6092b12](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/6092b12624ee16258c422798e0ea2096b0b173f6))
47+
* update responder config to use wildcard topic subscription ([fa7d320](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/fa7d320b3508f3422406072ce67beea1864bfd1b))
48+
* Workaround the requirements for calling SAC get_data_value ([4bf9e3d](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/4bf9e3dc09a041bcefa71146e8e3b81973bc61e0))
49+
50+
51+
### Documentation
52+
53+
* add comprehensive implementation plan for test environment ([a1de2ce](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/a1de2ce6c9134151b0438812264fa18e11773142))
54+
* add comprehensive README and example config for event mesh tool ([09b89fa](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/09b89faa069a54d47ba3f213e6868d93ab4ed9fd))
55+
* add comprehensive test environment design for sam-event-mesh-tool ([12377a7](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/12377a74342bb3350b00eb35f362ef948b3b3a37))
56+
* add detailed design for event mesh tool plugin ([0499b1c](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/0499b1c3728f6ff17426e107d4bba09f4737bbdd))
57+
* add feature proposal for event mesh tool plugin ([7905cd3](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/7905cd3a3149a3268e43961481bd82d2932d4dd9))
58+
* add implementation checklist for event mesh tool refactoring ([eb6a5d3](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/eb6a5d333bc5a940761f705f299f29674dbd75ca))
59+
* add implementation checklist for test environment refactoring ([a1735f3](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/a1735f3034e9193ceb2f723e5d3a390b3cb277bf))
60+
* add implementation plan for sam-event-mesh-tool plugin ([cf8a54f](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/cf8a54f0da263d2f98e43eb5273b199377c78f35))
61+
* add test framework design documentation to tests directory ([6914ef7](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/6914ef78cd66cdcc7155a2bbd65f82655f4a591e))
62+
* create comprehensive test implementation plan for event mesh tool ([8406509](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/840650990a9cde0ffee33638aad516f0db6e34f2))
63+
* expand event-mesh-config parameters list in README ([70a55e9](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/70a55e9748916f2d4cefde4c46c32de3e75b7ba8))
64+
* number all tests in implementation checklist for tracking ([ea0128f](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/ea0128f80c1e7dc0e589f328d9cf9582841acd70))
65+
* update installation instructions for event mesh tool ([310e708](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/310e70880a088471ab808a4d8b3ceb3f6083e9d0))

sam-event-mesh-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_event_mesh_tool"
13-
version = "0.1.0"
13+
version = "0.1.1"
1414
authors = [
1515
{ name="SolaceLabs", email="solacelabs@solace.com" },
1616
]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_mcp_server_gateway_adapter-0.1.0...sam_mcp_server_gateway_adapter-0.1.1) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* add tracking for processed files in MCP tasks to avoid duplicates ([#96](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/96)) ([8f908d1](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/8f908d14f1a80dd9b03132c89d17b5e25dae8092))
9+
* **DATAGO-118651:** Add MCP Server Gateway Adapter plugin ([#76](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/76)) ([5489217](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/5489217c9350288200b734a8429c81dcc78b170c))
10+
11+
12+
### Bug Fixes
13+
14+
* Update fastmcp and pypdf dependencies for compatibility ([#131](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/131)) ([93ab77f](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/93ab77f3d66978df3ab2e4ce8412bb9cd461a477))
15+
* Update gateway adapter path in MCP server gateway configuration ([#91](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/91)) ([2404209](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/24042091ff8006d8850dc04decb481d098d2b3c3))

sam-mcp-server-gateway-adapter/pyproject.toml

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

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

sam-mongodb/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/compare/sam_mongodb-0.1.0...sam_mongodb-0.1.1) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* **DATAGO-109867:** Update agent display names and instructions to use spaced capitalized format ([17ecdf7](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/17ecdf76861ba7daa911b884bcacd6aca1de679a))
9+
* **DATAGO-115000:** add FOSSA SCA scanning for monorepo plugins ([#79](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/79)) ([9b15f00](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/9b15f0078be038ec459dc508cfb0684a7c5c297e))
10+
11+
12+
### Bug Fixes
13+
14+
* **DATAGO-112455:** pin dependency version ([9edcd9c](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/9edcd9c22648042dc461ee2e5c9f37311b34711c))
15+
* **DATAGO-113170:** Default to sql for session service ([#59](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/59)) ([983d31c](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/983d31ceb2c9902f977fd5981f5c52cd271f3476))
16+
* **DATAGO-130738:** fix plugin publishing issues ([#145](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/issues/145)) ([cd412e6](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/cd412e689d5be369c0072351e589c02e815096d3))
17+
* pin dependencies for sam-mongodb ([c62b777](https://github.com/SolaceLabs/solace-agent-mesh-core-plugins/commit/c62b7777ad8769da8782126bf342412aaa3b05be))

0 commit comments

Comments
 (0)