- BREAKING: Updating now is forced (`update` is no longer an initialization parameter for any request class, `data` is the replacement and requires the actual data to be provided)
- BREAKING: Deprecated the `hard` parameter for `Ship.update()` (it does nothing now)
- BREAKING `get_all*` and `list_systems` have been removed use `Ship.all()` or `Contract.all()` or `System.all()` or `Waypoint.all()`
- ADDED: 6/3/2023 Server Features Support
- ADDED: Fuel Cost and Time formulas in `util.py`
- ADDED: Market Transaction
- UPDATED: Polling time for `navigate_async` has changed to 1 second and is configurable
- UPDATED: Refueling, Buying, Updating mounts, and Selling now return `MarketTransaction`
- FIXED: Removed Print Statements
**Full Changelog**: https://github.com/cosmictraders/autotraders/compare/v1.2.4...v1.3.0