Skip to content

Commit

Permalink
Merge branch 'release/0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows committed Dec 2, 2024
2 parents 591f5c5 + 9c04c17 commit 5d31d7f
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [Unreleased](https://github.com/aklivity/zillabase/tree/HEAD)

[Full Changelog](https://github.com/aklivity/zillabase/compare/0.5.0...HEAD)

**Merged pull requests:**

- Upgrade zilla version [\#146](https://github.com/aklivity/zillabase/pull/146) ([jfallows](https://github.com/jfallows))

## [0.5.0](https://github.com/aklivity/zillabase/tree/0.5.0) (2024-12-01)

[Full Changelog](https://github.com/aklivity/zillabase/compare/0.4.0...0.5.0)

**Closed issues:**

- Update schemas to catalog z related queries into a separate schema and make `public` schema as default [\#137](https://github.com/aklivity/zillabase/issues/137)

**Merged pull requests:**

- Upgrade zilla and openapi versions [\#144](https://github.com/aklivity/zillabase/pull/144) ([akrambek](https://github.com/akrambek))
- Update risingwave docker image version [\#134](https://github.com/aklivity/zillabase/pull/134) ([akrambek](https://github.com/akrambek))
- Update sql queries to follow new include format [\#117](https://github.com/aklivity/zillabase/pull/117) ([akrambek](https://github.com/akrambek))
- indentation fix for config in readme file [\#116](https://github.com/aklivity/zillabase/pull/116) ([ankitk-me](https://github.com/ankitk-me))
- Fix request payment accept and reject functionality [\#115](https://github.com/aklivity/zillabase/pull/115) ([akrambek](https://github.com/akrambek))

## [0.4.0](https://github.com/aklivity/zillabase/tree/0.4.0) (2024-10-12)

[Full Changelog](https://github.com/aklivity/zillabase/compare/0.3.0...0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.aklivity.zillabase</groupId>
<artifactId>zillabase</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class ZillabaseZillaConfig
{
public static final String DEFAULT_ZILLA_TAG = "0.9.103";
public static final String DEFAULT_ZILLA_TAG = "0.9.104";

private static final List<ZillabaseZillaPortConfig> DEFAULT_PORT_LIST = List.of(
new ZillabaseZillaPortConfig()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.aklivity.zillabase</groupId>
<artifactId>zillabase</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<packaging>pom</packaging>
<name>zillabase</name>
<url>https://github.com/aklivity/zillabase</url>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.aklivity.zillabase</groupId>
<artifactId>zillabase</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion udf-server-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.aklivity.zillabase</groupId>
<artifactId>zillabase</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion udf-server-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.aklivity.zillabase</groupId>
<artifactId>zillabase</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5d31d7f

Please sign in to comment.