Releases: equinor/isar
Releases · equinor/isar
Version 1.7.4
What's Changed
Other Changes
- Update publishing of status messages over MQTT by @vetlek in #264
- Update api responses by @vetlek in #268
Full Changelog: v1.7.3...v1.7.4
Version 1.7.3
Version 1.7.2
Version 1.7.1
What's Changed
Improvements
- Add task level by @aestene in #257
Other Changes
- Update stale issue tracker message by @Christdej in #255
- Add video steps and inspections by @vetlek in #259
Full Changelog: v1.7.0...v1.7.1
Version 1.7.0
What's Changed
Breaking Changes 🛠
- Rename task to step by @aestene in #254
Improvements
Other Changes
- Add flake8 to project by @tsundvoll in #246
- Move geometry to alitra by @Christdej in #247
- Fix bug in metadata file by @Christdej in #253
Full Changelog: v1.6.0...v1.7.0
Version 1.6.0
What's Changed
New Features 🎉
Improvements
Bug Fixes
- Add docker-compose instructions to readme by @aestene in #235
Other Changes
- Remove unused variables by @oysand in #236
- Rename
Send
toInitiateTask
by @anetteu in #237 - Rename
task.name
totask.type
by @anetteu in #239 - Add validation of robot capabilities before starting mission by @vetlek in #241
- Add RobotInvalidTaskException by @knord94 in #243
- Refactor and simplify mocks by @tsundvoll in #242
- Add 'ISAR' prefix to compose file by @GodVenn in #245
- Rename to RobotInfeasibleTaskException by @tsundvoll in #248
New Contributors
Full Changelog: v1.5.0...v1.6.0
Version 1.5.0
What's Changed
New Features 🎉
- Add docker-compose for robot and turtlebot by @aestene in #218
- Add retry by exponential backoff to uploader by @GodVenn in #223
- Upgrade to Python3.10 by @GodVenn in #224
Bug Fixes
- Improve exception handling for 'start_mission' endpoint by @GodVenn in #222
- Bug failed task causes state machine crash by @GodVenn in #226
Other Changes
- Add workflow for tracking stale issues by @aestene in #212
- Add option to manually mark stale issues by @aestene in #213
- Change stale period to 30 days for PRs by @aestene in #214
- Update stale.yml by @aestene in #216
- Fix failure report for 'stop_mission' by @GodVenn in #217
- [Snyk] Security upgrade python from 3.10 to 3.10-slim by @snyk-bot in #227
New Contributors
Full Changelog: v1.4.2...v1.5.0
Version 1.4.2
What's Changed
Other Changes
- Add more predefined poses by @aestene in #221
Full Changelog: v1.4.1...v1.4.2
Version 1.4.1
What's Changed
Bug Fixes
- Set correct endpoint for SLIMM ingest by @aestene in #210
Full Changelog: v1.4.0...v1.4.1
Version 1.4.0
What's Changed
Breaking Changes 🛠
New Features 🎉
- Upload in separate thread to multiple storage handlers by @aestene in #189
- Add option for publishing to MQTT broker by @tsundvoll in #196
Improvements
- Automatic version in setup using setuptools by @aestene in #180
- Updated default metadata configurations by @pramod74 in #185
- Add additional logging by @aestene in #200
- Run API as separate thread to join threads in main by @aestene in #199
- Rename
cancel
state tofinalize
by @aestene in #206
Bug Fixes
- Fix indentation in release.yml by @aestene in #208
Other Changes
- Update task dependencies by @vetlek in #186
- Return mission id from start endpoint by @vetlek in #195
- Update readme with a
Getting started
section by @nicholasdalhaug in #201
New Contributors
Full Changelog: v1.3.0...v1.4.0