Skip to content

Releases: Appsilon/shiny.telemetry

v0.3.0

17 Jul 16:01
7356c6d
Compare
Choose a tag to compare

New Features

  • Add MongoDB support #174
  • ShinyProxy user retrieval #151
  • Track anonymous users returning (via cookies) #142
  • Error event tracking #116
  • Protection against SQL injection #156
  • Allow choice of PostgreSQL package #147

Bug fixes:

  • SQLite issue with reading timestamps #182
  • Show proper error message when no telemetry data is available #117
  • Examples analytics dashboard uses path to file in instrumentation app #164

Documetnation

  • Adds how-to guides (Rhino + Databases + Exclude inputs) #180 #179 #177

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Nov 10:25
dd4b4d4
Compare
Choose a tag to compare

New Features

  • Allowed optional username overwrite (#123).
  • Added MS SQL Server support (see DataStorageMSSQLServer class) (#128).
  • Added CI tests to all DBI-based DataStorage providers (#129).
  • Added optional parameter to read_event_data that filters by app_name (#129).

Bug fixes

  • Fixed the way of getting the session token (#120).
  • Fixed loading of complex nested payloads (#133).

Miscellaneous

  • Added pre-commit hooks (#140).

v0.2.0-rc.1

15 Nov 13:49
dd4b4d4
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release
[Release]: 0.2.0 (#141)

* docs: prepare cran release

* minor updates to documentation

* docs: normalize description

* removed unused dependencies and updates documentation and news

* adde triple dash before yaml files and reduce workflow trigger

* adds rcmdcheck, spelling, lintr when setting R in MacOSx

* adds covr in workflow

* adds extra space

* add readme to main examples directory

* docs: small improvement to readme

v0.1.0

08 May 09:28
589bebe
Compare
Choose a tag to compare
Merge pull request #110 from Appsilon/cran-review

Address CRAN review comments

v0.1.0-rc.2

04 May 09:34
589bebe
Compare
Choose a tag to compare
v0.1.0-rc.2 Pre-release
Pre-release
Merge pull request #110 from Appsilon/cran-review

Address CRAN review comments

v0.1.0-rc.1

24 Apr 15:02
a0bf879
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release
Merge pull request #106 from Appsilon/improve-docs

Improve docs