Releases: codebarista-de/shopware-app-server
Releases · codebarista-de/shopware-app-server
Release 1.1.0
Maven Central
This release has been published to Maven Central staging area.
Manual action required: Release the artifacts in the Maven Central Portal.
Dependency
dependencies {
implementation 'de.codebarista:shopware-app-server:1.1.0'
}<dependency>
<groupId>de.codebarista</groupId>
<artifactId>shopware-app-server</artifactId>
<version>1.1.0</version>
</dependency>What's Changed
- remove underscores from test names by @csteuer in #14
- support shop secret rotation by @csteuer in #13
- add non-null annotations to satisfy vscode java extensions by @csteuer in #15
- bump to v1.1.0 by @csteuer in #16
Full Changelog: v1.0.1...v1.1.0
Release 1.0.1
Maven Central
This release has been published to Maven Central staging area.
Manual action required: Release the artifacts in the Maven Central Portal.
Dependency
dependencies {
implementation 'de.codebarista:shopware-app-server:1.0.1'
}<dependency>
<groupId>de.codebarista</groupId>
<artifactId>shopware-app-server</artifactId>
<version>1.0.1</version>
</dependency>What's Changed
New Contributors
Full Changelog: v1.0.0...v1.0.1
Release 1.0.0
Maven Central
This release has been published to Maven Central staging area.
Manual action required: Release the artifacts in the Maven Central Portal.
Dependency
dependencies {
implementation 'de.codebarista:shopware-app-server:1.0.0'
}<dependency>
<groupId>de.codebarista</groupId>
<artifactId>shopware-app-server</artifactId>
<version>1.0.0</version>
</dependency>Full Changelog: https://github.com/codebarista-de/shopware-app-server/commits/v1.0.0