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 callsConverseResponse- Enhanced response wrapper with convenient text extractionMessageContentBuilder- 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 responsesModelStreamErrorException- Exception for model streaming errorsValidationException- Exception for request validation errorsThrottlingException- Exception for throttling errorsServiceUnavailableException- Exception for service unavailability errorsConverseStreamOutput- Enhanced wrapper for individual streaming events with type checking and text extractionConverseStreamResponse- Intelligent stream response manager with automatic caching and multiple iteration supportChatSession- 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