Releases: seatsio/seatsio-java
Releases · seatsio/seatsio-java
v74.1.0
Test Maven Central publishing
v74.0.0
Publish to Maven Central (Jitpack is unreliable)
v73.0.0
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
Added area places to the calls that mark objects for sale or not for sale
v71.1.0
Exposed numSeats
property for tables
v71.0.0
-
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
Added method to re-initialize the underlying http connection pool; useful in e.g. automated tests against a seats.io stub.
v70.1.0
ability to add & remove a chart category
v70.0.0
- 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
Added statusChange.isPresentOnChart and statusChange.notPresentOnChartReason