Skip to content

Releases: seatsio/seatsio-java

v78.0.0

23 Jun 11:08
Compare
Choose a tag to compare

Accidental release. Nothing changed versus v77.

v77.1.0

22 Jun 12:26
Compare
Choose a tag to compare

What's Changed

  • Bump commons-io:commons-io from 2.11.0 to 2.12.0 by @dependabot in #121
  • Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre by @dependabot in #120
  • add seat.isAccessible, seat.isCompanionSeat and seat.hasRestrictedVie… by @bverbeken in #122

Full Changelog: v77.0.0...v77.1.0

v77.0.0

25 May 10:49
Compare
Choose a tag to compare

What's Changed

  • Added call to completely replace channels (including objects) by @mroloux in #119

Full Changelog: v76.3.0...v77.0.0

Migrating from v76

  • client.events.channels.replace() now takes a list instead of a map. If you want to just replace the channel metadata but keep the objects (like replace() used to do), you have to explicitly pass in the objects.
  • We removed client.events.channels.setObjects() in favour of client.events.channels.replace()

v76.3.0

22 May 10:50
Compare
Choose a tag to compare

Full Changelog: v76.2.0...v76.3.0

v76.2.0

09 May 08:32
Compare
Choose a tag to compare

What's Changed

  • Added tryToPreventOrphanSeats flag when selecting best available objects by @mroloux in #118

Full Changelog: v76.1.0...v76.2.0

v76.1.0

08 May 09:41
Compare
Choose a tag to compare

What's Changed

  • Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #113
  • Bump com.vanniktech.maven.publish from 0.24.0 to 0.25.1 by @dependabot in #114
  • Bump com.vanniktech.maven.publish from 0.25.1 to 0.25.2 by @dependabot in #117
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.9.3 by @dependabot in #116
  • Bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.9.3 by @dependabot in #115

Full Changelog: v76.0.0...v76.1.0

v76.0.0

17 Mar 08:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v75.2.0...v76.0.0

Release 75.2.0

10 Mar 09:32
0e3062e
Compare
Choose a tag to compare
  • List categories

v75.1.0

14 Feb 09:59
Compare
Choose a tag to compare

Add the ability to add multiple channels to an event in one call.

v75.0.0

02 Feb 08:45
Compare
Choose a tag to compare

Dropped support for Java 8. You now need at least Java 11.