Releases: dougestey/sentinel
Releases · dougestey/sentinel
Release list
v2.2.0
v2.1.1
v2.1.0
v2.0.1
Fixed
- Fix build schema issue (via dougestey/sails-postgresql@f3ea0fb)
v2.0.0
Sentinel grows up!
Breaking changes from 1.x.x
- Alliance, Character, Corporation, System, and Type models have had their
<entity>Idattributes renamed toid
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
Regionmodel - New
Constellationmodel - New endpoint:
/fleets/activereturns all active fleets with populated relationships (and deep population forfleet.system) - New
historyrelationship on theFleetandCharactermodels (many-to-many)
Fixed
- #6 Memory leak