Skip to content

Commit

Permalink
Bump version to 1.3.1.9005
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 2, 2024
1 parent 2c26a48 commit a1c1e39
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
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.1.9004
Version: 1.3.1.9005
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
Expand Down
39 changes: 39 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RMariaDB 1.3.1.9005 (2024-04-02)

## Bug fixes

- `dbConnect()` can enable SSL based on `client_flag` again (@d-hansen, #322).

- Fix `dbQuoteIdentifier()` for `Id()` objects (#323).

## Features

- Breaking change: Avoid appending a numeric suffix to duplicate column names (#321, #327).

- Breaking change: Deprecate `dbConnect(groups = )` in favor of `dbConnect(group = )`, with a warning and compatibility code (@rorynolan, #258).

## Chore

- Improve `dbQuoteIdentifier()` for `Id()` objects (#324).

- Add Aviator configuration.

## Continuous integration

- Turn off Windows for now (#326).

## Documentation

- Use dbitemplate (@maelle, #320).

## Testing

- Test for quoting columns with `dbQuoteIdentifier()` (@dpprdan, #254, #255).

## Breaking changes

- Breaking change: Avoid appending a numeric suffix to duplicate column names (#321, #327).

- Breaking change: Deprecate `dbConnect(groups = )` in favor of `dbConnect(group = )`, with a warning and compatibility code (@rorynolan, #258).


# RMariaDB 1.3.1.9004 (2024-01-24)

- Internal changes only.
Expand Down

0 comments on commit a1c1e39

Please sign in to comment.