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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [26.5.0] - 2026-06-10

### Added
- **API spec:** `graphiant_api_docs_v26.5.0.json`
- **Extranet public VIF:** **`GET`/`POST /v1/extranet-public-vif`**, **`POST /v1/extranet-public-vif/check`**, **`GET`/`PUT`/`DELETE /v1/extranet-public-vif/{id}`**; models **`V1ExtranetPublicVif*`** and **`ManaV2PublicVif*`** (consumer/producer policy, fixed/dynamic VIF, device and summary types)
- **MSP billing:** **`GET /v1/msp/managed-enterprise-contract-info`** with **`V1MspManagedEnterpriseContractInfoGetResponse`** and **`ManaV2ManagedEnterpriseContractInfo`**
- **Site map:** **`GET /v1/sites/map/details`** with **`V1SitesMapDetailsGetResponse`**, **`ManaV2LanSegmentSitesMap`**, **`ManaV2SiteInformation`**, **`ManaV2SiteDeviceSummary`**, **`ManaV2SiteLanSegmentDeviceBuckets`**
- **Billing (common):** **`CommonBillingContract`**, **`CommonBillingTimePeriod`**

### Changed
- **Version:** Package **26.5.0**; OpenAPI bundle **`graphiant_api_docs_v26.5.0.json`** (replaces **26.4.0** bundle in-repo).
- **Schemas / docs (updated):** **`AssuranceClientSession`**, **`AssuranceSite`**, **`SearchEdgeSummary`**, **`ManaV2ApplicationProfile`**, enterprise contract/patch/put request types, assurance topology request types, **`DefaultApi`**, README and generated **`docs/`** model pages.
- **SDK (generated):** Refreshed **`default_api`**, **`api_client`**, **`configuration`**, and model exports to match the **26.5.0** spec (including OpenAPI **example** metadata on many generated Pydantic fields).

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

### Security
- **urllib3**: lock **2.7.0** in **Poetry** to pick up fixes for decompression-bomb resource-exhaustion issues in parts of the streaming API and sensitive-header forwarding across origins in proxied low-level redirects. The declared runtime range already allows the patched release.
- **urllib3:** lock **2.7.0** in **Poetry** to pick up fixes for decompression-bomb resource-exhaustion issues in parts of the streaming API and sensitive-header forwarding across origins in proxied low-level redirects. The declared runtime range already allows the patched release.

## [26.4.0] - 2026-04-30

Expand Down
12 changes: 6 additions & 6 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.4.0.json`](https://github.com/Graphiant-Inc/graphiant-sdk-python/blob/main/graphiant_api_docs_v26.4.0.json) — source for generated paths and models |
| **OpenAPI bundle (this build)** | [`graphiant_api_docs_v26.5.0.json`](https://github.com/Graphiant-Inc/graphiant-sdk-python/blob/main/graphiant_api_docs_v26.5.0.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 @@ -471,15 +471,15 @@ brew install openapi-generator # macOS

# Generate SDK
openapi-generator generate \
-i graphiant_api_docs_v26.4.0.json \
-i graphiant_api_docs_v26.5.0.json \
-g python \
--git-user-id Graphiant-Inc \
--git-repo-id graphiant-sdk-python \
--package-name graphiant_sdk \
--additional-properties=packageVersion=26.4.0
--additional-properties=packageVersion=26.5.0
```

