Skip to content

Latest commit

 

History

History
262 lines (157 loc) · 9.31 KB

CHANGELOG.md

File metadata and controls

262 lines (157 loc) · 9.31 KB

Changelog

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

[0.5.0] - 2024-05-26

Miscellaneous Tasks

  • Update async-nats requirement from 0.34.0 to 0.35.0 (#135)
  • Update zookeeper-client requirement from 0.7.1 to 0.8.0 (#134)
  • [breaking] Update testcontainers to 0.17.0 (#137)

[0.4.3] - 2024-05-12

Documentation

  • Fix localstack example by setting force_path_style (#132)

Features

  • Add kwok module (#121)
  • K3s module (#129)

[0.4.2] - 2024-05-02

Features

  • Add mariadb module (#127)

[0.4.1] - 2024-05-01

Features

  • Add nats module (#123)

Miscellaneous Tasks

  • Update testcontainers to 0.16.7 (#125)

[0.4.0] - 2024-04-27

Documentation

  • Adds contribution guidelines (#119)

Miscellaneous Tasks

  • [breaking] Update testcontainers to 0.16 (#120)

[0.3.7] - 2024-04-06

Features

  • Add cockroachdb image impl (#109)
  • Add CNCF Distribution module (#111)

Miscellaneous Tasks

  • Update reqwest requirement from 0.11.23 to 0.12.1 (#106)
  • Update mysql requirement from 24.0.0 to 25.0.0 (#107)
  • Update zookeeper-client requirement from 0.6.0 to 0.7.1 (#110)
  • Define version for bollard to meet crates.io constraints (#115)

Revert

  • Rollback version to apply a fix before releasing (#114)

[0.3.6] - 2024-03-22

Features

  • Add consul module (#104)

Miscellaneous Tasks

  • Update redis requirement from 0.24.0 to 0.25.0 (#103)

[0.3.5] - 2024-02-29

Features

  • Add mosquitto module (#101)

[0.3.4] - 2024-02-18

Documentation

  • Example of tag overriding for module (#99)

Features

  • Add Redis Stack module (#98)

[0.3.3] - 2024-02-17

Features

  • Add solr module (#90)

Miscellaneous Tasks

  • Update surrealdb client for tests (#92)
  • Add rust-cache (#93)
  • Enable clean-per-run for cargo hack in tests (#94)
  • Maximize disk space for tests (#96)

Testing

  • Re-enable test and change the client (#91)

[0.3.2] - 2024-01-24

Features

  • Add SurrealDb module (#87)

[0.3.1] - 2024-01-08

Features

  • Add a LocalStack module (#84)

[0.3.0] - 2024-01-03

Bug Fixes

  • [breaking] Disable host auth method by default (#81)

Refactor

  • Use rest-api instead of client library (#80)

[0.2.1] - 2023-12-29

Features

  • Add victoria_metrics module (#77)

Miscellaneous Tasks

  • Update redis requirement from 0.23.3 to 0.24.0 (#75)
  • Update neo4rs requirement from 0.6.2 to 0.7.0 (#76)

[0.2.0] - 2023-11-29

Features

  • Add Microsoft SQL Server module (#72)

Miscellaneous Tasks

  • [breaking] Update elasticmq default image version (#73)
  • Bump the aws-dependencies group with 5 updates (#71)

[0.1.4] - 2023-11-23

Features

  • Add Neo4j image (#66)

Miscellaneous Tasks

  • Update aws-sdk-s3 requirement from 0.33.0 to 0.34.0 (#56)
  • Update aws-sdk-dynamodb requirement from 0.33.0 to 0.34.0 (#54)
  • Update aws-sdk-sqs requirement from 0.33.0 to 0.34.0 (#55)
  • Update aws-types requirement from 0.56.0 to 0.57.1 (#60)
  • Group dependent dependency updates (#62)
  • Update rdkafka requirement from 0.34.0 to 0.36.0 (#64)

[0.1.3] - 2023-10-23

Documentation

  • Fix repository URL
  • Add documentation for postgres image (#51)

Features

  • Add mysql image (#50)

Miscellaneous Tasks

  • Update aws-sdk-sqs requirement from 0.31.1 to 0.33.0 (#47)
  • Update aws-sdk-s3 requirement from 0.31.2 to 0.33.0 (#48)
  • Update aws-sdk-dynamodb requirement from 0.31.1 to 0.33.0 (#49)

[0.1.2] - 2023-10-06

Miscellaneous Tasks

  • Update testcontainers version to 0.15.0 (#45)

[0.1.1] - 2023-09-25

Documentation

  • Fix link to logo
  • Fix default labels for issues (#39)

Miscellaneous Tasks

  • Remove spectral (#37)
  • Update conventinal commits rules

[unreleased]

Documentation

  • Fix link to logo
  • Fix default labels for issues (#39)

Miscellaneous Tasks

  • Update conventinal commits rules

[0.1.0] - 2023-09-25

Documentation

  • Document the structure of the crate
  • Describe functionality
  • Align readme & documentation, add an example (#34)
  • Add logo

Features

  • Init previously existed modules within testcontainers-rs (#1)

Miscellaneous Tasks

  • Set version to 0.1.0
  • Configure automatic dependency updates (#7)
  • Bump MSRV (#31)
  • Add issue templates (#32)
  • Add release workflow
  • Release v0.1.0 (#36)

Refactor

  • Remove coblox-bitcoincore module (#30)
  • Use bitnami image (#33)