Skip to content

Releases: seatsio/seatsio-java

v74.1.0

23 Dec 12:45
Compare
Choose a tag to compare

Test Maven Central publishing

v74.0.0

23 Dec 10:50
Compare
Choose a tag to compare

Publish to Maven Central (Jitpack is unreliable)

v73.0.0

28 Nov 11:18
Compare
Choose a tag to compare

This release adds the ability to define event-level categories (categories that are defined on the event, rather than on the chart).
Event-level categories can be passed in when creating an event, updating an event, or when creating multiple events.

v72.0.0

25 Oct 15:10
Compare
Choose a tag to compare

Added area places to the calls that mark objects for sale or not for sale

v71.1.0

20 Jun 09:36
Compare
Choose a tag to compare

Exposed numSeats property for tables

v71.0.0

13 Jun 11:29
Compare
Choose a tag to compare
  • Deleted legacy fields from usage reports:

    • numFirstBookingsOrSelections (use numUsedObjects instead)
    • numGASelectionsWithoutBooking
    • numNonGASelectionsWithoutBooking
  • Moved channel management calls to client.events.channels

  • Added calls to add and remove channels

  • Added calls to add objects to and remove objects from channel

  • Renamed channels.update() to channels.replace()

v70.2.0

10 May 12:21
Compare
Choose a tag to compare

Added method to re-initialize the underlying http connection pool; useful in e.g. automated tests against a seats.io stub.

v70.1.0

21 Mar 11:31
Compare
Choose a tag to compare

ability to add & remove a chart category

v70.0.0

16 Mar 09:13
Compare
Choose a tag to compare
  • Call that creates events in season returns events instead of season
  • When retrieving an event, it now contains the list of categories that are available on its chart

v69.3.0

24 Feb 19:48
3cbba0f
Compare
Choose a tag to compare

Added statusChange.isPresentOnChart and statusChange.notPresentOnChartReason