> **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.0**). The **`-i`** filename reflects the API doc bundle version (here `graphiant_api_docs_v26.4.0.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.5.0**). The **`-i`** filename reflects the API doc bundle version (here `graphiant_api_docs_v26.5.0.json`) and may stay the same across patch releases when the spec is unchanged.

### Testing

Expand All @@ -495,7 +495,7 @@ python -m pytest tests/ --cov=graphiant_sdk --cov-report=html

### Source of truth (this release)

Operations and schemas are generated from **`graphiant_api_docs_v26.4.0.json`** (repo root and PyPI wheel). For a newer portal/API, download the current bundle (Support Hub → Developer Tools) and diff paths before relying on URLs here.
Operations and schemas are generated from **`graphiant_api_docs_v26.5.0.json`** (repo root and PyPI wheel). For a newer portal/API, download the current bundle (Support Hub → Developer Tools) and diff paths before relying on URLs here.

| How to explore | Where |
|----------------|-------|
Expand Down Expand Up @@ -526,7 +526,7 @@ REST query parameters use **camelCase** in URLs (`enterpriseId`). Generated Pyth
| **`V1GlobalSummaryPostRequest`**, **`V1GlobalSummaryPostResponse`** | **`POST /v1/global/summary`** |
| **`V2ParentalertlistPostRequest`**, **`V2ParentalertlistPostResponse`** | **`POST /v2/parentalertlist`** |

### Sample HTTP endpoints (from `graphiant_api_docs_v26.4.0.json`)
### Sample HTTP endpoints (from `graphiant_api_docs_v26.5.0.json`)

The API surface is large; this table lists **real** paths from the bundled spec. For the full set, use **`graphiant api list`** or **`DefaultApi.md`**.

Expand Down
7 changes: 4 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ We actively support the following versions with security updates:

| Version | Supported | Notes |
| ------- | ------------------ | ---------------------------------------- |
| 26.4.x | :white_check_mark: | Current stable release (latest: **26.4.0**) |
| 26.3.x | :white_check_mark: | Previous release line (latest: **26.3.3**) |
| 26.5.x | :white_check_mark: | Current stable release (latest: **26.5.0**) |
| 26.4.x | :white_check_mark: | Previous release line (latest: **26.4.0**) |
| 26.3.x | :white_check_mark: | Older supported release (latest: **26.3.3**) |
| 26.2.x | :white_check_mark: | Older supported release |
| 26.1.x | :white_check_mark: | Older supported release |
| 25.12.x | :white_check_mark: | Legacy release |
Expand Down Expand Up @@ -275,4 +276,4 @@ For security concerns, please contact: **security@graphiant.com**

---

**Last Updated**: 2026-05-01
**Last Updated**: 2026-06-10
1 change: 1 addition & 0 deletions docs/AssuranceClientSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**client_ip** | **str** | | [optional]
**client_links** | [**List[AssuranceClientSessionEndpointLink]**](AssuranceClientSessionEndpointLink.md) | | [optional]
**client_username** | **str** | | [optional]
**exchange_service_name** | **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/AssuranceSite.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]
**site_enterprise_name** | **str** | | [optional]
**site_id** | **int** | | [optional]
**site_name** | **str** | | [optional]

Expand Down
30 changes: 30 additions & 0 deletions docs/CommonBillingContract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# CommonBillingContract


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**contracted_credits** | **float** | Number of credits agreed upon for the entirety of the current contract | [optional]
**expiration_date** | [**CommonBillingTimePeriod**](CommonBillingTimePeriod.md) | | [optional]

## Example

```python
from graphiant_sdk.models.common_billing_contract import CommonBillingContract

# TODO update the JSON string below
json = "{}"
# create an instance of CommonBillingContract from a JSON string
common_billing_contract_instance = CommonBillingContract.from_json(json)
# print the JSON string representation of the object
print(CommonBillingContract.to_json())

# convert the object into a dict
common_billing_contract_dict = common_billing_contract_instance.to_dict()
# create an instance of CommonBillingContract from a dict
common_billing_contract_from_dict = CommonBillingContract.from_dict(common_billing_contract_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/CommonBillingTimePeriod.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# CommonBillingTimePeriod


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**month** | **int** | | [optional]
**year** | **int** | | [optional]

## Example

```python
from graphiant_sdk.models.common_billing_time_period import CommonBillingTimePeriod

# TODO update the JSON string below
json = "{}"
# create an instance of CommonBillingTimePeriod from a JSON string
common_billing_time_period_instance = CommonBillingTimePeriod.from_json(json)
# print the JSON string representation of the object
print(CommonBillingTimePeriod.to_json())

# convert the object into a dict
common_billing_time_period_dict = common_billing_time_period_instance.to_dict()
# create an instance of CommonBillingTimePeriod from a dict
common_billing_time_period_from_dict = CommonBillingTimePeriod.from_dict(common_billing_time_period_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading
Loading