Releases: moj-analytical-services/Rdbtools
Releases · moj-analytical-services/Rdbtools
v0.5.2
v0.5.0
What's Changed
This release removes the restriction on the version of noctua
which previously existed due to permission issues. It also rewrites the authentication method to use paws
functions, which means paws
now needs to be at a minimum version.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's Changed
Major change
Bugfix
- Allow dbDisconnect to be used without library(noctua) or noctua:: by @mratford in #16 and @pjrh-moj in #20
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- adds temporary database name function explicitly by @pjrh-moj in #14
- write better tests by @pjrh-moj in #10
- Correct typo by @andreassoteriadesmoj in #11
- catch auth errors by @pjrh-moj in #12
New Contributors
- @andreassoteriadesmoj made their first contribution in #11
Full Changelog: v0.1.0...v0.2.0
Initial release
In this first release
- Creates Athena connection using the old or new AP authentication
- Added full range of DBI functions
- Enables use of dbplyr on the AP
- Various bug fixes to regex concerning userid identification and tempdb allocation
- Convenience functions fix (add connection argument), but note these are deprecated functions
- reauthentication of credentials in MoJAthenaConnection objects
Contributors
Full Changelog: https://github.com/moj-analytical-services/Rdbtools/commits/v0.1.0