Skip to content

Commit 5a42fe3

Browse files
authored
Prepare for v6.0.0 (#63)
1 parent 8daff3c commit 5a42fe3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3-
## version 6.0.0-SNAPSHOT
4-
*Released*: TBD
5-
* Obfuscate SQL parameters passed by `ExecuteSqlCommand` and `SqlExecuteCommand` to avoid rejection by web application firewalls
3+
## version 6.1.0-SNAPSHOT
4+
5+
## version 6.0.0
6+
*Released*: 1 December 2023
7+
* Encode SQL parameters passed by `ExecuteSqlCommand` and `SqlExecuteCommand` to avoid rejection by web application firewalls
68
* Earliest compatible LabKey Server version: 23.9.0
79
* These commands are no longer compatible with earlier versions of LabKey Server (23.8.x and before) by default, however,
810
if targeting an older server, calling `ExecuteSqlCommand.setWafEncoding(false)` will restore the previous behavior.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repositories {
7171

7272
group "org.labkey.api"
7373

74-
version "5.4.0-SNAPSHOT"
74+
version "6.1.0-SNAPSHOT"
7575

7676
dependencies {
7777
api "org.json:json:${jsonObjectVersion}"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ artifactory_contextUrl=https://labkey.jfrog.io/artifactory
77
sourceCompatibility=17
88
targetCompatibility=17
99

10-
gradlePluginsVersion=1.42.1
10+
gradlePluginsVersion=1.43.1
1111

1212
commonsCodecVersion=1.16.0
1313
commonsLoggingVersion=1.2

0 commit comments

Comments
 (0)