Skip to content

Commit 977022f

Browse files
chore: release v0.12.0 (#341)
## 🤖 New release * `testcontainers-modules`: 0.11.6 -> 0.12.0 (⚠ API breaking changes) ### ⚠ `testcontainers-modules` breaking changes ```text --- failure inherent_method_missing: pub method removed or renamed --- Description: A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/inherent_method_missing.ron Failed in: SurrealDb::with_authentication, previously in file /tmp/.tmpJChjfc/testcontainers-modules/src/surrealdb/mod.rs:69 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.12.0] - 2025-05-05 ### Bug Fixes - Dex config serialization (#290) - Lint error (#326) - Switch to specified version isntead of hashed `stable` (#335) ### Documentation - Correct typo (#333) ### Features - Implement Dex module (#286) - Add `Weaviate` image (#296) - [**breaking**] Support newest MinIO versions (#303) - [**breaking**] Support surrealdb v2 (#307) - Add support for custom config and latest image tag (#315) - Add support for Zitadel docker (#328) - [**breaking**] Update testcontainers to `0.24.0` (#336) - Add support for Azurite docker (#334) ### Miscellaneous Tasks - Update redis requirement from 0.27.2 to 0.29.0 (#291) - Pin `chrono` as a dev-dep to fix `arrow-arith` compilation failure (#304) - Update dev dependencies (#306) - Update kube requirement from 0.98.0 to 0.99.0 (#316) ### Performance - [**breaking**] Set `fsync=off` by default (#276) ### Testing - Switch to tokio-zookeeper <!-- generated by git-cliff --> </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d6012b6 commit 977022f

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.12.0] - 2025-05-05
6+
7+
### Bug Fixes
8+
9+
- Dex config serialization (#290)
10+
- Lint error (#326)
11+
- Switch to specified version isntead of hashed `stable` (#335)
12+
13+
### Documentation
14+
15+
- Correct typo (#333)
16+
17+
### Features
18+
19+
- Implement Dex module (#286)
20+
- Add `Weaviate` image (#296)
21+
- [**breaking**] Support newest MinIO versions (#303)
22+
- [**breaking**] Support surrealdb v2 (#307)
23+
- Add support for custom config and latest image tag (#315)
24+
- Add support for Zitadel docker (#328)
25+
- [**breaking**] Update testcontainers to `0.24.0` (#336)
26+
- Add support for Azurite docker (#334)
27+
28+
### Miscellaneous Tasks
29+
30+
- Update redis requirement from 0.27.2 to 0.29.0 (#291)
31+
- Pin `chrono` as a dev-dep to fix `arrow-arith` compilation failure (#304)
32+
- Update dev dependencies (#306)
33+
- Update kube requirement from 0.98.0 to 0.99.0 (#316)
34+
35+
### Performance
36+
37+
- [**breaking**] Set `fsync=off` by default (#276)
38+
39+
### Testing
40+
41+
- Switch to tokio-zookeeper
42+
43+
<!-- generated by git-cliff -->
544
## [0.11.6] - 2025-01-27
645

746
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "testcontainers-modules"
3-
version = "0.11.6"
3+
version = "0.12.0"
44
description = "Community maintained modules for Testcontainers for Rust"
55
categories = ["development-tools::testing"]
66
edition = "2021"

0 commit comments

Comments
 (0)