Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 0.2.0 #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Feb 7, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➖] path (5366:5)❌ 
│ ├──[➖] path (7874:5)❌ 
│ ├──[➖] path (8508:5)❌ 
│ ├─┬/v2/subscribers/{subscriberId}/preferences
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-speakeasy-name-override (10630:34)
│ ├─┬/v1/subscribers
│ │ └──[➖] post (5058:13)❌ 
│ ├─┬/v1/subscribers/{subscriberId}/credentials
│ │ └─┬PATCH
│ │   └──[🔀] description (5761:20)
│ ├─┬/v1/notifications
│ │ └─┬GET
│ │   ├──[➕] parameters (1353:17)❌ 
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[➕] minimum (1350:22)❌ 
│ ├─┬/v2/subscribers
│ │ └──[➕] post (9380:7)
│ └─┬/v1/events/trigger/broadcast
│   └─┬POST
│     └──[🔀] description (652:20)
└─┬Components
  ├──[➖] schemas (18503:13)❌ 
  ├──[➖] schemas (18769:13)❌ 
  ├──[➖] schemas (18602:13)❌ 
  ├──[➖] schemas (18669:13)❌ 
  ├──[➖] schemas (18588:13)❌ 
  ├──[➖] schemas (18734:13)❌ 
  ├──[➖] schemas (18642:13)❌ 
  ├──[➖] schemas (18720:13)❌ 
  ├──[➖] schemas (18778:13)❌ 
  ├──[➖] schemas (18607:13)❌ 
  ├──[➖] schemas (18705:13)❌ 
  ├──[➖] schemas (18758:13)❌ 
  ├──[➖] schemas (18625:13)❌ 
  ├──[➖] schemas (18747:13)❌ 
  ├──[➕] schemas (15456:7)
  ├──[➕] schemas (15051:7)
  ├──[➕] schemas (15106:7)
  ├──[➕] schemas (15069:7)
  ├─┬SubscriberPayloadDto
  │ └──[➕] properties (15238:9)
  ├─┬TriggerEventRequestDto
  │ └─┬actor
  │   └──[🔀] description (15321:24)
  ├─┬SubscriberResponseDto
  │ └──[➕] properties (16504:9)
  ├─┬CreateSubscriberRequestDto
  │ ├──[➖] properties (18436:17)❌ 
  │ ├──[➕] properties (16591:9)
  │ ├─┬phone
  │ │ ├──[🔀] description (16586:24)
  │ │ └──[➕] nullable (16585:21)❌ 
  │ ├─┬locale
  │ │ ├──[🔀] description (16598:24)
  │ │ └──[➕] nullable (16597:21)❌ 
  │ ├─┬lastName
  │ │ ├──[🔀] description (16578:24)
  │ │ └──[➕] nullable (16577:21)❌ 
  │ ├─┬subscriberId
  │ │ └──[🔀] description (16570:24)
  │ ├─┬data
  │ │ ├──[🔀] additionalProperties (16603:33)❌ 
  │ │ ├──[🔀] description (16602:24)
  │ │ └──[➕] nullable (16601:21)❌ 
  │ ├─┬firstName
  │ │ ├──[🔀] description (16574:24)
  │ │ └──[➕] nullable (16573:21)❌ 
  │ ├─┬email
  │ │ ├──[🔀] description (16582:24)
  │ │ └──[➕] nullable (16581:21)❌ 
  │ └─┬avatar
  │   ├──[🔀] description (16590:24)
  │   └──[➕] nullable (16589:21)❌ 
  ├─┬TriggerEventResponseDto
  │ └─┬status
  │   └──[➕] enum (15137:15)
  ├─┬PatchSubscriberRequestDto
  │ └──[➖] properties (19692:17)❌ 
  ├─┬ActivityNotificationTemplateResponseDto
  │ └──[➕] properties (15504:9)
  └─┬secretKey
    └─┬Extensions
      └──[➕] x-speakeasy-example (14915:28)
Document Element Total Changes Breaking Changes
paths 10 6
components 43 24

GO CHANGELOG

constsAndDefaults: 0.1.10 - 2025-02-19

🐛 Bug Fixes

  • Prevent unused import error with boolean const usage (commit by @bflad)

constsAndDefaults: 0.1.9 - 2025-02-12

🐛 Bug Fixes

  • Ensure default form query values are sent when not configured (commit by @bflad)

constsAndDefaults: 0.1.8 - 2025-02-06

🐛 Bug Fixes

  • Prevent generation errors with {{ character sequences in default values (commit by @bflad)

constsAndDefaults: 0.1.7 - 2025-02-04

🐛 Bug Fixes

  • Prevent compilation errors and panics with const query parameters (commit by @bflad)

nullables: 0.1.1 - 2025-02-17

🐛 Bug Fixes

  • represent maps/arrays that can contain null (commit by @disintegrator)

core: 3.7.2 - 2025-02-21

🐛 Bug Fixes

  • handle usage snippet templating when no servers are defined in the spec (commit by @vishalg0wda)

core: 3.7.1 - 2025-02-14

🐛 Bug Fixes

  • circular reference handling in usage snippets (commit by @vishalg0wda)

core: 3.8.0 - 2025-02-12

🐝 New Features

  • support openapi specs without server urls (commit by @vishalg0wda)

core: 3.7.0 - 2025-02-04

🐝 New Features

pagination: 2.82.4 - 2025-03-06

🐛 Bug Fixes

  • Fixed passing of arguments correctly within the next function (commit by @Kanwardeep)

pagination: 2.82.3 - 2025-02-19

🐛 Bug Fixes

  • handle paginated union response (commit by @2ynn)

globalSecurity: 2.82.11 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

deprecations: 2.81.3 - 2025-02-10

🐛 Bug Fixes

  • skip linting of deprecation messages to allow for generation (commit by @AshGodfrey)

@github-actions github-actions bot added the minor Minor version bump label Feb 7, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738887199 branch 7 times, most recently from 30bae21 to 4c6ea3d Compare February 14, 2025 00:14
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738887199 branch 8 times, most recently from 631107b to 4fe6439 Compare February 22, 2025 00:13
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738887199 branch 7 times, most recently from 8d0427b to ba8e9e6 Compare March 1, 2025 00:15
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738887199 branch 7 times, most recently from a521c3a to 68b21f7 Compare March 8, 2025 00:11
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738887199 branch 3 times, most recently from 7f53bb8 to 96aba1b Compare March 11, 2025 00:14
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1738887199 branch from 26b2b6b to 6e2e0e1 Compare March 12, 2025 00:14
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