Skip to content

Commit

Permalink
chore: release connectapi 0.5.0 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
toph-allen authored Dec 19, 2024
1 parent 32473e8 commit b98e430
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: connectapi
Title: Utilities for Interacting with the 'Posit Connect' Server API
Version: 0.4.0.9000
Version: 0.5.0
Authors@R: c(
person(given = "Toph",
family = "Allen",
Expand Down
29 changes: 15 additions & 14 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
# connectapi (development version)
# connectapi 0.5.0

## Breaking changes

- `get_jobs()` now uses the public endpoint. The data returned by this function
has changed. In particular, the `finalized` column is no longer present,
replaced by `status`. `status == 0` corresponds to `isFALSE(finalized)`. See
`?get_jobs()` for more details about the new return format. (#340)
- `get_jobs()` now uses the public `v1` jobs endpoint when available, and as a
result, the data returned by this function has changed. In particular, the
`finalized` column is no longer present, replaced by `status`. `status == 0`
corresponds to `isFALSE(finalized)`. See `?get_jobs()` for more details about
the new return data format. (#340)

## New features

- `get_users()` now supports filtering users with the `account_status` and
`user_role` parameters. For example, this allows you to find all licensed
users on a Connect server. (#311)
- `get_users()` has new parameters for filtering users by `account_status` and
`user_role`. This allows you to find, for example, all licensed users on a
Connect server. (#311)
- The new `get_group_content()` function lets you view the content that groups
have permission to access. (#334)
- The new `terminate_jobs()` function lets you terminate processes associated
with a content item. (#332)
- New `get_vanity_urls()` function to get all vanity URLs on a Connect server
(#333)
- New `get_oauth_content_credentials()` function for interacting with Connect's
`/v1/oauth/integrations/credentials` endpoint. This endpoint allows content
running on Posit Connect to obtain an OAuth access token using the client
credentials flow. (#344).
- The new `get_vanity_urls()` function lets you get all vanity URLs on a Connect
server (#333)
- Added new `get_oauth_content_credentials()` function for interacting with
Connect's `/v1/oauth/integrations/credentials` endpoint. This endpoint allows
content running on Posit Connect to obtain an OAuth access token using the
client credentials flow. (#344).

## Minor improvements and fixes

Expand Down
2 changes: 1 addition & 1 deletion man/Content.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b98e430

Please sign in to comment.