Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .cz.toml

This file was deleted.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ body:
If applicable, provide the version number or release tag where this
issue was encountered
options:
- v1.3.0
- v1.2.1
default: 0
validations:
Expand Down
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/linters/.markdownlint.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/linters/.yamllint.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/pull_request_template.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- changes
uses: ./.github/workflows/reusable-test-sdk.yaml
with:
dir_chart_version: v1.2.0
dirctl_image_tag: v1.2.0
dir_chart_version: v1.3.0
dirctl_image_tag: v1.3.0

release:
name: Release
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/dependency.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/lint.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,53 +19,8 @@ __pycache__/
*.pyd
.venv/

# JS
node_modules

# Helm
install/charts/dir/charts/
install/charts/dir/apiserver/charts/
install/charts/dirctl/charts/
install/charts/envoy-authz/charts/

# MacOS
.DS_Store

# Test output
e2e/tmp/*

# Coverage output
.coverage/

# Licensei
.licensei.cache

tmp/

# AI
.cursor/

# Go workspace files
go.work
go.work.sum

# MCP server binary
mcp/mcp-server

# Local Build output
build/
mcp/debug/

# Flutter GUI
gui/.dart_tool/
gui/.flutter-plugins
gui/.flutter-plugins-dependencies
gui/build/
gui/android/
gui/ios/
gui/linux/
gui/web/
gui/windows/
gui/macos/

gui/.env
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
[agntcy/dir]: https://github.com/agntcy/dir
[agntcy/dir-sdk-python]: https://github.com/agntcy/dir-sdk-python

## 1.3.0 (2026-05-12)

### Changed

- Updated `agntcy-dir-grpc-python` and `agntcy-dir-protocolbuffers-python`
buf-generated SDKs to track [agntcy/dir][agntcy/dir] `v1.3.0`.
- Bumped the directory chart and `dirctl` image used in CI to `v1.3.0`.

### Removed

- Removed unused `.cz.toml` Commitizen configuration.

## 1.2.1 (2026-04-15)

### Added
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Directory Python SDK

[![PyPI version](https://img.shields.io/pypi/v/agntcy-dir.svg)](https://pypi.org/project/agntcy-dir/)

## Overview

Dir Python SDK provides a simple way to interact with the Directory API.
Expand Down
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Create a branch for the new release:
- `examples/pyproject.toml`
- `.github/ISSUE_TEMPLATE/bug_report.yml`
2. Update the dependencies if necessary:
- [agntcy-dir-grpc-python](https://buf.build/agntcy/dir/sdks/v1.2.0%3Agrpc/python?version=v1.78.0) (Buf SDK)
- [agntcy-dir-protocolbuffers-python](https://buf.build/agntcy/dir/sdks/v1.2.0%3Aprotocolbuffers/python?version=v34.0) (Buf SDK)
- [agntcy-dir-grpc-python](https://buf.build/agntcy/dir/sdks/v1.3.0%3Agrpc/python?version=v1.78.0) (Buf SDK)
- [agntcy-dir-protocolbuffers-python](https://buf.build/agntcy/dir/sdks/v1.3.0%3Aprotocolbuffers/python?version=v34.0) (Buf SDK)
- `.github/workflows/ci.yaml` (dir & dir-ctl version)
3. Add an entry to `CHANGELOG.md`

Expand All @@ -30,6 +30,6 @@ To trigger the release workflow, create and push the release tag
for the last commit:

```sh
git tag -a v1.2.1
git push origin v1.2.1
git tag -a v1.3.0
git push origin v1.3.0
```
Loading
Loading