Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 8, 2023
1 parent 6230cbd commit 094e858
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 82 deletions.
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.2.2.9009
Version: 1.3.0
Authors@R: c(
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
Expand Down
89 changes: 8 additions & 81 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,123 +1,50 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RMariaDB 1.2.2.9009 (2023-10-08)
# RMariaDB 1.3.0 (2023-10-08)

## Bug fixes

- Improve detection of MariaDB when linking against MySQL libraries.

- Return JSON as string on MySQL (#296).
- Fix querying JSON values for MySQL Server.
- Indent.

## Features

- Connections now inherit from `"MySQLConnection"` if a MySQL server is detected (server version \< 10.0). The new `mysql` argument to `dbConnect()` allows overriding the autodetection (#303).

- Use string as default for unknown column type (@LeeMendelowitz, #260).
- Support `TIME` columns with subsecond precision (@renkun-ken, #288, #289).
- Use testthat edition 3 (#285).

## Chore

- Upgrade MariaDB on CI/CD (#299).

- Extract `mariadb_default_args`.

- Update Windows libs to new location (#301).

## Testing

- Skip tests if packages are not available (#304).


# RMariaDB 1.2.2.9008 (2023-04-02)

## Bug fixes

- Fix querying JSON values for MySQL Server.

## Chore

- Better `MAX_NO_FIELD_TYPES` error message.


# RMariaDB 1.2.2.9007 (2023-03-29)

## Chore

- Use Ubuntu 22.04.


# RMariaDB 1.2.2.9006 (2023-03-24)

## Chore

- Drop C++11 specification.


# RMariaDB 1.2.2.9005 (2023-02-17)

- Internal changes only.


# RMariaDB 1.2.2.9004 (2023-02-06)

## Bug fixes

- Indent.

## Chore

- Add decor as a dependency.

- Install from `gitpod.yml` file.

- Fix gitpod configuration.


# RMariaDB 1.2.2.9003 (2023-01-24)

## Chore

- Replace Rcpp by cpp11 (@Antonov548, #286).

- Update gitpod configuration.

## Testing

# RMariaDB 1.2.2.9002 (2022-12-30)

- Internal changes only.


# RMariaDB 1.2.2.9001 (2022-12-24)

## Features

- Support `TIME` columns with subsecond precision (@renkun-ken, #288, #289).

- Use testthat edition 3 (#285).
- Skip tests if packages are not available (#304).

## Uncategorized

- Internal changes only.
- Merge pull request #292 from Antonov548/r-headers.



- Merge branch 'krlmlr'.

feat: Configuration for https://gitpod.io


- Harmonize yaml formatting.

- Revert changes to matrix section.

- Merged cran-1.2.2 into main.



# RMariaDB 1.2.2.9000 (2022-06-19)

- Internal changes only.


# RMariaDB 1.2.2 (2022-06-19)

## Features
Expand Down

0 comments on commit 094e858

Please sign in to comment.