Skip to content

Conversation

fern-api[bot]
Copy link
Contributor

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

Upgrading from 2.3.1 to 2.12.1 - Changelog

    2.12.1
  • fix: Fix collision with variant type called "Value" and internal interface name.

  • fix: Prevent discriminant from deserializing as additional property in unwrapped variant.

  • 2.12.0

  • feat: Let users define custom headers in request options

  • 2.11.3

  • fix: Don't add a semicolon twice when rendering accept header

  • 2.11.2

  • fix: Add accept header if endpoint has errors

  • 2.11.1

  • fix: Send only request body reference for body-only wrapped request

  • 16 additional updates, see more

    2.11.0

  • feat: Add deep cursor path pagination support.

  • 2.10.7

  • fix: Fix wrapped requests without inline path parameters checking not rendering
    no-request endpoint because of non-optional parameters

  • 2.10.6

  • fix: Prevent accept header from being removed in wrapped requests

  • 2.10.5

  • fix: Add Accept header for json responses

  • 2.10.4

  • fix: Fix potential NPE initializing client options with default version

  • 2.10.3

  • fix: Fix inlining unwrapped alias types.

  • 2.10.2

  • fix: Omit methods with inlined types from interface definitions.

  • 2.10.1

  • fix: Fix union inline type name conflict resolution.

  • 2.10.0

  • feat: Support inline types in the Java generator.

  • 2.9.0

  • feat: Support version headers in request and client options.

  • 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)

  • 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

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

@fern-api fern-api bot force-pushed the fern/update/fern-java-sdk@java-sdk branch from aab06ae to 50af9d0 Compare January 27, 2025 00:06
Copy link

@fern-api fern-api bot force-pushed the fern/update/fern-java-sdk@java-sdk branch from 50af9d0 to 1a921e4 Compare February 10, 2025 00:07
Copy link

@fern-api fern-api bot force-pushed the fern/update/fern-java-sdk@java-sdk branch from 1a921e4 to f1773c2 Compare February 17, 2025 00:07
Copy link

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