|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.12.2...HEAD) |
| 3 | +## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.13.0...HEAD) |
| 4 | + |
| 5 | +## [0.13.0](https://github.com/MarquezProject/marquez/compare/0.12.2...0.13.0) - 2021-03-30 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +* Secret support for helm chart [@KevinMellott91](https://github.com/KevinMellott91) |
| 10 | +* **New** `seed` cmd to populate `marquez` database with source, dataset, and job metadata allowing users to try out features of Marquez (data lineage, view job run history, etc) :tada: |
| 11 | +* Docs on applying db migrations manually |
| 12 | +* **New** Lineage API to support data lineage queries :tada: |
| 13 | +* Support for logging errors via [sentry](https://sentry.io/) |
| 14 | +* **New** Airflow [example](https://github.com/MarquezProject/marquez/tree/main/examples/airflow) with Marquez :tada: |
| 15 | + |
| 16 | +### Changed |
| 17 | + |
| 18 | +* Update OpenLinageDao to stop converting URI structures to contain underscores instead of colons and slashes [@collado-mike](https://github.com/collado-mike) |
| 19 | +* Bump testcontainers dependency to `v1.15.2` [@ ShakirzyanovArsen](https://github.com/ShakirzyanovArsen) |
| 20 | +* Register output datasets for a run lazily [@henneberger](https://github.com/henneberger) |
| 21 | +* Refactor spark plan traversal to find input/output datasets from datasources [@collado-mike](https://github.com/collado-mike) |
| 22 | +* Web UI project settings and default marquez port [@phixMe](https://github.com/phixMe) |
| 23 | +* Associate dataset inputs on run start [@henneberger](https://github.com/henneberger) |
| 24 | + |
| 25 | +### Fixed |
| 26 | + |
| 27 | +* Dataset description is not overwritten on update [@henneberger](https://github.com/henneberger) |
| 28 | +* Latest tags are returned from dataset [@henneberger](https://github.com/henneberger) |
| 29 | +* Airflow integration tests on forked PRs [@mobuchowski](https://github.com/mobuchowski) |
| 30 | +* Empty nominal end time support [@henneberger](https://github.com/henneberger) |
| 31 | +* Ensure valid dataset fields for OpenLineage [@henneberger](https://github.com/henneberger) |
| 32 | +* Ingress context templating for helm chart [@KulykDmytro](https://github.com/KulykDmytro) |
4 | 33 |
|
5 | 34 | ## [0.12.2](https://github.com/MarquezProject/marquez/compare/0.12.0...0.12.2) - 2021-03-16 |
6 | 35 |
|
|
23 | 52 | * New `/lineage` endpoint for [OpenLineage](https://github.com/OpenLineage/OpenLineage) support [@henneberger](https://github.com/henneberger) |
24 | 53 | * New graphql endpoint [@henneberger](https://github.com/henneberger) |
25 | 54 | * New spark integration [@henneberger](https://github.com/henneberger) |
26 | | -* New API to list versions for a dataset |
| 55 | +* New API to list versions for a dataset |
27 | 56 |
|
28 | 57 | ### Changed |
29 | 58 |
|
|
54 | 83 |
|
55 | 84 | * Always migrate db schema on app start in development config |
56 | 85 | * Update default db username / password |
57 | | -* Use [`marquez.dev.yml`](https://github.com/MarquezProject/marquez/blob/main/marquez.dev.yml) in on docker compose `up` |
| 86 | +* Use [`marquez.dev.yml`](https://github.com/MarquezProject/marquez/blob/main/marquez.dev.yml) in on docker compose `up` |
58 | 87 |
|
59 | 88 | ## [0.11.1](https://github.com/MarquezProject/marquez/compare/0.11.0...0.11.1) - 2020-08-19 |
60 | 89 |
|
|
194 | 223 |
|
195 | 224 | ### Added |
196 | 225 |
|
197 | | -* Link dataset versions with run inputs |
| 226 | +* Link dataset versions with run inputs |
198 | 227 | * Add schema required by tagging |
199 | 228 | * More tests for class `common.Utils` |
200 | 229 | * Add `ColumnsTest` |
|
212 | 241 | ### Added |
213 | 242 |
|
214 | 243 | * Add `Job.latestRun` |
215 | | -* Add debug logging |
| 244 | +* Add debug logging |
216 | 245 |
|
217 | 246 | ### Changed |
218 | 247 |
|
|
248 | 277 |
|
249 | 278 | ### Changed |
250 | 279 |
|
251 | | -* Rename guid column to uuid |
| 280 | +* Rename guid column to uuid |
252 | 281 | * Use admin ping and health |
253 | 282 | * Update `owner` to `ownerName` |
254 | 283 |
|
|
258 | 287 |
|
259 | 288 | ### Fixed |
260 | 289 |
|
261 | | -* Fix `marquez.jar` rename on `COPY` |
| 290 | +* Fix `marquez.jar` rename on `COPY` |
262 | 291 |
|
263 | 292 | ## [0.4.0](https://github.com/MarquezProject/marquez/compare/0.3.4...0.4.0) - 2019-06-04 |
264 | 293 |
|
|
277 | 306 |
|
278 | 307 | ### Changed |
279 | 308 |
|
280 | | -* Set timestamps to `CURRENT_TIMESTAMP` |
| 309 | +* Set timestamps to `CURRENT_TIMESTAMP` |
281 | 310 |
|
282 | 311 | ## [0.3.2](https://github.com/MarquezProject/marquez/compare/0.3.1...0.3.2) - 2019-05-14 |
283 | 312 |
|
284 | 313 | ### Changed |
285 | 314 |
|
286 | | -* Set `job_versions.updated_at` to `CURRENT_TIMESTAMP` |
| 315 | +* Set `job_versions.updated_at` to `CURRENT_TIMESTAMP` |
287 | 316 |
|
288 | 317 | ## [0.3.1](https://github.com/MarquezProject/marquez/compare/0.3.0...0.3.1) - 2019-05-14 |
289 | 318 |
|
290 | 319 | ### Added |
291 | 320 |
|
292 | | -* Handle `Flyway.repair()` error |
| 321 | +* Handle `Flyway.repair()` error |
293 | 322 |
|
294 | 323 | ## [0.3.0](https://github.com/MarquezProject/marquez/compare/0.2.1...0.3.0) - 2019-05-14 |
295 | 324 |
|
|
299 | 328 |
|
300 | 329 | ### Changed |
301 | 330 |
|
302 | | -* Return timestamp strings as ISO format |
| 331 | +* Return timestamp strings as ISO format |
303 | 332 |
|
304 | 333 | ### Removed |
305 | 334 |
|
|
0 commit comments