Skip to content

🌿 ✨ [Scheduled] Upgrade Fern Python SDK Generator: (python-sdk) #7

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

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

fern-api[bot]
Copy link
Contributor

@fern-api fern-api bot commented Oct 21, 2024

Upgrading from 4.2.7 to 4.3.3 - Changelog

    4.3.3
  • fix: The generator now writes the reference.md configuration correctly, using .dict() instead of .json().

  • 4.3.2

  • fix: The generator will now correctly default to the configured global default_bytes_stream_chunk_size when the request_options parameter is not provided.

  • 4.3.1

  • feat: Requests for file download will now allow users to pass in a chunk_size option that allows them to receive chunks of a specific size
    from the resultant iter_bytes invocation on the response byte stream.

    Concretely, a user would leverage the following:

    client.download(
      ...,
      request_options={
        "chunk_size": 1024    # 1MB
      }
    )
  • 4.3.0

  • feat: Requests for file download will now allow users to pass in a chunk_size option that allows them to receive chunks of a specific size
    from the resultant iter_bytes invocation on the response byte stream.

    Concretely, a user would leverage the following:

    client.download(
      ...,
      request_options={
        "chunk_size": 1024    # 1MB
      }
    )
  • 4.2.8

  • fix: The snippet writer now correctly handles base64 strings.

Copy link
Contributor

@fern-api fern-api bot force-pushed the fern/update/fern-python-sdk@api/python-sdk branch from 1e674a6 to ff32c7d Compare October 28, 2024 00:03
Copy link
Contributor

@humford humford merged commit 2d06c95 into main Nov 1, 2024
4 checks passed
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.

1 participant