The v1 client libraries for InfluxDB were typically developed and maintained by community members. They have all now been succeeded by v2 client libraries. They are being archived it in favor of the v2 client library. See #7.
If there are still users of this v1 client library, and they or somebody else are willing to keep them updated with security fixes at a minimum please reach out on the Community Forums or InfluxData Slack.
Latest Scala client can be found here: https://github.com/influxdata/influxdb-client-java/tree/master/client-scala
This library is not updated for InfluxDB 0.9. There are breaking changes to the API, use at your own risk.
We encourage you to submit a pull request if you have a contribution. If you make a PR please explicitly call @beckettsean to get eyes on your PR.
Scala client for InfluxDB heavily inspired by influxdb-go.