Skip to content

Commit bffd891

Browse files
authored
Merge pull request #1488 from ballerina-platform/niveathika-patch-1
Upgrade to next minor version
2 parents cd07d58 + 093dd10 commit bffd891

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

ballerina/Ballerina.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "ftp"
4-
version = "2.13.2"
4+
version = "2.14.0"
55
authors = ["Ballerina"]
66
keywords = ["FTP", "SFTP", "remote file", "file transfer", "client", "service"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-ftp"
@@ -45,5 +45,5 @@ path = "./lib/commons-lang3-3.17.0.jar"
4545
[[platform.java21.dependency]]
4646
groupId = "io.ballerina.stdlib"
4747
artifactId = "ftp-native"
48-
version = "2.13.2"
49-
path = "../native/build/libs/ftp-native-2.13.2-SNAPSHOT.jar"
48+
version = "2.14.0"
49+
path = "../native/build/libs/ftp-native-2.14.0-SNAPSHOT.jar"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "ftp-compiler-plugin"
33
class = "io.ballerina.stdlib.ftp.plugin.FtpCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.13.2-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/ftp-compiler-plugin-2.14.0-SNAPSHOT.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distribution-version = "2201.12.0"
1010
[[package]]
1111
org = "ballerina"
1212
name = "ftp"
13-
version = "2.13.2"
13+
version = "2.14.0"
1414
dependencies = [
1515
{org = "ballerina", name = "io"},
1616
{org = "ballerina", name = "jballerina.java"},

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## unreleased
77

8+
### Added
9+
810
### Fixed
9-
- [Fix the issue where the FTP listener stops working if the file name is the same](https://github.com/ballerina-platform/ballerina-library/issues/8035)
11+
12+
## [2.14.0] - 2025-08-20
13+
14+
### Added
15+
1016
- [Added support for `userDirIsRoot` configuration in FTP/SFTP clients and listeners to handle jailed home directory environments](https://github.com/ballerina-platform/ballerina-library/issues/8153)
1117

18+
### Fixed
19+
- [Fix the issue where the FTP listener stops working if the file name is the same](https://github.com/ballerina-platform/ballerina-library/issues/8035)
20+
1221
## [2.13.1] - 2025-04-23
1322

1423
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=2.13.2-SNAPSHOT
3+
version=2.14.0-SNAPSHOT
44

55
checkstylePluginVersion=10.12.0
66
testngVersion=7.6.1

0 commit comments

Comments
 (0)