Skip to content

Commit 540bc0d

Browse files
chore: Bump version to 0.1.4 - Add connectors support
- Added list_connectors function for connector discovery - Updated LangGraph integration with connector capabilities - Enhanced exports in nexus_client.langgraph module
1 parent 74b3d99 commit 540bc0d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.4] - 2026-01-12
9+
10+
### Added
11+
- **Connectors Support**: Added `list_connectors` function to retrieve active connector mounts from Nexus
12+
- **LangGraph Tools**: New async function for listing connectors with comprehensive documentation
13+
14+
### Changed
15+
- Updated exports in `nexus_client.langgraph` to include `list_connectors`
16+
- Enhanced LangGraph integration with connector discovery capabilities
17+
818
## [0.1.3] - 2026-01-10
919

1020
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nexus-fs-python"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Lightweight Python 3.11+ client SDK for Nexus filesystem, designed for LangGraph deployments"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)