Skip to content

Release history

ANALOG releases

A minimal analytics tool. Tracks events in a span of 10-30 days. `MIT` `Nodejs/Docker`

All releases

12 shown

v0.1.5 Bugfix

Fixed Netlify and Vercel protected POST request handling.

Changelog

Thanks to @bibi-cici GitHub account I fixed the Netlify/Vercel protected POST request.

v0.1.4 Maintenance

Minor fixes and improvements.

Changelog

Render empty row items on start.

v0.1.3 Feature
Notable features
  • Virtualisation added to list rendering logic for handling huge datasets
Full changelog

Added kind of virtualisation to the list rendering logic, to avoid massive lagging with huge datasets.

v0.1.2 Feature
Notable features
  • SQLite database adapter added
Changelog

Added SQLite adapter

v0.1.0 Bugfix

Fixed database adapter initialization during Docker builds.

Changelog
  • fixed the docker build
  • fixed the database adapters initialisation
v0.0.5 Feature
Notable features
  • PostgreSQL adapter added
Changelog

Added PostgreSQL adapter.

v0.0.4 Feature
Notable features
  • Added progress indication during slow serverless function fetches
Full changelog

Added the progress indication. The fetching process is slow with serverless functions, so it's good to understand if it's not stuck and actually loading.

v0.0.3 Bugfix

Fixed timeout issue by running cleanup concurrently with data fetch.

Full changelog

Fixed the clean up function scheduled run. Netlify call started to time out for the same reason as the GET call. I moved the clean up run to be run along with the fetching data call.

v0.0.2 Bugfix

Data fetching now sequential to reduce server memory usage.

Full changelog

Updated the data to be fetched sequentially, so it doesn't use too much memory on the server side. Netlify function started to time out, when more data got aggregated.

Added two new environment variables for better tweaking.

Beta — feedback welcome: [email protected]