Skip to content

chore: 🐝 Update SDK - Generate SDK NEST-SDK-GO 0.4.0#17

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

chore: 🐝 Update SDK - Generate SDK NEST-SDK-GO 0.4.0#17
github-actions[bot] wants to merge 1 commit intomainfrom
speakeasy-sdk-regen-1769386141

Conversation

@github-actions
Copy link
Contributor

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

SDK update

Versioning

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

Go SDK Changes:

  • Nest.Projects.ListProjects(): request Changed (Breaking ⚠️)
  • Nest.Events.GetEvent():
    • response Changed (Breaking ⚠️)
    • error.status[400] Added
  • Nest.Events.ListEvents(): response.Items[] Changed (Breaking ⚠️)
  • Nest.Repositories.GetRepository(): error.status[400] Added
  • Nest.Issues.GetIssue(): error.status[400] Added
  • Nest.Community.GetMember(): error.status[400] Added
  • Nest.Milestones.GetMilestone(): error.status[400] Added
  • Nest.Community.GetOrganization(): error.status[400] Added
  • Nest.Committees.GetCommittee(): error.status[400] Added
  • Nest.Chapters.GetChapter(): error.status[400] Added
  • Nest.Projects.GetProject(): error.status[400] Added
  • Nest.Releases.GetRelease(): error.status[400] Added
  • Nest.Community.GetSnapshot(): error.status[400] Added
  • Nest.Sponsors.GetSponsor(): error.status[400] Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/api/v0/milestones/{organization_id}/{repository_id}/{milestone_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:16229)
│ ├─┬/api/v0/sponsors/{sponsor_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:37278)
│ ├─┬/api/v0/projects/
│ │ └─┬GET
│ │   └──[+] parameters (1:19337)❌ 
│ ├─┬/api/v0/releases/{organization_id}/{repository_id}/{release_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:23919)
│ ├─┬/api/v0/chapters/{chapter_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:2855)
│ ├─┬/api/v0/members/{member_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:13253)
│ ├─┬/api/v0/projects/{project_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:20828)
│ ├─┬/api/v0/issues/{organization_id}/{repository_id}/{issue_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:10943)
│ ├─┬/api/v0/events/{event_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:7970)
│ ├─┬/api/v0/organizations/{organization_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:18494)
│ ├─┬/api/v0/committees/{committee_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:4713)
│ ├─┬/api/v0/repositories/{organization_id}/{repository_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1:26329)
│ └─┬/api/v0/snapshots/{snapshot_id}
│   └─┬GET
│     └─┬Responses
│       └──[+] codes (1:28259)
└─┬Components
  ├──[+] schemas (1:40485)
  ├─┬MemberType
  │ └──[+] description (1:72501)
  ├─┬EventDetail
  │ ├─┬start_date
  │ │ └──[-] format (1:44727)❌ 
  │ └─┬end_date
  │   └─┬ANYOF
  │     └──[-] format (1:44371)❌ 
  ├─┬State
  │ └──[+] description (1:47903)
  ├─┬Event
  │ ├─┬end_date
  │ │ └─┬ANYOF
  │ │   └──[-] format (1:42699)❌ 
  │ └─┬start_date
  │   └──[-] format (1:43055)❌ 
  └─┬ProjectFilter
    └──[+] properties (1:58808)
Document Element Total Changes Breaking Changes
paths 13 1
components 8 4

View full report

Linting Report 0 errors, 16 warnings, 35 hints

View full report

GO CHANGELOG

constsAndDefaults: 0.1.13 - 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: 3.13.12 - 2026-01-29

🐛 Bug Fixes

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

core: 3.13.11 - 2026-01-23

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

core: 3.13.10 - 2026-01-11

🐛 Bug Fixes

  • handle integer:string tags in nested structs without custom MarshalJSON/UnmarshalJSON (commit by @tristanspeakeasy)

core: 3.13.9 - 2026-01-07

🐛 Bug Fixes

  • properly escape quotes in struct tags when defaults contain backticks (commit by @mfbx9da4)

core: 3.13.8 - 2026-01-03

🐛 Bug Fixes

  • union query parameters now inherit the parent's parameter name when using inline serialization (commit by @subomi)

globalSecurity: 2.82.13 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

unions: 2.87.4 - 2026-02-12

🐝 New Features

  • add open (forward-compatible) unions with raw JSON fallback for unknown variants (commit by @vishalg0wda)

Based on Speakeasy CLI 1.722.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-1769386141 branch 7 times, most recently from 413f3a7 to b8765b8 Compare February 2, 2026 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769386141 branch 7 times, most recently from d845b2b to 2e4bba0 Compare February 9, 2026 00:12
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769386141 branch 8 times, most recently from 31da0d8 to 6338e5c Compare February 17, 2026 00:13
* `Nest.Projects.ListProjects()`:  `request` **Changed** (Breaking ⚠️)
* `Nest.Events.GetEvent()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[400]` **Added**
* `Nest.Events.ListEvents()`:  `response.Items[]` **Changed** (Breaking ⚠️)
* `Nest.Repositories.GetRepository()`:  `error.status[400]` **Added**
* `Nest.Issues.GetIssue()`:  `error.status[400]` **Added**
* `Nest.Community.GetMember()`:  `error.status[400]` **Added**
* `Nest.Milestones.GetMilestone()`:  `error.status[400]` **Added**
* `Nest.Community.GetOrganization()`:  `error.status[400]` **Added**
* `Nest.Committees.GetCommittee()`:  `error.status[400]` **Added**
* `Nest.Chapters.GetChapter()`:  `error.status[400]` **Added**
* `Nest.Projects.GetProject()`:  `error.status[400]` **Added**
* `Nest.Releases.GetRelease()`:  `error.status[400]` **Added**
* `Nest.Community.GetSnapshot()`:  `error.status[400]` **Added**
* `Nest.Sponsors.GetSponsor()`:  `error.status[400]` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1769386141 branch from 6338e5c to 02df5e6 Compare February 18, 2026 00:13
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