Skip to content

chore: 🐝 Update SDK - Generate SDK 0.4.0#23

Open
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1769388120
Open

chore: 🐝 Update SDK - Generate SDK 0.4.0#23
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1769388120

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 26, 2026

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Python SDK Changes:

  • nest.events.list_events(): response.items[] Changed (Breaking ⚠️)
  • nest.events.get_event():
    • response Changed (Breaking ⚠️)
    • error.status[400] Added
  • nest.community.get_organization(): error.status[400] Added
  • nest.committees.get_committee(): error.status[400] Added
  • nest.issues.get_issue(): error.status[400] Added
  • nest.community.get_member(): error.status[400] Added
  • nest.chapters.get_chapter(): error.status[400] Added
  • nest.community.get_snapshot(): error.status[400] Added
  • nest.milestones.get_milestone(): error.status[400] Added
  • nest.projects.list_projects(): request.q Added
  • nest.projects.get_project(): error.status[400] Added
  • nest.releases.get_release(): error.status[400] Added
  • nest.repositories.get_repository(): error.status[400] Added
  • nest.sponsors.get_sponsor(): error.status[400] Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/api/v0/issues/{organization_id}/{repository_id}/{issue_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (804:18)
│ ├─┬/api/v0/releases/{organization_id}/{repository_id}/{release_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1754:18)
│ ├─┬/api/v0/sponsors/{sponsor_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2715:18)
│ ├─┬/api/v0/committees/{committee_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (351:18)
│ ├─┬/api/v0/projects/
│ │ └─┬GET
│ │   └──[+] parameters (1422:21)❌ 
│ ├─┬/api/v0/members/{member_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (980:18)
│ ├─┬/api/v0/organizations/{organization_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1357:18)
│ ├─┬/api/v0/snapshots/{snapshot_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2067:18)
│ ├─┬/api/v0/events/{event_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (585:18)
│ ├─┬/api/v0/projects/{project_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1532:18)
│ ├─┬/api/v0/milestones/{organization_id}/{repository_id}/{milestone_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1197:18)
│ ├─┬/api/v0/chapters/{chapter_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (211:18)
│ └─┬/api/v0/repositories/{organization_id}/{repository_id}
│   └─┬GET
│     └─┬Responses
│       └──[+] codes (1925:18)
└─┬Components
  ├──[+] schemas (2855:32)
  ├─┬Event
  │ ├─┬start_date
  │ │ └──[-] format (1:40886)❌ 
  │ └─┬end_date
  │   └─┬ANYOF
  │     └──[-] format (1:40507)❌ 
  └─┬EventDetail
    ├─┬end_date
    │ └─┬ANYOF
    │   └──[-] format (1:42174)❌ 
    └─┬start_date
      └──[-] format (1:42553)❌ 
Document Element Total Changes Breaking Changes
components 5 4
paths 13 1

View full report

Linting Report 0 errors, 0 warnings, 36 hints

View full report

PYTHON CHANGELOG

constsAndDefaults: 1.0.6 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 6.0.2 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 6.0.1 - 2026-01-29

🐛 Bug Fixes

  • update Discriminator.Mapping when cloning error union children (commit by @mfbx9da4)

core: 6.0.0 - 2026-01-27

🐝 New Features

  • drop Python 3.9 support, require Python 3.10+ (commit by @AshGodfrey)

core: 5.23.18 - 2026-01-12

🐛 Bug Fixes

  • Further tune media type matching expression for ReDoS (commit by @bflad)

core: 5.23.17 - 2026-01-07

🐛 Bug Fixes

  • Prevent ReDoS vulnerability report for media type matching expression (commit by @bflad)

core: 5.23.16 - 2025-12-19

🐛 Bug Fixes

  • remove non-determinism from rare interaction with readonly/writeonly fields (commit by @ThomasRooney)

nullables: 1.0.2 - 2026-01-12

🐛 Bug Fixes

  • Add custom serialization method for models where optional (but no nullable) fields are present (commit by @2ynn)

responseFormat: 1.1.0 - 2026-01-22

🔧 Chores

  • remove redundant headers field in envelope-http response (commit by @2ynn)

sdkHooks: 1.2.1 - 2026-01-14

🐝 New Features

  • add async hooks support for non-blocking I/O in async SDK methods; sync hooks now execute in a dedicated thread when async hooks are disabled (commit by @vishalg0wda)

unions: 3.1.2 - 2026-01-13

🐛 Bug Fixes

  • always reference discriminated union members directly (commit by @danielkov)

Based on Speakeasy CLI 1.704.0

@github-actions github-actions bot added the minor Minor version bump label Jan 26, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769388120 branch 7 times, most recently from 1ddfed8 to 0271da5 Compare February 2, 2026 00:48
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769388120 branch 2 times, most recently from 7c0f34d to 6bc82fe Compare February 4, 2026 00:44
* `nest.events.list_events()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `nest.events.get_event()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[400]` **Added**
* `nest.community.get_organization()`:  `error.status[400]` **Added**
* `nest.committees.get_committee()`:  `error.status[400]` **Added**
* `nest.issues.get_issue()`:  `error.status[400]` **Added**
* `nest.community.get_member()`:  `error.status[400]` **Added**
* `nest.chapters.get_chapter()`:  `error.status[400]` **Added**
* `nest.community.get_snapshot()`:  `error.status[400]` **Added**
* `nest.milestones.get_milestone()`:  `error.status[400]` **Added**
* `nest.projects.list_projects()`:  `request.q` **Added**
* `nest.projects.get_project()`:  `error.status[400]` **Added**
* `nest.releases.get_release()`:  `error.status[400]` **Added**
* `nest.repositories.get_repository()`:  `error.status[400]` **Added**
* `nest.sponsors.get_sponsor()`:  `error.status[400]` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769388120 branch from 6bc82fe to b673a4b Compare February 5, 2026 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant