4.5.0
·
2 commits
to refs/heads/main
since this release
What's Changed
Big thanks to everyone who contributed to this release 🤜🤛.
🚀 Features
- feat: Add OpenSearch module (#1395) @digital88
- feat: Add Typesense module (#1446) @brainded
- feat: Add
Task<ExecResult>
extension methodThrowOnFailure
(#1448) @HofmeisterAn - feat: Throw
DockerUnavailableException
when Docker is not available (#1308) @0xced - feat: Improve error reporting when loading the Docker configuration file (#1263) @0xced
- feat: Add a wait strategy that waits until the ADO.NET database is available (#1401) @0xced
- feat: Add Ollama module (#1099) @frankhaugen
- feat: Allow canceling container start in xUnit.net v3 fixtures (#1431) @TheConstructor
- fix(EventHubs): Support default consumer group name (#1432) @scrocquesel-ml150
- feat: Add Lowkey Vault module (#1344) @Xor-el
- feat(ServiceBus): Add builder API to upload config file (#1424) @chasewallis
🐛 Bug Fixes
- fix: Set container created, started, stopped time from inspect response (#1455) @HofmeisterAn
- fix(EventHubs): Change predicate that it does not always evaluate to true (#1433) @HofmeisterAn
- fix(EventHubs): Support default consumer group name (#1432) @scrocquesel-ml150
📖 Documentation
- docs(ClickHouse): Add example (#1421) @digital88
- docs: Mention the xUnit.net v3 module (package) (#1442) @TheConstructor
🧹 Housekeeping
- chore: Add ExecResult serializable test data (#1456) @HofmeisterAn
- chore: Remove Sonar findings (#1450) @HofmeisterAn
- chore: Replace Cake .NET Tool with Cake Frosting (#1437) @0xced
- chore: Update test-framework to xUnit.net v3 (#1441) @TheConstructor
- chore: Bump Docker.DotNet version to
3.128.1
(#1443) @HofmeisterAn - chore: Add xUnit.net v3 tests (#1430) @TheConstructor
- chore: Bump CI .NET SDK and Cake version (#1434) @HofmeisterAn