Skip to content

Commit

Permalink
Add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Apr 18, 2024
1 parent c4c1dd3 commit cde9e21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# connectapi (development version)

- The package is now tested against many versions of Connect, back to 1.8.8.2 (May 2021).
There are now fewer warnings about version mismatches: you should only see a warning if your Connect server is older than that. (#244)
- Now correctly provides methods for `tbl_connect`, rather than `tbl_lazy`,
preventing problems when also using dplyr (#177).
- BREAKING: The functions `Connect$download_bundle()` and
Expand Down Expand Up @@ -126,7 +128,7 @@

# connectapi 0.1.0.9017

BREAKING:
BREAKING:
* Switch from `RSTUDIO_CONNECT_*` variables to `CONNECT_*` variables
* Rename a handful of functions:
- `connect$activate_bundle` to `connect$content_deploy`
Expand All @@ -144,7 +146,7 @@ BREAKING:
- `cache_apps`
- `tag_page`

OTHER:
OTHER:
* Add some endpoints:
- `content`
- `audit_logs`
Expand Down

0 comments on commit cde9e21

Please sign in to comment.