Skip to content

Commit

Permalink
Merge pull request #1122 from ballerina-platform/release-4.0.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 4.0.0 release
  • Loading branch information
dilanSachi committed May 5, 2024
2 parents 0af417a + 4dcbcff commit b27d01e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "kafka-native"
version = "4.0.0"
path = "../native/build/libs/kafka-native-4.0.0-SNAPSHOT.jar"
path = "../native/build/libs/kafka-native-4.0.0.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-4.0.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/kafka-compiler-plugin-4.0.0.jar"
2 changes: 1 addition & 1 deletion 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.9.0-20240405-165800-4b163f78"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
## [4.0.0] - 2024-05-05

### Removed
- [Removed deprecated `kafka:ConsumerRecord` and `kafka:ProducerRecord`](https://github.com/ballerina-platform/ballerina-library/issues/6359)
Expand Down
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=4.0.0-SNAPSHOT
version=4.0.1-SNAPSHOT
kafkaVersion=3.5.1
ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78
ballerinaLangVersion=2201.9.0
ballerinaGradlePluginVersion=2.0.1

puppycrawlCheckstyleVersion=10.12.1
Expand All @@ -17,25 +17,25 @@ stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0

stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0-20240410-115200-2ae9fd5
stdlibCryptoVersion=2.7.0
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibRandomVersion=1.5.0
stdlibTaskVersion=2.5.0

stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCacheVersion=3.8.0
stdlibFileVersion=1.9.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240410-125400-bbe7ac5
stdlibUuidVersion=1.8.0

stdlibAuthVersion=2.11.0-20240410-121600-c514b62
stdlibJwtVersion=2.11.0-20240410-124800-1a4eb44
stdlibOAuth2Version=2.11.0-20240410-121700-502990d
stdlibAuthVersion=2.11.0
stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0

stdlibHttpVersion=2.11.0-20240410-121300-ae1095d
stdlibHttpVersion=2.11.0

stdlibTransactionVersion=1.9.0-20240410-104900-57aec29
stdlibTransactionVersion=1.9.0

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319
observeVersion=1.2.3
observeInternalVersion=1.2.2

0 comments on commit b27d01e

Please sign in to comment.