You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ Now you are able to use `micrometer-registry-influx`, for more info [see our doc
12
12
1.[#231](https://github.com/influxdata/influxdb-client-java/pull/231): Add support for Spring Boot 2.4 [spring]
13
13
2.[#229](https://github.com/influxdata/influxdb-client-java/pull/229): Support translating column name from some_col to someCol [query]
14
14
15
+
### Bug Fixes
16
+
1.[#227](https://github.com/influxdata/influxdb-client-java/pull/227): Connection URL with custom base path
options.getUrl should be("http://localhost:9999")
51
+
options.getUrl should be("http://localhost:9999/")
52
52
options.getOrg should be("my-org")
53
53
options.getBucket should be("my-bucket")
54
54
options.getToken should be("my-token".toCharArray)
0 commit comments