Recent Releases of shiny.telemetry
shiny.telemetry - v0.3.1
What's Changed
- Fixes problem when
log_all_inputsis called manually by @averissimo in https://github.com/Appsilon/shiny.telemetry/pull/189
Full Changelog: https://github.com/Appsilon/shiny.telemetry/compare/v0.3.0...v0.3.1
- R
Published by averissimo over 1 year ago
shiny.telemetry - 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
- Adds how-to guides (Rhino + Databases + Exclude inputs) #180 #179 #177
New Contributors
- @arunkodati77 made their first contribution in https://github.com/Appsilon/shiny.telemetry/pull/152
- @WahiduzzamanKhan made their first contribution in https://github.com/Appsilon/shiny.telemetry/pull/166
- @sankhadeepdutta made their first contribution in https://github.com/Appsilon/shiny.telemetry/pull/167
- @Gotfrid made their first contribution in https://github.com/Appsilon/shiny.telemetry/pull/183
Full Changelog: https://github.com/Appsilon/shiny.telemetry/compare/v0.2.0...v0.3.0
- R
Published by averissimo over 1 year ago
shiny.telemetry - v0.2.0
New Features
- Allowed optional username overwrite (#123).
- Added MS SQL Server support (see
DataStorageMSSQLServerclass) (#128). - Added CI tests to all
DBI-basedDataStorageproviders (#129). - Added optional parameter to
read_event_datathat filters byapp_name(#129).
Bug fixes
- Fixed the way of getting the session token (#120).
- Fixed loading of complex nested payloads (#133).
Miscellaneous
- Added
pre-commithooks (#140).
- R
Published by averissimo over 2 years ago