Ackee - Package Updates
-
You can use this thread to track updates to the Ackee package.
Please open issues in a separate topic instead of replying here.
-
You can use this thread to track updates to the Ackee package.
Please open issues in a separate topic instead of replying here.
[0.1.0]
- Initial version
-
[0.2.0]
- Improve post install message
-
[1.1.0]
- Update Ackee to 3.1.0
- Full changelog
- 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
-
[1.1.1]
- Update Ackee to 3.1.1
- Full changelog
- Fix "Float cannot represent non numeric value: NaN" when visiting a new installation of Ackee
-
[1.2.0]
- Update Ackee to 3.2.0
- Full changelog
- Updated dependencies, including mongoose
-
[1.3.0]
- Update Ackee to 3.3.0
- Full changelog
-
[1.3.1]
- Update base image to 3.2.0
-
[1.4.0]
- Update Ackee to 3.4.0
- Full changelog
- 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) (#271)
-
[1.4.1]
- Update Acke tto 3.4.1
- Full changelog
- Vercel not attaching CORS headers because of unsupported multiValueHeaders (thanks @birjj, #330)
- ACKEE_AUTO_ORIGIN not attaching CORS headers (thanks @birjj, #330)
-
[1.4.3]
- Update base image to 4.2.0
-
[1.5.0]
- checklist added to manifest
-
[1.6.0]
- update base image to 5.0.0
-
[1.6.1]
- Added additional screenshots
-
[1.6.2]
- fixed screenshot duplicate
-
[1.7.0]
- Update Ackee to 3.5.0
- Full Changelog
- Ackee now requires Node.js 22 or newer (fixes #343)
- URLs without protocols (e.g.,
example.com) are now rejected by the API. The officialackee-trackerclient sendswindow.location.hrefwith protocol, so this only affects custom API clients sending malformed URLs assiteReferrerandsiteLocation. - ReDOS vulnerability of is_js, the request-ip dependency (thanks @marek629, #392)
-
[1.7.1]
- Update Ackee to 3.5.1
- Full Changelog
- Several dependencies have been updated to their latest versions to bring in security patches and improvements
ackee-trackerhas been updated to fix an issue where visits were not recorded when the website had an emptydocument.referrer. You might have seen lower visit counts since version 3.5.0 when your website had no referrer, e.g., when visiting it directly or via bookmarks.