Releases: EDCD/EDDN
Releases · EDCD/EDDN
v0.6.2
v0.6.1
v0.6
v0.5
In this release:
- Support for the v1 Commodities schema has been removed. Clients attempting to upload a v1 schema to the gateway will receive an
HTTP 426 - Upgrade Required
message, and should update their client software. - Support for a new Shipyard data schema has been added.
- A subtle bug in the generation of statistics for monitoring has been fixed.
- Support for running the gateway as a wsgi process has been added.
Deployment note:
By default the gateway process, when run in non-wsgi mode, now binds only to 127.0.0.1:8081 (formerly 0.0.0.0:8080). It is intended that this process is proxied by nginx/Apache when in production. This change only affects those running a gateway; uploaders will be able to use the existing URL and port.
You can override Settings.GATEWAY_HTTP_BIND_ADDRESS
and Settings.GATEWAY_HTTP_PORT
in the usual way to make the process accessible over a network or on a different port.
v0.4
Monitoring improvements, v2 schema finalised, some other infrastructure changes and @AnthorNet officially becoming a collaborator!
v0.2.1
Point release to add CORS headers to stats data resources.