Skip to content
Merged
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
- **pytest** (dev / CI): require **≥ 9.0.3** for **CVE-2025-71176** (insecure **`/tmp/pytest-of-{user}`** handling on UNIX; local users could cause **denial of service** or possibly **gain privileges**). See [pytest PR #14279](https://github.com/pytest-dev/pytest/pull/14279).

## [26.4.1] - 2026-04-30

### Added
- **API spec:** `graphiant_api_docs_v26.4.1.json`
- **Global content filters:** CRUD-style operations under **`/v1/global/content-filters`** and **`/v1/global/content-filters/{globalContentFilterId}`**; models including **`V1GlobalContentFilters*`** row/rule/site/lan entry types and **`ManaV2GlobalContentFilterConfig`**, **`ManaV2GlobalContentFilterRule`**
- **Domain categories:** **`GET /v1/global/domain-categories`** with **`V1GlobalDomainCategoriesGetResponse`** and **`ManaV2DomainCategory`**
- **Software upgrade rollouts:** **`GET`/`POST`/`PUT /v1/software/rollouts`**, **`GET`/`DELETE /v1/software/rollouts/{id}`**, **`POST /v1/software/rollouts/schedule`**; models **`UpgradeRollout`**, **`UpgradeRolloutConfig`**, **`UpgradeRolloutDevice`**, **`UpgradeRecurringSchedule`**, **`UpgradeMonthlyRecurrence`**, **`UpgradeWeeklyRecurrence`**, **`UpgradeYearlyRecurrence`**, plus related **`V1SoftwareRollouts*`** request/response types
- **ZTAgent bindings:** **`GET`/`PUT /v1/ztagent/bindings`** with **`V1ZtagentBindingsGetResponse`** / **`V1ZtagentBindingsPutRequest`**
- **MACsec monitoring:** **`GET /v2/monitoring/macsec/{deviceId}/status`** with **`V2MonitoringMacsecDeviceIdStatusGetResponse`** (and nested MACsec status type)
- **Mana:** **`ManaV2RegionCoordinates`**; **`ManaV2Region`** updated in spec

### Changed
- **Version:** Package **26.4.1**; OpenAPI bundle **`graphiant_api_docs_v26.4.1.json`** (replaces **26.3.1** bundle in-repo).
- **Schemas / docs (updated):** **`AlertserviceNotificationBody`**, **`AssuranceClientSession`**, **`AssuranceRegion`**, **`UpgradeUpgradeOccurrence`**, **`UpgradeUpgradeSummary`**, **`V2AssuranceTopologyClientSummariesPostResponseSummary`**, **`DefaultApi`**, README and generated **`docs/`** model pages.
- **SDK (generated):** Refreshed **`default_api`**, **`api_client`**, **`configuration`**, and model exports to match the **26.4.1** spec.

### Removed
- **API spec:** removed **`graphiant_api_docs_v26.3.1.json`** (superseded by **26.4.1** bundle).

## [26.3.3] - 2026-04-10

### Changed
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ More product and platform context: [Graphiant Docs](https://docs.graphiant.com).
| **Automation** | [Graphiant Automation](https://docs.graphiant.com/docs/automation) |
| **REST API** | [Graphiant Portal REST API](https://docs.graphiant.com/docs/graphiant-portal-rest-api) |
| **Method index (repo)** | [DefaultApi.md](https://github.com/Graphiant-Inc/graphiant-sdk-python/blob/main/docs/DefaultApi.md) |
| **OpenAPI bundle (this build)** | [`graphiant_api_docs_v26.3.1.json`](https://github.com/Graphiant-Inc/graphiant-sdk-python/blob/main/graphiant_api_docs_v26.3.1.json) — source for generated paths and models |
| **OpenAPI bundle (this build)** | [`graphiant_api_docs_v26.4.1.json`](https://github.com/Graphiant-Inc/graphiant-sdk-python/blob/main/graphiant_api_docs_v26.4.1.json) — source for generated paths and models |
| **Model docs (`*.md`)** | [`docs/`](https://github.com/Graphiant-Inc/graphiant-sdk-python/tree/main/docs) (same names as Python classes, e.g. `V1EdgesSummaryGetResponse.md`) |
| **PyPI** | [graphiant-sdk](https://pypi.org/project/graphiant-sdk) |
| **Changelog** | [CHANGELOG.md](https://github.com/Graphiant-Inc/graphiant-sdk-python/blob/main/CHANGELOG.md) |
Expand Down Expand Up @@ -469,15 +469,15 @@ brew install openapi-generator # macOS

# Generate SDK
openapi-generator generate \
-i graphiant_api_docs_v26.3.1.json \
-i graphiant_api_docs_v26.4.1.json \
-g python \
--git-user-id Graphiant-Inc \
--git-repo-id graphiant-sdk-python \
--package-name graphiant_sdk \
--additional-properties=packageVersion=26.3.3
--additional-properties=packageVersion=26.4.1
```

> **Note:** Download the latest API bundle from the Graphiant portal under **Support Hub** → **Developer Tools**. Set **`packageVersion`** to the SDK release you are publishing (this branch: **26.3.3**). The **`-i`** filename reflects the API doc bundle version (here `graphiant_api_docs_v26.3.1.json`) and may stay the same across patch releases when the spec is unchanged.
> **Note:** Download the latest API bundle from the Graphiant portal under **Support Hub** → **Developer Tools**. Set **`packageVersion`** to the SDK release you are publishing (this branch: **26.4.1**). The **`-i`** filename reflects the API doc bundle version (here `graphiant_api_docs_v26.4.1.json`) and may stay the same across patch releases when the spec is unchanged.

### Testing

Expand Down
1 change: 1 addition & 0 deletions docs/AlertserviceNotificationBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Name | Type | Description | Notes
**pagerduty_list** | **List[str]** | | [optional]
**recipient_list** | **List[str]** | | [optional]
**teams_list** | **List[str]** | | [optional]
**webhook_url_list** | **List[str]** | | [optional]

## Example

Expand Down
1 change: 1 addition & 0 deletions docs/AssuranceClientSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Name | Type | Description | Notes
**client_flex_algo** | **str** | | [optional]
**client_ip** | **str** | | [optional]
**client_links** | [**List[AssuranceClientSessionEndpointLink]**](AssuranceClientSessionEndpointLink.md) | | [optional]
**client_username** | **str** | | [optional]
**first_seen_ts** | [**GoogleProtobufTimestamp**](GoogleProtobufTimestamp.md) | | [optional]
**lan_segment** | **List[str]** | | [optional]
**last_seen_ts** | [**GoogleProtobufTimestamp**](GoogleProtobufTimestamp.md) | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/AssuranceRegion.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**region_id** | **int** | | [optional]
**region_iso_code** | **str** | | [optional]
**region_name** | **str** | | [optional]

## Example
Expand Down
Loading
Loading