Releases: WorldBank-Transport/ram-backend
Releases · WorldBank-Transport/ram-backend
Version 0.8.3
A release with fixes and performance improvements:
- fix call stack error when calculating max population
waitForEvents
utility now supports multi-arguments- add table indexes to improve scenario results performance
Version 0.8.1
Changelog:
- fix a bug with large file uploads
Version 0.8.0
This release contains the following changes:
- adds support to run background processes (analysis and vector tile generation) on AWS Fargate
- adds support for files with origins to be imported from the WB Data Catalog
- increases the max upload size
- fixes handling of errors on Overpass
- documentation and environment variables for Hyper was removed. Service will be deactivated early January 2019
- adds a
latest
tag when pushing images to Docker Hub
Version 0.7.0
This version includes the following new features:
- Add support for World Bank catalog as a source for poi and admin boundaries (#214)
- Add speed profile editor endpoints (#228)
- Allow parallel instances of vector tiles generation
- Refactor results endpoint to include population totals instead of percentages (support for WorldBank-Transport/ram-frontend#196)
Improvements to the integration of RAM with the Rural Accessibility Hub:
- Allow users to omit the result data in the export to RAH
- Export project meta information and results in faux
GeoJSON
format to power the RAH map - Use flat object structure for contact to allow editing through prose.io
- Update pull request text when exporting to RAH to include moderators mention
- Update folder name of RAH export to include the project name
Other improvements and bug fixes:
- Fix race condition on
Operation
class - Refactor
waitForEventsOnEmitter
to account for past event emission - Handle non
Point
pois (#207) - Add new error handling system for try catch blocks
- Improve code documentation
- Partially refactor code to use ES6 features
- Misc bug fixes
Version 0.6.0
Changelog:
- allow users to export their accessibility analysis to the Rural Accessibility Hub. This allows people to share the results of their analysis with a wider group, even after taking down their instance of RAM. More on technical approach..
Version 0.5.0
Changelog:
- allow searching of origin names in the scenario results
- generate Vector Tiles for administrative bounds
- import POIs into osmp2p, allowing them to be edited through the iD editor - #188
- several bug fixes
- change CI to Circle and version the Docker images with a release tag - #221
- rename of Docker images from
rra-api
toram-backend
v0.4.0
Changelog:
- Improve source data validation
- Add authentication through auth0
- Add osm data import through overpass
- Import road network into osm-p2p
- Add some source data tests and bug fixing
- Add endpoint to return scenario Poi
- Population estimate no longer require a name
- Multiple improvements and bug fixes
Version 0.3.0
Changelog:
- Improve database structure
- Better support for scenarios with large amounts of origins, and multiple POI
- Improved performance through use of database instead of files to handle scenario data
- Add option to abort analysis
- Full compatibility with S3
- Ground work for supporting different data sources (osm imports)
- Add endpoint with aggregated and raw results. (Results aggregations is now done in the server instead of client)
- Add endpoint with geo results for ETA map
Version 0.2.0
Refactor of the RRA backend.