Last updated

Changelog

This document details the changes made to the Redocly Museum API over various versions. The changelog is intended to provide users with information about new features, changes, bug fixes, and improvements to help with the API integration process.

[@yummy-bear] - 2024-06-20

Added

  • New endpoint /tickets/{ticketId}/pkpass to generate digital tickets compatible with Apple Wallet and Google Pay. The response schema includes essential ticket information, such as event name, date and time of visit, and unique ticket ID.

Removed

  • Removed the existing endpoint for QR code generation /tickets/{ticketId}/qr.

[1.2.0] - 2024-05-07

Added

  • New endpoint /museum/exhibits to retrieve information about current exhibits, including start and end dates, descriptions, and images.
  • Added support for multi-language descriptions for events and exhibits.

Changed

  • Updated the /tickets endpoint to include ticket cancellation options and refund processing.
  • Improved date format handling across all endpoints to support full ISO 8601 format.

Deprecated

  • Deprecated the /special-events/{eventId} PATCH method in favor of a more comprehensive PUT method.

Fixed

  • Fixed a timezone consistency issue in the getMuseumHours response.
  • Corrected typos in the API documentation examples.

[1.1.2] - 2024-02-15

Added

  • New query parameter includePast in /museum-hours to allow fetching past operating hours.

Changed

  • Enhanced security measures with the addition of OAuth 2.0 for certain endpoints, improving the authentication framework.

Fixed

  • Addressed an issue where pagination in /special-events might return an incorrect page of results under certain conditions.

[1.1.1] - 2024-01-01

Initial Public Release

  • Released all initial endpoints including management of tickets, special events, and museum operating hours.
  • Established basic authentication via HTTP and initial schema definitions for requests and responses.