From df43a6e77d09d00e0a1055ed301198122b84a387 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 7 Jan 2026 15:59:03 -0600 Subject: [PATCH 1/3] release v1.1.0 --- NEWS.md | 8 ++++++++ cran-comments.md | 14 ++++++++++++++ r-pkg/DESCRIPTION | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 6ee25c4..8710ace 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index f1c0de1..fd50420 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -146,3 +146,17 @@ Submitted with the following comments. ### CRAN Response * No issues. v1.0.0 released to CRAN! + +## v1.1.0 - Submission 1 - (date TBD) + +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 + +TBD + +### CRAN Response + +TBD diff --git a/r-pkg/DESCRIPTION b/r-pkg/DESCRIPTION index 05b5f2d..929942e 100644 --- a/r-pkg/DESCRIPTION +++ b/r-pkg/DESCRIPTION @@ -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")), From c8ef06c5f067b83791ecd92651d24a95460f561a Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 7 Jan 2026 22:00:40 -0600 Subject: [PATCH 2/3] update submission date --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index fd50420..b5a8af7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -147,7 +147,7 @@ Submitted with the following comments. * No issues. v1.0.0 released to CRAN! -## v1.1.0 - Submission 1 - (date TBD) +## v1.1.0 - Submission 1 - (January 7, 2026) Submitted with the following comments. From 891fb4120220185d3b751e0f1a35727aff75cbe2 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 13 Jan 2026 22:01:38 -0600 Subject: [PATCH 3/3] update status --- cran-comments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index b5a8af7..660e27d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -155,8 +155,8 @@ Submitted with the following comments. ### `R CMD check` results -TBD +* No issues ### CRAN Response -TBD +* No issues. v1.1.0 released to CRAN!