Releases: influxdata/influxdb-client-swift
Releases · influxdata/influxdb-client-swift
1.7.0
Bug Fixes
- #63: Remove reference cycle
CI
- #55: Use Swift 5.8, 5.9 and 5.10 in CI and update XCode to 15.3.0
1.6.0
Others
- #60: Update generated
PingAPI
1.5.0
Features
- #57: Add
FluxRecord.row
which stores response data in a array
1.4.0
CI
- #55: Add Swift 5.7 to CI and update XCode
Documentation
- #55: Updated examples in
README
, code comments and Examples
to async/await
1.3.0
Features
- #52: Add logging for HTTP requests
1.2.0
Features
- #49: Add support
async/await
functions
- #48: Add
InvokableScriptsApi
to create, update, list, delete and invoke scripts by seamless way
API
- #49: Update InfluxDB API to latest version [OpenAPI]
CI
- #47: Use new Codecov uploader for reporting code coverage
- #49: Add Swift 5.6 to CI
1.1.0
Features
- #45: Add support for Parameterized Queries
Documentation
- #45: Add Parameterized Queries example
1.0.0
Bug Fixes
- #46: Add missing PermissionResources from Cloud API definition
0.9.0
Documentation
- #44: Add an example how to use
Combine
to prepare batches for write into InfluxDB
0.8.0
Features
- #39: Add a `PingAPI to check status of OSS and Cloud instance.
CI
- #39: Add Swift 5.5 to CI