Releases: orangecoloured/analog
Releases · orangecoloured/analog
v0.1.2
v0.1.1
Fixed paginated data merge.
v0.1.0
- fixed the docker build
- fixed the database adapters initialisation
v0.0.6
Added MongoDB adapter.
v0.0.5
Added PostgreSQL adapter.
v0.0.4
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
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
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.
v0.0.1
Initial stable release.