Releases: cosmictraders/autotraders
Releases · cosmictraders/autotraders
v1.4.1
- FIXED: Agent pagination bug fix
Full Changelog: v1.4.0...v1.4.1
v1.4.0
- ADDED: Proper Pagination via pagination list class
- CHANGED: Refining now returns the refined product as a
Item
Full Changelog: v1.3.3...v1.4.0
v1.3.3
- FIXED: Market waypoint type initialization bug
Full Changelog: v1.3.2...v1.3.3
v1.3.2
- FIXED: Bug that causes Waypoint types to fail on initialization
Full Changelog: v1.3.1...v1.3.2
v1.3.1
- FIXED: Bug involving agent ships and contracts being accidentally paginated (temp fix).
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- 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 forShip.update()
(it does nothing now) - BREAKING
get_all*
andlist_systems
have been removed useShip.all()
orContract.all()
orSystem.all()
orWaypoint.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: v1.2.4...v1.3.0
v1.2.4
- ADDED: More static types
- FIXED: Bug that caused time parsing errors on older python versions (<3.11)
Full Changelog: v1.2.3...v1.2.4
v1.2.3
- FIXED: Moving parameter in nav
- FIXED: Agent Typing
- FIXED: Made Agent Headquarters a map symbol
Full Changelog: v1.2.2...v1.2.3
v1.2.2
- FIXED: Excessively cautious rate limiter
- FIXED: Made token attribute truly optional
Full Changelog: v1.2.1...v1.2.2
v1.2.1
- FIXED: GitHub Actions python package publishing issue
Full Changelog: v1.2.0...v1.2.1