|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.3.2 |
| 4 | + |
| 5 | +- Adding support for visitor weight in kg and lbs |
| 6 | +- Adding support for zipcode at order level |
| 7 | + |
3 | 8 | ## 2.3.1 |
4 | 9 |
|
5 | 10 | - Added support for a new barcode type: aztec-bytes |
|
28 | 33 | - Introduces minor syntactic changes to make the API specification and documentation more readable. |
29 | 34 |
|
30 | 35 | ## 2.2.0 |
| 36 | + |
31 | 37 | #### Reservation |
| 38 | + |
32 | 39 | - Update the endpoint's response to accept an optional `unit_price` attribute that MUST be provided when the client makes a |
33 | | -reservation for a product whose attribute `provides_pricing=true`. |
| 40 | + reservation for a product whose attribute `provides_pricing=true`. |
34 | 41 |
|
35 | 42 | ## 2.1.1 |
| 43 | + |
36 | 44 | #### Booking Cancellation |
| 45 | + |
37 | 46 | - Deprecate status code `3004` `Tickets already used` and replace it with `3005` `Tickets already used`. |
38 | 47 |
|
39 | 48 | ## 2.1.0 |
| 49 | + |
40 | 50 | #### Product Catalog |
| 51 | + |
41 | 52 | - New product fields: |
42 | 53 | - `provides_pricing` - each product can enable or disable pricing by setting this field to `true` or `false`. |
| 54 | + |
43 | 55 | #### Reservation |
| 56 | + |
44 | 57 | - New variant field |
45 | 58 | - `price` - each variant must provide this field when product is expected to have pricing with `provides_pricing=true` from Product Catalog. |
46 | 59 | - `required_order_data` and `required_visitor_data` now have lower case fields instead of upper case. |
| 60 | + |
47 | 61 | #### Booking Cancellation |
| 62 | + |
48 | 63 | - Add a status code `3004` `Tickets already used` |
49 | 64 |
|
50 | 65 | ## 2.0.1 |
@@ -82,6 +97,7 @@ reservation for a product whose attribute `provides_pricing=true`. |
82 | 97 | - Each variant might return information about the current price via the optional attribute `price`. |
83 | 98 | - Add a new (optional) attribute `price` to every `Variant` object in the `/v2/availability` endpoint's response. The `Price` |
84 | 99 | object has the following fields: |
| 100 | + |
85 | 101 | - `face_value`: `string` |
86 | 102 | - `currency`: `string` |
87 | 103 |
|
@@ -120,9 +136,11 @@ reservation for a product whose attribute `provides_pricing=true`. |
120 | 136 | - Start requiring it from 13th of January 2022 |
121 | 137 |
|
122 | 138 | ## 1.4.2 |
| 139 | + |
123 | 140 | - Removing "/dates" endpoint as redundant |
124 | 141 |
|
125 | 142 | ## 1.4.1 |
| 143 | + |
126 | 144 | - Adding "PDF" as supported "barcode_format" |
127 | 145 |
|
128 | 146 | ## 1.4.0 |
|
0 commit comments