Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 9, 2025

SDK update

Versioning

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

Php SDK Changes:

  • dub->partners->create():
    • request->linkProps Changed Breaking ⚠️
  • dub->partners->createLink():
    • request->linkProps Changed Breaking ⚠️
  • dub->partners->upsertLink():
    • request->linkProps Changed Breaking ⚠️
  • dub->workspaces->update():
    • requestBody->logo Changed Breaking ⚠️
  • dub->embed tokens->referrals():
    • request->partner->linkProps Changed Breaking ⚠️
  • dub->links->createMany(): response.[]->[linkErrorSchema]->link Changed
  • dub->analytics->retrieve():
    • request->continent Changed
  • dub->events->list():
    • request->continent Changed
    • response.[] Changed
  • dub->customers->list(): request Changed
  • dub->customers->update():
    • request->requestBody->country Added
OpenAPI Change Summary
├─┬Paths
│ ├─┬/partners/links/upsert
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬linkProps
│ │           ├──[-] properties (1:172914)❌ 
│ │           ├──[-] properties (1:176009)❌ 
│ │           ├──[-] properties (1:175460)❌ 
│ │           ├──[-] properties (1:175824)❌ 
│ │           ├──[-] properties (1:175278)❌ 
│ │           ├──[-] properties (1:175096)❌ 
│ │           └──[-] properties (1:175648)❌ 
│ ├─┬/customers
│ │ └─┬GET
│ │   ├──[+] parameters (7269:21)❌ 
│ │   ├──[+] parameters (7278:21)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├──[+] additionalProperties (7535:45)❌ 
│ │             ├─┬link
│ │             │ ├──[+] additionalProperties (7441:49)❌ 
│ │             │ └──[-] title (1:119013)
│ │             ├─┬discount
│ │             │ └──[+] additionalProperties (7526:49)❌ 
│ │             └─┬partner
│ │               └──[+] additionalProperties (7478:49)❌ 
│ ├─┬/qr
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[🔀] default (11527:26)❌ 
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] default (11547:26)❌ 
│ ├─┬/track/sale
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├──[+] additionalProperties (7056:43)❌ 
│ │   │       ├─┬sale
│ │   │       │ └──[+] additionalProperties (7048:47)❌ 
│ │   │       └─┬customer
│ │   │         └──[+] additionalProperties (7016:47)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬amount
│ │         │ └──[+] maximum (6890:32)❌ 
│ │         └─┬customerEmail
│ │           └──[+] pattern (6957:32)❌ 
│ ├─┬/customers/{id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         ├──[+] additionalProperties (7789:43)❌ 
│ │ │         ├─┬discount
│ │ │         │ └──[+] additionalProperties (7780:47)❌ 
│ │ │         ├─┬partner
│ │ │         │ └──[+] additionalProperties (7732:47)❌ 
│ │ │         └─┬link
│ │ │           ├──[+] additionalProperties (7695:47)❌ 
│ │ │           └──[-] title (1:123757)
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[+] additionalProperties (8159:43)❌ 
│ │ └─┬PATCH
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├──[+] additionalProperties (8083:43)❌ 
│ │   │       ├─┬partner
│ │   │       │ └──[+] additionalProperties (8026:47)❌ 
│ │   │       ├─┬discount
│ │   │       │ └──[+] additionalProperties (8074:47)❌ 
│ │   │       └─┬link
│ │   │         ├──[+] additionalProperties (7989:47)❌ 
│ │   │         └──[-] title (1:129336)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] properties (7891:19)
│ │         ├─┬email
│ │         │ ├──[-] format (1:126601)❌ 
│ │         │ ├──[🔀] description (7893:36)
│ │         │ └──[-] nullable (1:126585)❌ 
│ │         ├─┬stripeCustomerId
│ │         │ └──[🔀] description (7887:36)
│ │         ├─┬avatar
│ │         │ └──[🔀] description (7877:36)
│ │         ├─┬externalId
│ │         │ ├──[+] pattern (7869:32)❌ 
│ │         │ ├──[+] format (7868:31)❌ 
│ │         │ ├──[🔀] description (7865:36)
│ │         │ └──[+] nullable (7866:33)❌ 
│ │         └─┬name
│ │           └──[🔀] description (7872:36)
│ ├─┬/domains/{slug}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[+] additionalProperties (6380:43)❌ 
│ ├─┬/events
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (3241:28)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (3237:30)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├──[-] discriminator (1:77555)❌ 
│ │             ├──[+] type (5134:29)❌ 
│ │             ├─┬ONEOF
│ │             │ └──[🔀] $ref (3487:23)❌ 
│ │             ├─┬ONEOF
│ │             │ └──[🔀] $ref (3974:23)❌ 
│ │             └─┬ONEOF
│ │               └──[🔀] $ref (4526:23)❌ 
│ ├─┬/folders
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬accessLevel
│ │           └──[-] enum (1:85026)❌ 
│ ├─┬/partners
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬Schema
│ │ │           ├──[+] additionalProperties (9278:45)❌ 
│ │ │           ├─┬bannedReason
│ │ │           │ └──[-] enum (1:156253)❌ 
│ │ │           └─┬links
│ │ │             └─┬Schema
│ │ │               ├──[+] additionalProperties (9115:51)❌ 
│ │ │               └──[-] title (1:155368)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├──[+] additionalProperties (8769:43)❌ 
│ │   │       ├─┬bannedReason
│ │   │       │ └──[-] enum (1:145190)❌ 
│ │   │       └─┬links
│ │   │         └─┬Schema
│ │   │           ├──[+] additionalProperties (8606:49)❌ 
│ │   │           └──[-] title (1:144305)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬linkProps
│ │         │ ├──[-] properties (1:136338)❌ 
│ │         │ ├──[-] properties (1:139433)❌ 
│ │         │ ├──[-] properties (1:138884)❌ 
│ │         │ ├──[-] properties (1:139248)❌ 
│ │         │ ├──[-] properties (1:138702)❌ 
│ │         │ ├──[-] properties (1:138520)❌ 
│ │         │ └──[-] properties (1:139072)❌ 
│ │         └─┬email
│ │           ├──[-] minLength (1:133400)❌ 
│ │           └──[+] pattern (8224:32)❌ 
│ ├─┬/commissions
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬Schema
│ │             ├──[+] additionalProperties (10640:45)❌ 
│ │             ├─┬customer
│ │             │ └──[+] additionalProperties (10624:49)❌ 
│ │             └─┬partner
│ │               └──[+] additionalProperties (10570:49)❌ 
│ ├─┬/analytics
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ ├──[🔀] description (2690:28)
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (2686:30)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] example (2421:26)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:64673)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:64787)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:64900)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:65010)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:65117)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:65224)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:65333)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:65437)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:65541)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:65651)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:65764)
│ │           ├─┬ANYOF
│ │           │ └──[-] title (1:65877)
│ │           └─┬ANYOF
│ │             └──[-] title (1:65986)
│ ├─┬/links
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[🔀] default (491:26)❌ 
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] default (481:26)❌ 
│ ├─┬/tags/{id}
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[+] additionalProperties (5547:43)❌ 
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (15819:17)❌ 
│ ├─┬/partners/ban
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[+] additionalProperties (10219:43)❌ 
│ ├─┬/links/bulk
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[+] additionalProperties (2040:43)❌ 
│ ├─┬/track/open
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] additionalProperties (7172:43)❌ 
│ │           └─┬link
│ │             └──[+] additionalProperties (7165:47)❌ 
│ ├─┬/track/lead
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├──[+] additionalProperties (6826:43)❌ 
│ │   │       ├─┬link
│ │   │       │ ├──[+] additionalProperties (6790:47)❌ 
│ │   │       │ └──[-] title (1:105833)
│ │   │       ├─┬click
│ │   │       │ └──[+] additionalProperties (6730:47)❌ 
│ │   │       └─┬customer
│ │   │         └──[+] additionalProperties (6818:47)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬customerEmail
│ │           └──[+] pattern (6672:32)❌ 
│ ├─┬/domains
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] default (6108:26)❌ 
│ ├─┬/commissions/{id}
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[+] additionalProperties (10920:43)❌ 
│ │           ├─┬partner
│ │           │ └──[+] additionalProperties (10850:47)❌ 
│ │           └─┬customer
│ │             └──[+] additionalProperties (10904:47)❌ 
│ ├─┬/tokens/embed/referrals
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[+] additionalProperties (11412:43)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬partner
│ │           ├─┬email
│ │           │ ├──[-] minLength (1:199124)❌ 
│ │           │ └──[+] pattern (11176:36)❌ 
│ │           └─┬linkProps
│ │             ├──[-] properties (1:202062)❌ 
│ │             ├──[-] properties (1:205157)❌ 
│ │             ├──[-] properties (1:204608)❌ 
│ │             ├──[-] properties (1:204972)❌ 
│ │             ├──[-] properties (1:204426)❌ 
│ │             ├──[-] properties (1:204244)❌ 
│ │             └──[-] properties (1:204796)❌ 
│ ├─┬/links/{linkId}
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[+] additionalProperties (1299:43)❌ 
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬geo
│ │           └──[🔀] $ref (1108:26)❌ 
│ ├─┬/tags
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬Schema
│ │ │           └──[🔀] $ref (15819:17)❌ 
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (15819:17)❌ 
│ ├─┬/links/info
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[-] description (1:18204)
│ ├─┬/domains/register
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[+] additionalProperties (6477:43)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬domain
│ │           └──[🔀] pattern (6440:32)❌ 
│ ├─┬/folders/{id}
│ │ ├─┬DELETE
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[+] additionalProperties (5907:43)❌ 
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬accessLevel
│ │           └──[-] enum (1:88094)❌ 
│ ├─┬/workspaces/{idOrSlug}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬logo
│ │           ├──[-] anyOf (1:197689)❌ 
│ │           └─┬ANYOF
│ │             ├──[-] type (1:197581)❌ 
│ │             ├──[-] pattern (1:197602)❌ 
│ │             ├──[+] anyOf (11068:27)
│ │             ├──[+] anyOf (11076:27)
│ │             └──[+] anyOf (11076:27)
│ ├─┬/links/count
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[🔀] default (743:26)❌ 
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] default (733:26)❌ 
│ ├─┬/partners/links
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬Schema
│ │ │           ├──[+] additionalProperties (9684:45)❌ 
│ │ │           └──[-] title (1:169568)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬linkProps
│ │           ├──[-] properties (1:162300)❌ 
│ │           ├──[-] properties (1:165395)❌ 
│ │           ├──[-] properties (1:164846)❌ 
│ │           ├──[-] properties (1:165210)❌ 
│ │           ├──[-] properties (1:164664)❌ 
│ │           ├──[-] properties (1:164482)❌ 
│ │           └──[-] properties (1:165034)❌ 
│ └─┬/domains/status
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬Schema
│               └──[+] additionalProperties (6585:45)❌ 
└─┬Components
  ├──[-] schemas (1:228959)❌ 
  ├──[-] schemas (1:229256)❌ 
  ├──[-] schemas (1:239721)❌ 
  ├──[-] schemas (1:248645)❌ 
  ├──[-] schemas (1:258803)❌ 
  ├──[-] schemas (1:229147)❌ 
  ├──[+] schemas (15818:30)
  ├─┬AnalyticsOS
  │ └──[+] additionalProperties (14618:33)❌ 
  ├─┬WorkspaceSchema
  │ ├──[+] additionalProperties (15637:33)❌ 
  │ ├─┬users
  │ │ └─┬Schema
  │ │   └──[+] additionalProperties (15531:39)❌ 
  │ └─┬domains
  │   └─┬Schema
  │     └──[+] additionalProperties (15561:39)❌ 
  ├─┬AnalyticsReferers
  │ └──[+] additionalProperties (14698:33)❌ 
  ├─┬PartnerAnalyticsCount
  │ └──[+] additionalProperties (14887:33)❌ 
  ├─┬PartnerEnrolledEvent
  │ └─┬data
  │   ├──[-] required (1:315280)❌ 
  │   ├──[-] required (1:315299)❌ 
  │   ├──[-] required (1:315246)❌ 
  │   ├──[-] required (1:315197)❌ 
  │   ├──[-] required (1:315217)❌ 
  │   ├──[-] required (1:315232)❌ 
  │   ├──[-] required (1:315266)❌ 
  │   ├─┬bannedReason
  │   │ └──[-] enum (1:312465)❌ 
  │   └─┬links
  │     └─┬Schema
  │       ├──[-] required (1:311513)❌ 
  │       ├──[-] required (1:311532)❌ 
  │       ├──[-] required (1:311547)❌ 
  │       ├──[-] required (1:311556)❌ 
  │       ├──[-] required (1:311523)❌ 
  │       └──[-] title (1:311580)
  ├─┬LinkSchema
  │ ├──[+] additionalProperties (15361:33)❌ 
  │ ├─┬tags
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (15819:17)❌ 
  │ └─┬testVariants
  │   └─┬Schema
  │     └──[+] additionalProperties (15228:39)❌ 
  ├─┬AnalyticsTopUrls
  │ └──[+] additionalProperties (14850:33)❌ 
  ├─┬LinkWebhookEvent
  │ └─┬data
  │   ├──[-] required (1:279607)❌ 
  │   ├──[-] required (1:279616)❌ 
  │   ├──[-] required (1:279640)❌ 
  │   ├──[-] required (1:279597)❌ 
  │   ├──[-] required (1:279631)❌ 
  │   └──[-] title (1:279727)
  ├─┬AnalyticsRegions
  │ └──[+] additionalProperties (14460:33)❌ 
  ├─┬AnalyticsCities
  │ └──[+] additionalProperties (14507:33)❌ 
  ├─┬PartnerAnalyticsTimeseries
  │ └──[+] additionalProperties (14930:33)❌ 
  ├─┬SaleCreatedEvent
  │ └─┬data
  │   ├──[-] required (1:307628)❌ 
  │   └─┬link
  │     ├──[-] required (1:305909)❌ 
  │     ├──[-] required (1:305918)❌ 
  │     ├──[-] required (1:305899)❌ 
  │     ├──[-] required (1:305942)❌ 
  │     ├──[-] required (1:305933)❌ 
  │     └──[-] title (1:306029)
  ├─┬AnalyticsTopLinks
  │ └──[+] additionalProperties (14813:33)❌ 
  ├─┬FolderSchema
  │ ├──[+] additionalProperties (15691:33)❌ 
  │ └─┬accessLevel
  │   └──[-] enum (1:224721)❌ 
  ├─┬LinkErrorSchema
  │ ├──[+] additionalProperties (15911:33)❌ 
  │ └──[+] required (15907:11)❌ 
  ├─┬AnalyticsCount
  │ ├──[+] additionalProperties (14274:33)❌ 
  │ └──[-] title (1:229870)
  ├─┬AnalyticsContinents
  │ └──[+] additionalProperties (14357:33)❌ 
  ├─┬AnalyticsDevices
  │ └──[+] additionalProperties (14544:33)❌ 
  ├─┬AnalyticsBrowsers
  │ └──[+] additionalProperties (14581:33)❌ 
  ├─┬AnalyticsCountries
  │ └──[+] additionalProperties (14410:33)❌ 
  ├─┬LinkClickedEvent
  │ └─┬data
  │   └─┬link
  │     ├──[-] required (1:287209)❌ 
  │     ├──[-] required (1:287176)❌ 
  │     ├──[-] required (1:287185)❌ 
  │     ├──[-] required (1:287200)❌ 
  │     ├──[-] required (1:287166)❌ 
  │     └──[-] title (1:287296)
  ├─┬AnalyticsTimeseries
  │ └──[+] additionalProperties (14311:33)❌ 
  ├─┬AnalyticsTriggers
  │ └──[+] additionalProperties (14661:33)❌ 
  ├─┬PartnerAnalyticsTopLinks
  │ └──[+] additionalProperties (15014:33)❌ 
  ├─┬DomainSchema
  │ ├──[+] additionalProperties (15816:33)❌ 
  │ └─┬registeredDomain
  │   └──[+] additionalProperties (15797:37)❌ 
  ├─┬AnalyticsRefererUrls
  │ └──[+] additionalProperties (14735:33)❌ 
  └─┬LeadCreatedEvent
    └─┬data
      ├──[-] required (1:297339)❌ 
      └─┬link
        ├──[-] required (1:295927)❌ 
        ├──[-] required (1:295918)❌ 
        ├──[-] required (1:295884)❌ 
        ├──[-] required (1:295903)❌ 
        ├──[-] required (1:295894)❌ 
        └──[-] title (1:296014)
