Skip to content

Commit 3e3c09f

Browse files
committed
1.2.0
1 parent e1d667b commit 3e3c09f

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.2.0] - 2024-01-22
8+
## [1.2.0] - 2024-07-05
99

1010
### Added
11-
- Support for models.additionalFields (#99)
11+
- Support for `models.additionalFields` to define if additional fields (columns) are allowed or not in the physical server ([#99](https://github.com/datacontract/datacontract-specification/pull/99))
12+
- Add `time` data type ([#123](https://github.com/datacontract/datacontract-specification/issues/123))
13+
- Added `variant` data type ([#113](https://github.com/datacontract/datacontract-specification/issues/113))
14+
- Added `json` data types ([#112](https://github.com/datacontract/datacontract-specification/issues/112))
1215

1316
### Changed
14-
- server.type changed from enum to simple string to support custom types (#107)
17+
- `server.type` changed from enum to simple string to support custom types ([#107](https://github.com/datacontract/datacontract-specification/pull/107))
1518

1619
## [1.1.0] - 2024-10-30
1720

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ The specification comes along with the [Data Contract CLI](https://github.com/da
3434
Version
3535
---
3636

37-
1.1.0([Changelog](CHANGELOG.md))
37+
1.2.0([Changelog](CHANGELOG.md))
3838

3939
Example
4040
---
4141

4242
View in [Data Contract Catalog](https://datacontract.com/examples/index.html)
4343

4444
```yaml
45-
dataContractSpecification: 1.1.0
45+
dataContractSpecification: 1.2.0
4646
id: urn:datacontract:checkout:orders-latest
4747
info:
4848
title: Orders Latest

datacontract.init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dataContractSpecification: 1.1.0
1+
dataContractSpecification: 1.2.0
22
id: my-data-contract-id
33
info:
44
title: My Data Contract

examples/orders-latest/datacontract.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dataContractSpecification: 1.1.0
1+
dataContractSpecification: 1.2.0
22
id: urn:datacontract:checkout:orders-latest
33
info:
44
title: Orders Latest

0 commit comments

Comments
 (0)