You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing Plugins system, allowing other developers to write plugins which would extend Countly functionality without changing/breaking the core. For more information on how to write a plugin, see Countly resources
Lots of plugins come with new functionality in this release, including:
Data Populator
Event Logger
Database Viewer
System Logger
New core and scalable data structure, dividing data into years and months to prevent reaching MongoDB document size limit.
Upgraded to using latest Mongoskin version and newer MongoDB driver which supports new connection string format (#124)
Countly now ensures that it uses latest MongoDB version
Now Countly can be installed and run from subdirectory, more info (#19)
Countly can be run with countly user. For more information, see README under /bin directory before running corresponding script to install Countly.
All dependencies are now defined in package.json and can be downloaded using install script (#4)
All apps view implemented displaying list of all apps and their dashboard statistics (#122)
Accepting bulk requests as post
Displaying default app icon instead of nothing
You can now login using username or email address
All tables in Countly now use Datatables for more interaction, as sorting, filtering, etc.
New API enhancements, as providing country and city, or returning precalculated stats for implementing dashboards
Allowing any origin on API to allow CORS for ajax queries on different domains
Added new iOS device identifiers (iPhone 6 and iPhone 6S)
Fixed bug displaying user roles
Fixed falling back to English if browser language is not defined (#101)
Fixed locked scrolling after using slimscroll in some cases (#128)
Navigation bar has scroll. It eases moving between navigation items
Changelog specific to Enterprise Edition (available for Enterprise Edition customers)