Skip to content

Releases: seatsio/seatsio-python

v75.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Oct 14:38

What's Changed

  • Added call that copies a chart from a workspace to another workspace by @mroloux in #64

Full Changelog: v75.2.0...v75.3.0

v75.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Oct 12:38

What's Changed

  • Support event is in the past flag by @schaloner in #60
  • Allow for-sale config to be specified when events and seasons are created by @schaloner in #63

Full Changelog: v75.1.0...v75.2.0

v75.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 11:15

What's Changed

Full Changelog: v75.0.0...v75.1.0

v75.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 14:20

What's Changed

Full Changelog: v74.2.0...v75.0.0

v74.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:28

What's Changed

  • Channels can be passed in when creating an event by @mroloux in #59

Full Changelog: v74.1.0...v74.2.0

v74.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 13:29

What's Changed

  • Expose variableOccupancy, minOccupancy, and maxOccupancy by @schaloner in #58

Full Changelog: v74.0.0...v74.1.0

v74.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:13

What's Changed

New Contributors

Full Changelog: v73.1.0...v74.0.0

v73.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 08:24

What's Changed

  • add seat.isAccessible, seat.isCompanionSeat and seat.hasRestrictedVie… by @bverbeken in #53
  • Events can have a name and date by @mroloux in #54

Full Changelog: v73.0.0...v73.1.0

v73.0.0

Choose a tag to compare

@github-actions github-actions released this 30 May 08:30

What's Changed

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

Full Changelog: v72.4.0...v73.0.0

Migrating from v72

client.events.channels.replace() now takes a list instead of an object. 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.set_objects() in favour of client.events.channels.replace()

v72.4.0

Choose a tag to compare

@github-actions github-actions released this 08 May 11:12

What's Changed

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

Full Changelog: v72.3.0...v72.4.0