Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@ajhodges ajhodges released this 01 Feb 21:00
· 1110 commits to master since this release

Public release of Transmission version 1.0.0

  • Shipment tracking data endpoints added, support for latest AXLE schemas
  • Optimized rendering of tracking data in GeoJSON
  • Refactored asynchronous transaction submission and retrying for Ethereum txs
  • Websocket support for tracking data updates and ethereum tx notifications
  • Added filtering/sorting/searching to endpoints
  • Added documents management feature
  • Refactored to support changes in LOAD contract 1.1.0 and new Engine endpoints
  • SSL and mutual certificate auth for internal microservice communication
  • Integration with AWS IoT for managing shipmentId on AXLE device shadow
  • Added admin panel view for managing AsyncJobs
  • Added "permission links", a feature for sharing shipment data publicly
  • Docker improvements (alpine image, multi-stage builds)
  • Move to Poetry for package management
  • Now using CloudWatch for log shipping
  • Update to Python 3.6.8
  • Documentation improvements
  • General improvements and bugfixes