-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
43 lines (26 loc) · 1.21 KB
/
Copy pathCHANGELOG
File metadata and controls
43 lines (26 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- added getter wrappers for unit, measurement, and tag queries to data model
- api.setup now prints HTTP status code
- option to upload CSV with POST calls
- option to provide api keys as an argument with api.setup. It is NULL by default
- Faster processing of raw timeseries data. Vectorized for-loop.
### Fixed
- get_timeseries_raw
- default timezone format now UTC instead of user's time zone
- columns no longer duplicated
- convert epoch timestamps to UTC instead of EST in get_metadata and get_staged_data
- make some arguments optional for get_metadata, check that selection is non-atomic list
- get_users
- Fixed an error where timestamps conversion from unix threw an error
## [1.0.0] - 2022-10-21
### Added
### Changed
### Removed
### Fixed
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...HEAD
[1.0.0]: https://github.com/onboard-data/client-R/commit/e5546cd548685a44ce5d302b06f05518f5fe1f16