Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsnastins committed Jan 25, 2024
1 parent 207f4a2 commit f01a287
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.1.0 (2024-01-25)

### New features

- ([#180](https://github.com/filipsnastins/tomodachi-testcontainers/pull/180))
`clients.SNSSQSTestClient`: `SNSSQSTestClient.receive` now returns message attributes.
The returned message is now wrapped in a `SQSMessage` dataclass, containing the `payload` and `message_attributes` fields.
It's a small breaking change for clients that use the `receive` method, because the message's payload is now wrapped in the `payload` attribute.

## 1.0.1 (2024-01-23)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tomodachi-testcontainers"
version = "1.0.1"
version = "1.1.0"
description = "Collection of Testcontainers, pytest fixtures and test clients for end-to-end/integration testing for Python Tomodachi framework. A great starting point to learn more about Testcontainers and necessity of integration testing."
authors = ["Filips Nastins <nastinsfilips@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit f01a287

Please sign in to comment.