Skip to content

Releases: PhenoML/sdk-shared-actions

v1.3.1

Choose a tag to compare

@phenoml-release-please phenoml-release-please released this 10 Jul 22:58
7786379

1.3.1 (2026-07-10)

Bug Fixes

  • sdk-release-workflows: use moving backend origin tags (#46) (b2c3715)

This PR was generated with Release Please. See documentation.

v1.3.0

Choose a tag to compare

@phenoml-release-please phenoml-release-please released this 10 Jul 20:15
596926e

1.3.0 (2026-07-10)

Features

  • sdk-release-gate: expose release states (#44) (9c751a1)

This PR was generated with Release Please. See documentation.

v1.2.0

Choose a tag to compare

@phenoml-release-please phenoml-release-please released this 10 Jul 19:36
f0eddee

1.2.0 (2026-07-10)

Features

  • sdk-release-finalize: reconcile release metadata (#42) (58e028b)

This PR was generated with Release Please. See documentation.

v1.1.1

Choose a tag to compare

@phenoml-release-please phenoml-release-please released this 10 Jul 17:34
9caf9ca

1.1.1 (2026-07-10)

Bug Fixes

  • sdk-release-finalize: preserve Fern generation commits (#40) (2fead8d)

This PR was generated with Release Please. See documentation.

v1.1.0

Choose a tag to compare

@phenoml-release-please phenoml-release-please released this 10 Jul 14:56
6054a2d

1.1.0 (2026-07-10)

Features

  • sdk-release-workflows: add shared SDK release flow (#38) (8f8f7e6)

This PR was generated with Release Please. See documentation.

v1.0.3

Choose a tag to compare

@phenoml-release-please phenoml-release-please released this 25 Jun 13:48
34e43b4

1.0.3 (2026-06-25)

Bug Fixes

  • bundle-openapi-spec: fetch specs from public bucket (#35) (84e6d11)

v1.0.2

Choose a tag to compare

@phenoml-release-please phenoml-release-please released this 16 Jun 12:53
27913d0

1.0.2 (2026-06-15)

Bug Fixes

  • release-please: use client-id for create-github-app-token (#32) (7b9605a)

v1.0.1

Choose a tag to compare

@phenoml-release-please phenoml-release-please released this 15 Jun 19:53
9981179

1.0.1 (2026-06-15)

Bug Fixes

  • release-please: use GitHub App token so the release PR can bump workflow pins (#30) (f7a5f50)
  • sync-fern-artifacts: suppress approval-gated commit-back re-run (#29) (9621454)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 20:35
1ba3882

1.0.0 (2026-06-02)

Features

  • add extract-code-examples composite action (#1) (6f75653)
  • extract-code-examples: dynamic-render schema for SDK call examples (#15) (dcd8279)

Bug Fixes

  • extract-code-examples: anchor Python f-string path regex to a word boundary (#24) (045e9e8)
  • extract-code-examples: flag SSE endpoints so the manifest doesn't surface mock placeholder bodies (#8) (8637878)
  • extract-code-examples: Java extractor — capture full SDK call snippets for deeply-nested builders (#11) (ab726a9)
  • extract-code-examples: Java parser — classify Fern forward-compatible enums as enum, not builder class (#20) (ec4d32f)
  • extract-code-examples: Java parser — don't drop endpoints whose signature spans 3+ lines (#13) (2266c3d)
  • extract-code-examples: nest TS request body under Fern's body wrapper key (#25) (2bf850c)
  • extract-code-examples: Python parser — multi-line verify_request_count calls (#10) (06dedf0)
  • extract-code-examples: Python parser — PATCH passthrough bodies and inline literal fields (#7) (3571897)
  • extract-code-examples: Python parser — rewrite Pydantic-model constructor calls as JSON objects (#12) (37870c7)
  • extract-code-examples: source Python SDK identifiers from SDK source, fixing 3 Python rendering bugs (#23) (822a950)
  • extract-code-examples: synthesize passthrough body for type-alias, list, and discriminated-union request types (TS + Java) (#19) (887e7aa)
  • extract-code-examples: three Python parser fixes (streaming wrapper, path-param wrapper, request body extraction) (#5) (5c80a33)
  • extract-code-examples: TS parser — bail on discriminated-union request fields (#17) (87cb097)
  • extract-code-examples: TS parser — flag SSE endpoints so SSE wire bodies don't leak into manifest (#14) (222e731)
  • Java extractor — camelCase accessor chains and TestResources fixtures (#4) (159bfab)
  • Java extractor — keep URL path when streaming endpoints call .newBuilder() twice (#6) (620b5cf)
  • retry push on non-fast-forward to absorb concurrent-workflow races (#16) (8098019)

Continuous Integration

  • add release-please with lockstep action-pin bumping (0148230)