Releases: Appsilon/shiny.telemetry
Releases · Appsilon/shiny.telemetry
v0.3.1
What's Changed
- Fixes problem when
log_all_inputs
is called manually by @averissimo in #189
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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
New Contributors
- @arunkodati77 made their first contribution in #152
- @WahiduzzamanKhan made their first contribution in #166
- @sankhadeepdutta made their first contribution in #167
- @Gotfrid made their first contribution in #183
Full Changelog: v0.2.0...v0.3.0
v0.2.0
New Features
- Allowed optional username overwrite (#123).
- Added MS SQL Server support (see
DataStorageMSSQLServer
class) (#128). - Added CI tests to all
DBI
-basedDataStorage
providers (#129). - Added optional parameter to
read_event_data
that filters byapp_name
(#129).
Bug fixes
Miscellaneous
- Added
pre-commit
hooks (#140).
v0.2.0-rc.1
[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
v0.1.0-rc.2
Merge pull request #110 from Appsilon/cran-review Address CRAN review comments
v0.1.0-rc.1
Merge pull request #106 from Appsilon/improve-docs Improve docs