Skip to content

Commit e3ac0b3

Browse files
committed
release version 0.2.7
1 parent 675f36d commit e3ac0b3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Simply add the following dependency to your `pom.xml` file:
5858
<dependency>
5959
<groupId>cloud.localstack</groupId>
6060
<artifactId>localstack-utils</artifactId>
61-
<version>0.2.2</version>
61+
<version>0.2.7</version>
6262
</dependency>
6363
```
6464

@@ -102,6 +102,9 @@ make build
102102

103103
## Change Log
104104

105+
* v0.2.7: Extend `@LocalstackDockerProperties` to include port binding
106+
* v0.2.6: Add new path to possible docker exe locations in Windows; add various additional tests for v1 and v2 SDKs (Kinesis, SQS, SSM & SecretsManager, ...)
107+
* v0.2.5: Refactor code to accommodate edge port config for all services; add CloudWatch Logs endpoint configuration
105108
* v0.2.2: Addition of CloudWatch Logs endpoint configuration; adjust tests to use central edge service endpoint
106109
* v0.2.1: Move Java sources into separate project; mark non-Docker Java `LocalstackExtension` as deprecated; update paths for Python code lookup in Docker container
107110
* v0.2.0: Last version still maintained in LocalStack main repo

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>cloud.localstack</groupId>
66
<artifactId>localstack-utils</artifactId>
77
<packaging>jar</packaging>
8-
<version>0.2.5</version>
8+
<version>0.2.7</version>
99
<name>localstack-utils</name>
1010

1111
<description>Java utilities for the LocalStack platform.</description>

0 commit comments

Comments
 (0)