Skip to content

v2.0.0

Compare
Choose a tag to compare
@dougestey dougestey released this 28 Jul 13:11
· 48 commits to master since this release

Sentinel grows up!

Breaking changes from 1.x.x

  • Alliance, Character, Corporation, System, and Type models have had their <entity>Id attributes renamed to id

New

  • Fully adapted to use PostgreSQL (goodbye Mongo, this project will not miss you)
  • EVE SDE support has been implemented, reducing the number of calls to ESI by a lot
  • All EVE models now enjoy 1:1 identifier parity with the Arbiter project
  • New Region model
  • New Constellation model
  • New endpoint: /fleets/active returns all active fleets with populated relationships (and deep population for fleet.system)
  • New history relationship on the Fleet and Character models (many-to-many)

Fixed

  • #6 Memory leak