Skip to content
This repository was archived by the owner on Nov 22, 2020. It is now read-only.

Commit 4f4d5a5

Browse files
authored
Add release notes to CHANGELOG.md
1 parent e646b10 commit 4f4d5a5

1 file changed

Lines changed: 46 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/MarquezProject/marquez-java/compare/master...HEAD)
3+
## [Unreleased](https://github.com/MarquezProject/marquez-java/compare/0.4.2...HEAD)
4+
5+
### Added
6+
7+
* `MarquezWriteOnlyClient` [@julienledem](https://github.com/julienledem)
8+
* `LoggingBackend` [@julienledem](https://github.com/julienledem)
9+
* Optional `runID` to job meta
10+
* Support for optional api key to authenticate requests
11+
12+
### Changed
13+
14+
* Factor out path building logic [@julienledem](https://github.com/julienledem)
15+
16+
## [0.4.2](https://github.com/MarquezProject/marquez-java/compare/0.4.1...0.4.2)
17+
18+
### Changed
19+
20+
* Require namespace on all method calls
21+
22+
## [0.4.1](https://github.com/MarquezProject/marquez-java/compare/0.4.0...0.4.1)
23+
24+
### Added
25+
26+
* Run transition timestamp override via query param
27+
* Namespace to Dataset and Job models
28+
* Input/output string support to `JobMeta.Builder`
29+
* `Field.Builder`
30+
* `MarquezClient.marRunAs()`
31+
* `MarquezClient.createRun()` with namespace override
32+
33+
## [0.4.0](https://github.com/MarquezProject/marquez-java/compare/0.3.0...0.4.0)
34+
35+
### Added
36+
37+
* Tag API
38+
* `DatasetID` and `JobID`
39+
* `Job.latestRun`
40+
41+
## [0.3.0](https://github.com/MarquezProject/marquez-java/compare/0.2.0...0.3.0)
42+
43+
### Added
44+
45+
* `Dataset.lastModified` [@soumyasmruti](https://github.com/soumyasmruti)
46+
47+
## [0.2.0](https://github.com/MarquezProject/marquez-java/compare/0.1.0...0.2.0)
48+
449
### Added
550

651
* Class `MarquezClientException`
@@ -19,8 +64,6 @@
1964
* Update models to translate to/from json using factory methods
2065
* Simplified test suite
2166

22-
### Fixed
23-
2467
## [0.1.0](https://github.com/MarquezProject/marquez-java/releases/tag/0.1.0) - 2019-08-13
2568

2669
* Initial public release

0 commit comments

Comments
 (0)