Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN release v1.3.1 #315

Merged
merged 3 commits into from
Oct 26, 2023
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RMariaDB
Title: Database Interface and MariaDB Driver
Version: 1.3.0.9001
Version: 1.3.1
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
Expand Down
22 changes: 3 additions & 19 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,22 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RMariaDB 1.3.0.9001 (2023-10-26)

## Chore

- Resurrect missing NEWS items.
# RMariaDB 1.3.1 (2023-10-26)

## Features

# RMariaDB 1.3.0.9000 (2023-10-24)
- Support `dbSendStatement(immediate = TRUE)` and `dbExecute(immediate = TRUE)`, needs `CLIENT_MULTI_STATEMENTS` (#147, #312).

## Bug fixes

- Fix memory leak (#309, #311).

- Fix compilation on CentOS 7 (#310).

- `dbConnection(groups = )` works as documented again, regression introduced in RMariaDB 1.3.0 (@pekkarr, #306).

## Features

- Support `dbSendStatement(immediate = TRUE)` and `dbExecute(immediate = TRUE)`, needs `CLIENT_MULTI_STATEMENTS` (#147, #312).

## Documentation

- Update docs for client flags (#313).


# RMariaDB 1.2.2.9010 (2023-10-10)

## Bug fixes

- `dbConnection(groups = )` works as documented again, regression introduced in RMariaDB 1.3.0 (@pekkarr, #306).


# RMariaDB 1.3.0 (2023-10-08)

## Features
Expand Down
14 changes: 2 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
RMariaDB 1.2.2.9009

## Cran Repository Policy

- [x] Reviewed CRP last edited 2023-08-15.

## R CMD check results

- [x] Checked locally, R 4.3.1
- [x] Checked on CI system, R 4.3.1
- [x] Checked on win-builder, R devel
RMariaDB 1.3.1

## Current CRAN check results

- [x] Checked on 2023-10-08, problems found: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
- [x] Checked on 2023-10-26, problems found: https://cran.r-project.org/web/checks/check_results_RMariaDB.html
- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64: Large binary
Loading