Skip to content

Releases: codebarista-de/shopware-app-server

Release 1.1.0

24 Feb 20:22
bd827c9

Choose a tag to compare

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

Full Changelog: v1.0.1...v1.1.0

Release 1.0.1

09 Jan 18:40
d38eafd

Choose a tag to compare

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

  • allow security filter chain in consumer for all endpoints by @csteuer in #12

New Contributors

Full Changelog: v1.0.0...v1.0.1

Release 1.0.0

22 Nov 19:13

Choose a tag to compare

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