Document Element Total Changes Breaking Changes
components 77 70
paths 143 108

PHP CHANGELOG

core: 3.9.9 - 2026-01-12

🐛 Bug Fixes

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

core: 3.9.8 - 2026-01-07

🐛 Bug Fixes

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

core: 3.9.7 - 2025-12-19

🐛 Bug Fixes

  • JSON serialize mixed types as-is instead of being stringified (commit by @bflad)

core: 3.9.6 - 2025-12-18

🐛 Bug Fixes

  • fixed escaping of template braces in defaults, consts, and comments (commit by @tristanspeakeasy)

unions: 0.1.7 - 2025-12-08

🐛 Bug Fixes

  • resolve enum class names in array types within union deserialization (commit by @AshGodfrey)

unions: 0.1.6 - 2025-12-02

🐛 Bug Fixes

  • use discriminator mapping keys from OpenAPI spec instead of PascalCase class names for union deserialization (commit by @AshGodfrey)

Based on Speakeasy CLI 1.684.1

@github-actions github-actions bot added the patch Patch version bump label Dec 9, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765239839 branch 8 times, most recently from b312215 to 47f45c4 Compare December 17, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765239839 branch 7 times, most recently from e2c9e99 to 3cd17fe Compare December 24, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765239839 branch 7 times, most recently from 0783be7 to 9443570 Compare December 31, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765239839 branch 7 times, most recently from 076c0da to 2e9df4b Compare January 7, 2026 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765239839 branch 5 times, most recently from 410c895 to 75b3a66 Compare January 12, 2026 00:28
* `dub->partners->create()`: 
  *  `request->linkProps` **Changed** **Breaking** ⚠️
* `dub->partners->createLink()`: 
  *  `request->linkProps` **Changed** **Breaking** ⚠️
* `dub->partners->upsertLink()`: 
  *  `request->linkProps` **Changed** **Breaking** ⚠️
* `dub->workspaces->update()`: 
  *  `requestBody->logo` **Changed** **Breaking** ⚠️
* `dub->embed tokens->referrals()`: 
  *  `request->partner->linkProps` **Changed** **Breaking** ⚠️
* `dub->links->createMany()`:  `response.[]->[linkErrorSchema]->link` **Changed**
* `dub->analytics->retrieve()`: 
  *  `request->continent` **Changed**
* `dub->events->list()`: 
  *  `request->continent` **Changed**
  *  `response.[]` **Changed**
* `dub->customers->list()`:  `request` **Changed**
* `dub->customers->update()`: 
  *  `request->requestBody->country` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765239839 branch from fc3eb40 to 5368ac8 Compare January 13, 2026 00:23
@steven-tey steven-tey merged commit 73b7e43 into main Jan 13, 2026
@steven-tey steven-tey deleted the speakeasy-sdk-regen-1765239839 branch January 13, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants