Skip to content

Releases: obiba/opalr

3.4.2

18 Sep 13:25
Compare
Choose a tag to compare
  • fix: ensure URLs are clean

3.4.1

12 Jan 15:18
Compare
Choose a tag to compare

HTTP requests will be automatically retried when a connection failure is detected (up to 3 attempts by default). Some R options can be used to amend the retry behavior.

3.4.0

07 Oct 19:45
Compare
Choose a tag to compare
  • R/DataSHIELD server logging utilities
  • data dictionary handling fixes

3.3.1

28 Feb 16:58
Compare
Choose a tag to compare

Fix for #18

3.3.0

28 Feb 10:13
Compare
Choose a tag to compare

3.2.0

13 Oct 09:27
Compare
Choose a tag to compare

New features:

  • dictionary.apply: data dictionary can be applied to a tibble with multiple languages support
  • opal.workspace_restore: R workspaces can be restored at any time (i.e. not just at session start)

3.1.1

26 Aug 14:52
Compare
Choose a tag to compare
  • Support of 2FA mechanism using the Obiba's TOTP (provided by Agate)

3.1.0

02 May 13:52
Compare
Choose a tag to compare

New features:

  • Two-factor authentication (2FA) support: user is asked for a TOTP key when 2FA is activated
  • Personal Access Token (PAT) can be renewed using opal.token_renew()
  • https usage is enforced
  • Resource views management with opal.resource_view_create() and opal.resource_view_reconnect() (requires Opal 4.4+)
  • Variable summary extraction with opal.variable_summary()

3.0.2

28 Oct 08:56
Compare
Choose a tag to compare

Fix for #15 and #16

3.0.1

23 Aug 14:18
Compare
Choose a tag to compare

Fix for #14