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

🌿 ✨ [Scheduled] Upgrade Fern Java SDK Generator: (java-sdk) #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fern-api[bot]
Copy link
Contributor

@fern-api fern-api bot commented Dec 16, 2024

Upgrading from 2.3.1 to 2.8.1 - Changelog

    2.8.1
  • feat: Implement global timeout configuration for generated clients.

    var client = Client.builder()
      .apiKey("...")
      .timeout(40)
      .build();
  • 2.8.0

  • feat: Generate inline request bodies with their path parameters in the object.

  • 2.7.0

  • feat: Apply Content-Type header from endpoint definition in SDK generator.

  • 2.6.0

  • fix: Don't generate pagination with nonempty path. Fixes pagination seed tests breaking.

  • 2.5.0

  • chore: Bump IR version to latest (v53)

  • 1 additional update, see more

    2.4.0

  • feat: We now support overriding sdk package prefixes by adding a "package-prefix" key under the java-sdk generator
    configuration.

Copy link

@fern-api fern-api bot force-pushed the fern/update/fern-java-sdk@java-sdk branch from fed42bf to 35e8e8c Compare December 23, 2024 00:06
Copy link

@fern-api fern-api bot force-pushed the fern/update/fern-java-sdk@java-sdk branch from 35e8e8c to ffaaf79 Compare January 6, 2025 00:06
Copy link

github-actions bot commented Jan 6, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants