We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf21d90 commit 3e40a7dCopy full SHA for 3e40a7d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 2.25 [2025-03-26]
4
+
5
+### Improvements
6
+- Add support for parameter binding to built queries [PR #1010](https://github.com/influxdata/influxdb-java/pull/1010)
7
8
## 2.24 [2023-12-14]
9
10
### Improvements
pom.xml
@@ -165,6 +165,7 @@
165
<serverId>ossrh</serverId>
166
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
167
<autoReleaseAfterClose>true</autoReleaseAfterClose>
168
+ <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
169
</configuration>
170
</plugin>
171
<plugin>
0 commit comments