Skip to content

Commit

Permalink
changelog moved to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaktasic committed May 7, 2021
1 parent b603ffa commit 15c8b0e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### 3.2.0

#### ClickHouse:
* Added support for ClickHouse
* Custom path for ClickHouse jdbc properties can be provided under `testcontainers.clickhouse.custom-path` property. In case custom path is not provided, properties under `spring.datasource` will be used

### 3.1.0

#### MSSQL:
* username and password are now automatically injected and don't need to be explicitly set in configuration (note that they are not overriden if they do exist)
* `spring.flyway` and `spring.r2dbc` are now supported
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Usual use cases include:

## Contents

* [News](#News)
* [Changelog](#Changelog)
* [Usage](#Usage)
* [MSSQL](#MSSQL)
* [Tests](#MSSQLTests)
Expand All @@ -39,21 +39,11 @@ Usual use cases include:
* [Tests](#ClickHouseTests)
* [Local development](#ClickHouseLocalDevelopment)
* [Docker image version](#ClickHouseDockerImageVersion)


## <a name="News"></a> News
<a name="Changelog"></a>
## Changelog

### 3.2.0

#### ClickHouse:
* Added support for ClickHouse
* Custom path for ClickHouse jdbc properties can be provided under `testcontainers.clickhouse.custom-path` property. In case custom path is not provided, properties under `spring.datasource` will be used

### 3.1.0

#### MSSQL:
* username and password are now automatically injected and don't need to be explicitly set in configuration (note that they are not overriden if they do exist)
* `spring.flyway` and `spring.r2dbc` are now supported
For changes check the [changelog](CHANGELOG.md).

<a name="Usage"></a>
## Usage
Expand Down

0 comments on commit 15c8b0e

Please sign in to comment.