Skip to content

Commit

Permalink
Merge pull request #1097 from dilanSachi/bump-lang
Browse files Browse the repository at this point in the history
Update lang version to `2201.8.6`
  • Loading branch information
dilanSachi authored Mar 28, 2024
2 parents 2e4e6e0 + ae52152 commit 5f61e1f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[package]
org = "ballerinax"
name = "kafka"
version = "3.10.1"
version = "3.10.2"
authors = ["Ballerina"]
keywords = ["kafka", "event streaming", "network", "messaging"]
repository = "https://github.com/ballerina-platform/module-ballerinax-kafka"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.8.6"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "kafka-native"
version = "3.10.1"
path = "../native/build/libs/kafka-native-3.10.1.jar"
version = "3.10.2"
path = "../native/build/libs/kafka-native-3.10.2-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "org.apache.kafka"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "kafka-compiler-plugin"
class = "io.ballerina.stdlib.kafka.plugin.KafkaCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/kafka-compiler-plugin-3.10.1.jar"
path = "../compiler-plugin/build/libs/kafka-compiler-plugin-3.10.2-SNAPSHOT.jar"
5 changes: 2 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0"
distribution-version = "2201.8.6"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -325,7 +325,6 @@ modules = [
org = "ballerina"
name = "time"
version = "2.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -390,7 +389,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "kafka"
version = "3.10.1"
version = "3.10.2"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "crypto"},
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["kafka", "event streaming", "network", "messaging"]
repository = "https://github.com/ballerina-platform/module-ballerinax-kafka"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.8.6"

[platform.java17]
graalvmCompatible = true
Expand Down
12 changes: 5 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ This file contains all the notable changes done to the Ballerina Kafka package t

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Fixed
- [Fixed api docs generation issue](https://github.com/ballerina-platform/ballerina-library/issues/6250)

## [3.10.1] - 2024-03-22

### Added

- [Added header support for Consumr and Producer](https://github.com/ballerina-platform/ballerina-library/issues/6196)

## [3.10.0] - 2023-09-18

### Changed

- [Updated Apache Kafka client version to `3.5.1`](https://github.com/ballerina-platform/ballerina-standard-library/issues/4752)

### Fixed
Expand All @@ -21,13 +24,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [3.9.1] - 2023-08-18

### Changed

- [Changed disallowing service level annotations in the compiler plugin](https://github.com/ballerina-platform/ballerina-standard-library/issues/4731)

## [3.8.0] - 2023-06-01

### Fixed

- [Fixed log manager getting reset by `kafka` module](https://github.com/ballerina-platform/ballerina-standard-library/issues/4493)

## [3.7.1] - 2023-05-09
Expand Down Expand Up @@ -82,7 +83,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [3.1.0] - 2021-10-09

### Added

- [Add Kafka listener detach functionality.](https://github.com/ballerina-platform/ballerina-standard-library/issues/2211)

### Changed
Expand All @@ -97,13 +97,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [2.1.0-beta.2] - 2021-07-05

### Added

- [Add public certificate and private key support for Kafka `SecureSocket` record.](https://github.com/ballerina-platform/ballerina-standard-library/issues/1469)

## [2.1.0-alpha8] - 2021-04-22

### Added

- [Add compiler plugin validations for Kafka services.](https://github.com/ballerina-platform/ballerina-standard-library/issues/1237)

## [2.1.0-alpha6] - 2021-04-02
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.caching=true
group=io.ballerina.stdlib
version=3.10.2-SNAPSHOT
kafkaVersion=3.5.1
ballerinaLangVersion=2201.8.0
ballerinaLangVersion=2201.8.6
ballerinaGradlePluginVersion=2.0.1

puppycrawlCheckstyleVersion=10.12.1
Expand Down

0 comments on commit 5f61e1f

Please sign in to comment.