Skip to content

Commit

Permalink
Release KSML 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-axual committed Jul 17, 2024
1 parent e1abb3f commit bd7f065
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 46 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [Release Notes](#release-notes)
* [Releases](#releases)
* [1.0.1 (2024-07-17)](#101-2024-07-17)
* [1.0.0 (2024-06-28)](#100-2024-06-28)
* [0.8.0 (2024-03-08)](#080-2024-03-08)
* [0.9.1 (2024-06-21)](#091-2024-06-21)
Expand All @@ -17,6 +18,13 @@
* [0.0.2 (2021-06-28)](#002-2021-06-28)
* [0.0.1 (2021-04-30)](#001-2021-04-30)

### 1.0.1 (2024-07-17)
* Topology Optimization can be applied
* Runtime dependencies, like LZ4 compression support, are back in the KSML image
* Fix parse error messages during join
* Fix windowed aggregation flow errors
* Update windowed object support in multiple operations and functions

### 1.0.0 (2024-06-28)

* Reworked parsing logic, allowing alternatives for operations and other definitions to co-exist in the KSML language
Expand Down
2 changes: 1 addition & 1 deletion ksml-data-avro/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Lists of 34 third-party dependencies.
(Go License) RE2/J (com.google.re2j:re2j:1.6 - http://github.com/google/re2j)
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1 - https://github.com/Axual/ksml/ksml-data)
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)
Expand Down
2 changes: 1 addition & 1 deletion ksml-data-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksml-data-csv/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Lists of 20 third-party dependencies.
(Apache License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava:33.2.0-jre - https://github.com/google/guava)
(The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture)
(Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1 - https://github.com/Axual/ksml/ksml-data)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org)
(The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/)
(The Apache Software License, Version 2.0) LZ4 and xxHash (org.lz4:lz4-java:1.8.0 - https://github.com/lz4/lz4-java)
Expand Down
2 changes: 1 addition & 1 deletion ksml-data-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions ksml-data-soap/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Lists of 30 third-party dependencies.
(The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture)
(Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/)
(Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1 - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1 - https://github.com/Axual/ksml/ksml-data-xml)
(EDL 1.0) Jakarta Activation API (jakarta.activation:jakarta.activation-api:2.1.3 - https://github.com/jakartaee/jaf-api)
(Eclipse Distribution License - v 1.0) Jakarta SOAP with Attachments API (jakarta.xml.soap:jakarta.xml.soap-api:3.0.2 - https://github.com/jakartaee/saaj-api)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org)
Expand Down
2 changes: 1 addition & 1 deletion ksml-data-soap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksml-data-xml/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Lists of 26 third-party dependencies.
(The Apache Software License, Version 2.0) Guava ListenableFuture only (com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava - https://github.com/google/guava/listenablefuture)
(Apache License, Version 2.0) J2ObjC Annotations (com.google.j2objc:j2objc-annotations:3.0.0 - https://github.com/google/j2objc/)
(Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1 - https://github.com/Axual/ksml/ksml-data)
(Eclipse Distribution License - v 1.0) Jakarta SOAP with Attachments API (jakarta.xml.soap:jakarta.xml.soap-api:3.0.2 - https://github.com/jakartaee/saaj-api)
(The Apache License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:3.6.2 - https://kafka.apache.org)
(The MIT License) Checker Qual (org.checkerframework:checker-qual:3.42.0 - https://checkerframework.org/)
Expand Down
2 changes: 1 addition & 1 deletion ksml-data-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksml-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksml-kafka-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>ksml-kafka-clients</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions ksml-query/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Lists of 101 third-party dependencies.
(Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl)
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.1 - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1 - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.1 - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.1 - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.1 - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1 - https://github.com/Axual/ksml/ksml-data-xml)
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)
Expand Down
2 changes: 1 addition & 1 deletion ksml-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
18 changes: 9 additions & 9 deletions ksml-reporting/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Lists of 123 third-party dependencies.
(Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl)
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients)
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-query)
(Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-runner)
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.1 - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1 - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.1 - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.1 - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.1 - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1 - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.1 - https://github.com/Axual/ksml/ksml-kafka-clients)
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.1 - https://github.com/Axual/ksml/ksml-query)
(Apache 2.0) KSML Runner (io.axual.ksml:ksml-runner:1.0.1 - https://github.com/Axual/ksml/ksml-runner)
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)
Expand Down
2 changes: 1 addition & 1 deletion ksml-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ksml-parent</artifactId>
<groupId>io.axual.ksml</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
16 changes: 8 additions & 8 deletions ksml-runner/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Lists of 123 third-party dependencies.
(Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl)
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-kafka-clients)
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-query)
(Apache 2.0) KSML (io.axual.ksml:ksml:1.0.1 - https://github.com/Axual/ksml/ksml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1 - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.1 - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.1 - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.1 - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1 - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Kafka clients (io.axual.ksml:ksml-kafka-clients:1.0.1 - https://github.com/Axual/ksml/ksml-kafka-clients)
(Apache 2.0) KSML Queryable State Store (io.axual.ksml:ksml-query:1.0.1 - https://github.com/Axual/ksml/ksml-query)
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)
Expand Down
2 changes: 1 addition & 1 deletion ksml-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 deletions ksml/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Lists of 72 third-party dependencies.
(Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:3.0.4 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl)
(Apache-2.0) Apache Commons Codec (commons-codec:commons-codec:1.17.0 - https://commons.apache.org/proper/commons-codec/)
(Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1-SNAPSHOT - https://github.com/Axual/ksml/ksml-data-xml)
(Apache 2.0) KSML Data Library (io.axual.ksml:ksml-data:1.0.1 - https://github.com/Axual/ksml/ksml-data)
(Apache 2.0) KSML Data Library - AVRO (io.axual.ksml:ksml-data-avro:1.0.1 - https://github.com/Axual/ksml/ksml-data-avro)
(Apache 2.0) KSML Data Library - CSV (io.axual.ksml:ksml-data-csv:1.0.1 - https://github.com/Axual/ksml/ksml-data-csv)
(Apache 2.0) KSML Data Library - SOAP (io.axual.ksml:ksml-data-soap:1.0.1 - https://github.com/Axual/ksml/ksml-data-soap)
(Apache 2.0) KSML Data Library - XML (io.axual.ksml:ksml-data-xml:1.0.1 - https://github.com/Axual/ksml/ksml-data-xml)
(Apache License 2.0) utils (io.confluent:common-utils:7.6.1 - https://confluent.io/common-utils)
(Apache License 2.0) kafka-avro-serializer (io.confluent:kafka-avro-serializer:7.6.1 - http://confluent.io/kafka-avro-serializer)
(Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:7.6.1 - http://confluent.io/kafka-schema-registry-client)
Expand Down
2 changes: 1 addition & 1 deletion ksml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>ksml</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions packaging/helm-charts/ksml/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ksml
description: "KSML: Kafka Streaming for Low Code Environments"
type: application
version: 1.0.0-SNAPSHOT
appVersion: "1.0.0-snapshot"
version: 1.0.1-SNAPSHOT
appVersion: "1.0.1-snapshot"
icon: https://avatars.githubusercontent.com/u/26816390?s=48&v=4
keywords:
- kafka
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.axual.ksml</groupId>
<artifactId>ksml-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<licenses>
Expand Down

0 comments on commit bd7f065

Please sign in to comment.