Skip to content

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.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/members/{member_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (980:18)
│ ├─┬/api/v0/issues/{organization_id}/{repository_id}/{issue_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (804:18)
│ ├─┬/api/v0/snapshots/{snapshot_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2049:18)
│ ├─┬/api/v0/releases/{organization_id}/{repository_id}/{release_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1736:18)
│ ├─┬/api/v0/milestones/{organization_id}/{repository_id}/{milestone_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1197:18)
│ ├─┬/api/v0/repositories/{organization_id}/{repository_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1907:18)
│ ├─┬/api/v0/organizations/{organization_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1357:18)
│ ├─┬/api/v0/events/{event_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (585:18)
│ ├─┬/api/v0/projects/{project_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1514:18)
│ ├─┬/api/v0/committees/{committee_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (351:18)
│ ├─┬/api/v0/sponsors/{sponsor_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2697:18)
│ └─┬/api/v0/chapters/{chapter_id}
│   └─┬GET
│     └─┬Responses
│       └──[+] codes (211:18)
└─┬Components
  ├──[+] schemas (2837:32)
  ├─┬Event
  │ ├─┬end_date
  │ │ └─┬ANYOF
  │ │   └──[-] format (1:40507)❌ 
  │ └─┬start_date
  │   └──[-] format (1:40886)❌ 
  └─┬EventDetail
    ├─┬start_date
    │ └──[-] format (1:42553)❌ 
    └─┬end_date
      └─┬ANYOF
        └──[-] format (1:42174)❌ 
Document Element Total Changes Breaking Changes
components 5 4
paths 12 0

View full report

Linting Report 0 errors, 0 warnings, 36 hints

View full report

PYTHON CHANGELOG

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)

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.700.2

@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 3 times, most recently from fb9fb0b to fdecc54 Compare January 29, 2026 00:46
* `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.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 fdecc54 to 5dc1564 Compare January 30, 2026 00:46
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