Release and Version History

x.y.z (Backlog)

Features and Improvements

Minor Improvements

Bugfixes

Miscellaneous

0.1.1 (2025-10-14)

Features and Improvements

  • First Release

  • ConverseKwargs - Type-safe configuration builder for Bedrock converse API calls

  • ConverseResponse - Enhanced response wrapper with convenient text extraction

  • MessageContentBuilder - Fluent builder for constructing multi-modal message content (text, images, documents, videos, tool use/results, cache points)

  • InternalServerException - Exception for internal server errors from streaming responses

  • ModelStreamErrorException - Exception for model streaming errors

  • ValidationException - Exception for request validation errors

  • ThrottlingException - Exception for throttling errors

  • ServiceUnavailableException - Exception for service unavailability errors

  • ConverseStreamOutput - Enhanced wrapper for individual streaming events with type checking and text extraction

  • ConverseStreamResponse - Intelligent stream response manager with automatic caching and multiple iteration support

  • ChatSession - Stateful multi-round conversation manager with automatic history tracking and AWS-aligned methods: - converse() - Send messages with non-streaming response - converse_text() - Convenience method for simple text messages - converse_stream() - Send messages with streaming response - converse_text_stream() - Convenience method for streaming text messages