Skip to content

Commit 39f508d

Browse files
authored
Update CHANGELOG.md [skip ci]
1 parent 126c69b commit 39f508d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
### Added
66

7+
* Use shorten name for namespaces in version IDs
8+
* Add namespace to Dataset and Job models
9+
* Add ability to deserialize `int` type to columns [@phixMe](https://github.com/phixMe)
10+
* Add `SqlLogger` for SQL profiling
711
* Add `DatasetVersionId.asDatasetId()` and `JobVersionId.asJobId()`
812
* Add `DatasetService.getBy(DatasetVersionId): Dataset`
913
* Add `JobService.getBy(JobVersionId): Job`
@@ -17,6 +21,10 @@
1721

1822
* `config.yml` -> `marquez.yml`
1923

24+
### Fixed
25+
26+
* Fix dataset version column mappings
27+
2028
## [0.11.0](https://github.com/MarquezProject/marquez/compare/0.10.4...0.11.0) - 2020-05-27
2129

2230
### Added

0 commit comments

Comments
 (0)