Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c18e6c3

Browse files
committed
Updating the changelog for the spec
1 parent bdc7b06 commit c18e6c3

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.3.2
4+
5+
- Adding support for visitor weight in kg and lbs
6+
- Adding support for zipcode at order level
7+
38
## 2.3.1
49

510
- Added support for a new barcode type: aztec-bytes
@@ -28,23 +33,33 @@
2833
- Introduces minor syntactic changes to make the API specification and documentation more readable.
2934

3035
## 2.2.0
36+
3137
#### Reservation
38+
3239
- 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`.
3441

3542
## 2.1.1
43+
3644
#### Booking Cancellation
45+
3746
- Deprecate status code `3004` `Tickets already used` and replace it with `3005` `Tickets already used`.
3847

3948
## 2.1.0
49+
4050
#### Product Catalog
51+
4152
- New product fields:
4253
- `provides_pricing` - each product can enable or disable pricing by setting this field to `true` or `false`.
54+
4355
#### Reservation
56+
4457
- New variant field
4558
- `price` - each variant must provide this field when product is expected to have pricing with `provides_pricing=true` from Product Catalog.
4659
- `required_order_data` and `required_visitor_data` now have lower case fields instead of upper case.
60+
4761
#### Booking Cancellation
62+
4863
- Add a status code `3004` `Tickets already used`
4964

5065
## 2.0.1
@@ -82,6 +97,7 @@ reservation for a product whose attribute `provides_pricing=true`.
8297
- Each variant might return information about the current price via the optional attribute `price`.
8398
- Add a new (optional) attribute `price` to every `Variant` object in the `/v2/availability` endpoint's response. The `Price`
8499
object has the following fields:
100+
85101
- `face_value`: `string`
86102
- `currency`: `string`
87103

@@ -120,9 +136,11 @@ reservation for a product whose attribute `provides_pricing=true`.
120136
- Start requiring it from 13th of January 2022
121137

122138
## 1.4.2
139+
123140
- Removing "/dates" endpoint as redundant
124141

125142
## 1.4.1
143+
126144
- Adding "PDF" as supported "barcode_format"
127145

128146
## 1.4.0

0 commit comments

Comments
 (0)