Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# uptasticsearch 1.1.0

## Bugfixes

### Removed dependency on `{futile.logger}`

- [#260](https://github.com/uptake/uptasticsearch/pull/260) CRAN warned us that `{futile.logger}` was set to be archived, so it was removed as a dependency of `{uptasticsearch}`. Verbose logs can be enabled by passing `verbose = TRUE` to `es_search()` and friends.

# uptasticsearch 1.0.0

## Breaking Changes
Expand Down
14 changes: 14 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,17 @@ Submitted with the following comments.
### CRAN Response

* No issues. v1.0.0 released to CRAN!

## v1.1.0 - Submission 1 - (January 7, 2026)

Submitted with the following comments.

> This release removes the dependency on {futile.logger}, in response to an email from the CRAN admins warning that it was likely to be archived.

### `R CMD check` results

* No issues

### CRAN Response

* No issues. v1.1.0 released to CRAN!
2 changes: 1 addition & 1 deletion r-pkg/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: uptasticsearch
Type: Package
Title: Get Data Frame Representations of 'Elasticsearch' Results
Version: 1.0.0.9999
Version: 1.1.0
Authors@R: c(
person("James", "Lamb", email = "jaylamb20@gmail.com", role = c("aut", "cre")),
person("Nick", "Paras", role = c("aut")),
Expand Down