Skip to content

Releases: EDCD/EDDN

v0.6.2

21 Dec 15:31
Compare
Choose a tag to compare
  • Fix new ED Horizon H class

v0.6.1

05 Dec 12:26
Compare
Choose a tag to compare
  • Fix for UTF8 on Gateway
  • Added ED Ships from 1.5

v0.6

07 Oct 04:31
Compare
Choose a tag to compare
  • Support for the v1 outfitting schema

v0.5

07 Jul 10:22
Compare
Choose a tag to compare

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

08 Jun 13:45
Compare
Choose a tag to compare

Monitoring improvements, v2 schema finalised, some other infrastructure changes and @AnthorNet officially becoming a collaborator!

v0.2.1

16 Apr 11:03
Compare
Choose a tag to compare

Point release to add CORS headers to stats data resources.