Skip to content

Releases: grisu48/gopenqa

Version 0.7.3

04 Apr 08:42
90e47c7
Compare
Choose a tag to compare

Mostly internal modernization, one feature update:

  • Allow to pass arrays to openQA API calls, separated by commas (#38)

Other than that

  • Update dependencies #37
  • Deprecate ioutils #39
  • Rename temporary structs #40
  • Rework the README #40

Version 0.7.2

25 Jul 13:38
0a7e18e
Compare
Choose a tag to compare
  • Adds GetJobsFollow to get the latest jobs
  • Update dependencies

Version 0.7.1

30 Mar 13:35
bbe645c
Compare
Choose a tag to compare

Bugfix release

  • Use applyInstance also for GetFollowJobs #28

Version 0.7.0

30 Mar 11:26
d4f415f
Compare
Choose a tag to compare
  • Add ExtractJobIDS (#24)
  • Introduce JobState (#25)
  • Make FetchChildren use GetJobs (#26)
  • Add IsCloned (#27)

Version 0.6.0

30 Mar 09:08
04c9dac
Compare
Choose a tag to compare
  • Add fetch mutex to prevent parallel requests (#21)
  • Introduce GetJobs to fetch multiple jobs in one single request (#22)

Version 0.5.4

21 Mar 13:07
4afce88
Compare
Choose a tag to compare

Changelog:

  • Fix a nasty SIGSEGV in RabbitMQ receive (#19)

Version 0.5.3

09 Mar 13:38
8ca7dfa
Compare
Choose a tag to compare
  • Add reconnection handlers for RabbitMQ

Alpha 6.2

27 Dec 14:59
92ff997
Compare
Choose a tag to compare

Small fix:

  • Add float64 code path to rabbitmq

Alpha 6.1

23 Dec 08:50
42fbb96
Compare
Choose a tag to compare

Small fix:

  • Switch comment handling also to int64

Alpha 6

15 Dec 13:14
9077f79
Compare
Choose a tag to compare
  • Switch job ID from int to int64
  • Improve rabbitmq handling