Skip to content

Commit

Permalink
[version] 16.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Jan 19, 2017
1 parent cddff95 commit 4da08f7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
29 changes: 18 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,35 @@
## Version 16.12.2

* Fix: Push - send badge data to Android
* Fix: Loading code.count.ly for https servers
* Fix: using unencrypted password for MongoDB
* Fix: displaying bar data in external/shared crashes
* Fix: installing g++ 4.8 specifically
* Fix: Checking if crash plugin enabled in reports
* Fix: Star rating time series data visualization
* Fix: Sort crash bars in descending order
* Fix: Do not load large meta on refresh
* Fix: Optimize merging unique values from arrays
* Fix: Enterprise Geo plugin UI
* Fix: Enterprise Taking correct attribution campaign names in drill graphs
* Fix: Enterprise Recording campaign data before processing data in drill
* Fix: Enterprise Push Maker Aproover plugin

## Version 16.12.1

* Fix: Getting email report data correctly
* Fix: Bug with recording custom metric functionality
* Fix: Correct weekly buckets when year is changing
* Fix: Correct titles to weekly buckets
* Fix: Showing custom properties in user profiles
* Fix: Enterprise Showing custom properties in user profiles
* Fix: Do not refresh dashboard for past periods
* Fix: Push - decreasing amount of concurrent streams
* Fix: Push - remove scheduled job on message deletion
* Fix: Push - certificate parsing
* Fix: Push - send badge data to Android
* Fix: Add uid even if uid-sequence was not created
* Fix: Sorting data in bars
* Fix: Milisecond timestamp not recorded in some cases
* Fix: Enable DBViewer by default on new installations
* Fix: Loading code.count.ly for https servers
* Fix: using unencrypted password for MongoDB
* Fix: displaying bar data in external/shared crashes
* Fix: installing g++ 4.8 specifically
* Fix: Checking if crash plugin enabled in reports
* Fix: Star rating time series data visualization
* Fix: Geo plugin UI
* Fix: Taking correct attribution campaign names in drill graphs
* Fix: Recording campaign data before processing data in drill
* Feature: Allow detecting ip address from the right side of X-Forwarded-for header

## Version 16.12
Expand Down
2 changes: 1 addition & 1 deletion frontend/express/version.info.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var versionInfo = {
version: "16.12.1",
version: "16.12.2",
type: "777a2bf527a18e0fffe22fb5b3e322e68d9c07a6"
};
try {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countly-server",
"version": "16.12.1",
"version": "16.12.2",
"description": "innovative, real-time, open source mobile analytics application",
"keywords": [
"analytics",
Expand Down

0 comments on commit 4da08f7

Please sign in to comment.