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: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# etnservice (development version)
2
+
- Added `get_archival_data_uuid()` which fetches a table with UUID references to archival data files. These UUIDs can be used to construct paths to download the archival data CSV files hosted on lifewatch.com (#126).
2
3
- The function `write_dwc()` has been updated in the `etn` package and is no longer needed in `etnservice`. (#141)
3
4
- The `jsonlite` package is no longer a direct dependency, it is only used by a maintenance script. (#144)
4
5
- etnservice now relies on R >= 4.1.0 and uses base pipes (`|>` rather than `%>%`) (#151).
6
+
- The function `get_receiver_logs()` has been renamed to `get_acoustic_deployment_logs()` during the review process of the respective etn client function. `get_acoustic_deployment_logs()` also supports less arguments but has a greatly simplified user interface. (#160)
5
7
# etnservice 0.6.0
6
8
- Added `get_receiver_logs()` to fetch receiver logs from the database. The data is returned as a tibble with a column with logs in JSON format. (#117)
0 commit comments