All Versions
37
Latest Version
Avg Release Cycle
28 days
Latest Release
559 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.4.1
May 21, 2022 -
v3.4.0 Changes
May 15, 2022➕ Added
- 👌 Support for Node.js 17 (#302)
- Cache preflight requests (via
Access-Control-Max-Age
) (#261) - Automatically add CORS headers for domains that have fully qualified domain names as titles ([
ACKEE_AUTO_ORIGIN
](docs/Options.md)) (#271)
🔄 Changed
- MongoDB 4.4 or newer is now required, but older versions still may work
-
v3.3.1 Changes
January 16, 2022🚀 You will see a lower unique visitor count after updating. This release contains a fix for the unique visitor count and anonymisation that was broken since 3.2.0. The recorded visits were still anonymous, but Ackee tracked the visit path of each visitor. Data that Ackee normally removes. Data tracked since 3.2.0 are all counted as unique, even if they were not.
🛠 Fixed
- Unique visitor count and anonymisation (#304)
-
v3.3.0 Changes
December 04, 2021➕ Added
- 🐧 Docker support for linux/arm64 and linux/arm/v7 (#298)
-
v3.2.0 Changes
September 18, 2021🔄 Changed
- 🐳 Switch to official Node.js Docker image
- ⚡️ Updated dependencies, including mongoose (thanks @suda, #291)
-
v3.1.1 Changes
June 27, 2021🛠 Fixed
- "Float cannot represent non numeric value: NaN" when visiting a new installation of Ackee
-
v3.1.0 Changes
June 27, 2021⚠️ Contains breaking changes in the GraphQL API
🚀 This release contains a refactored front-end that takes advantage of the GraphQL API that has been a part of Ackee since version 2. Better caching and instant domain, event and permanent token updates. And: An active visitor counter that updated periodically without reloading the UI.
➕ Added
- 👀 Views and duration details: Click on a chart bar on the overview and insights page to see more details
- Percentage changes of average views and duration in the facts panel
- ⚡️ Active visitors counter updates periodically without reloading the UI
- Tooltips for text in lists (#266)
🔄 Changed
DomainStatistics
andEventStatistics
(GraphQL API) now contain a unique id fieldView
,Duration
andEventChartEntry
(GraphQL API) now contain their date in avalue
field in the format: YYYY, YYYY-MM or YYYY-MM-DD. The format depends on the chosen interval.DomainStatistics
andEventStatistics
(GraphQL API) now contain a unique id in theid
field. The previous data has been renamed tovalue
, because it was never unique and therefore shouldn't be namedid
.averageViews
andaverageDuration
(GraphQL API) are now types and don't contain the values directly
-
v3.0.6 Changes
April 02, 2021🔄 Changed
- ⚡️ Updated dependencies, including
ackee-tracker
in v5.1.0 which ignores updateRecord request when the website is in the background (#202)
- ⚡️ Updated dependencies, including
-
v3.0.5 Changes
February 21, 2021🔄 Changed
- 📦 Ackee now requires Node.js 14 in the
package.json
even when Node.js 14 was already required - ✅ Tests are testing with Node.js 14 and 15
- 📦 Ackee now requires Node.js 14 in the
-
v3.0.4 Changes
February 21, 2021🛠 Fixed
- 🚀 Unable to set Access-Control-Allow-Credentials Header on Platforms-As-A-Service Deployments (#223)