Releases: os-autoinst/gopenqa
Releases · os-autoinst/gopenqa
Version 1.0.0
This is the first release in the os-autoinst project. Therefore I decided to move forward to version 1.0.0
🥳
Only one change relative to Version 0.7.4:
- #42 Migrate project to
os-autoinst
Version 0.7.4
Update the rabbitmq dependency in https://github.com/grisu48/gopenqa/pull/41
Version 0.7.3
Mostly internal modernization, one feature update:
- Allow to pass arrays to openQA API calls, separated by commas (https://github.com/grisu48/gopenqa/pull/38)
Other than that
- Update dependencies https://github.com/grisu48/gopenqa/pull/37
- Deprecate ioutils https://github.com/grisu48/gopenqa/pull/39
- Rename temporary structs https://github.com/grisu48/gopenqa/pull/40
- Rework the README https://github.com/grisu48/gopenqa/pull/40
Version 0.7.2
- Adds
GetJobsFollow
to get the latest jobs - Update dependencies
Version 0.7.1
Bugfix release
- Use applyInstance also for GetFollowJobs https://github.com/grisu48/gopenqa/pull/28
Version 0.7.0
- Add
ExtractJobIDS
(https://github.com/grisu48/gopenqa/pull/24) - Introduce
JobState
(https://github.com/grisu48/gopenqa/pull/25) - Make
FetchChildren
useGetJobs
(https://github.com/grisu48/gopenqa/pull/26) - Add
IsCloned
(https://github.com/grisu48/gopenqa/pull/27)
Version 0.6.0
- Add fetch mutex to prevent parallel requests (https://github.com/grisu48/gopenqa/pull/21)
- Introduce
GetJobs
to fetch multiple jobs in one single request (https://github.com/grisu48/gopenqa/pull/22)
Version 0.5.4
Changelog:
- Fix a nasty SIGSEGV in RabbitMQ receive (https://github.com/grisu48/gopenqa/issues/19)
Version 0.5.3
- Add reconnection handlers for RabbitMQ