Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] update changelog for 0.24.0 #2052

Merged
merged 1 commit into from
Aug 2, 2022
Merged

[DOCS] update changelog for 0.24.0 #2052

merged 1 commit into from
Aug 2, 2022

Conversation

merobi-hub
Copy link
Collaborator

Signed-off-by: Michael Robinson merobi@gmail.com

Problem

Changelog needs to be updated for 0.24.0.

Solution

Updates changelog for release.

Note: All database schema changes require discussion. Please link the issue for context.

Checklist

  • You've signed-off your work
  • Your changes are accompanied by tests (if relevant)
  • Your change contains a small diff and is self-contained
  • You've updated any relevant documentation (if relevant)
  • You've updated the CHANGELOG.md with details about your change under the "Unreleased" section (if relevant, depending on the change, this may not be necessary)
  • You've versioned your .sql database schema migration according to Flyway's naming convention (if relevant)
  • You've included a header in any source code files (if relevant)

@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #2052 (72dac25) into main (ccbdb96) will increase coverage by 2.24%.
The diff coverage is 85.93%.

@@             Coverage Diff              @@
##               main    #2052      +/-   ##
============================================
+ Coverage     78.83%   81.07%   +2.24%     
+ Complexity     1015      827     -188     
============================================
  Files           199      165      -34     
  Lines          5557     4799     -758     
  Branches        421      335      -86     
============================================
- Hits           4381     3891     -490     
+ Misses          726      584     -142     
+ Partials        450      324     -126     
Impacted Files Coverage Δ
api/src/main/java/marquez/db/JobDao.java 100.00% <ø> (ø)
api/src/main/java/marquez/db/JobVersionDao.java 91.04% <0.00%> (+1.18%) ⬆️
api/src/main/java/marquez/db/RunDao.java 92.50% <ø> (-0.53%) ⬇️
api/src/main/java/marquez/db/models/RunRow.java 100.00% <ø> (+10.00%) ⬆️
...src/main/java/marquez/db/mappers/RunRowMapper.java 70.83% <70.83%> (ø)
...rc/main/java/marquez/db/models/ExtendedRunRow.java 63.63% <83.33%> (+13.63%) ⬆️
api/src/main/java/marquez/db/OpenLineageDao.java 95.75% <100.00%> (-0.03%) ⬇️
.../src/main/java/marquez/service/DatasetService.java 89.18% <100.00%> (ø)
api/src/main/java/marquez/service/JobService.java 91.66% <100.00%> (ø)
.../main/java/marquez/service/OpenLineageService.java 92.55% <100.00%> (+0.24%) ⬆️
... and 37 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

CHANGELOG.md Outdated
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.23.0...HEAD)
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.24.0...HEAD)

## [0.24.0](https://github.com/MarquezProject/marquez/compare/0.23.0...0.24.0) - 2022-07-28
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@merobi-hub: We would only update the changelog for 0.24.0 right before the release. The Unreleased section can still contain a list of changes (that you've added in this PR) that have yet to be released without an official release.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wslulciuc Thanks. My thinking was that if I opened a PR ahead of time the changelog could be reviewed and revised ahead of the release if needed without losing time

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh makes sense! I didn't want to merge the PR until the tag / release was out, but looks like we're scheduled for the release today, so let's get this merged!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@merobi-hub We'll also want to add a recent fix by @collado-mike (see 2053)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wslulciuc PR 2053 has been added. Good to go?

Copy link
Member

@wslulciuc wslulciuc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but you'll also want to add a recent fix by @collado-mike (see 2053)

@merobi-hub
Copy link
Collaborator Author

@wslulciuc 2053 has been added. Are we good to go?

@merobi-hub
Copy link
Collaborator Author

@wslulciuc wait, I should update the date

Signed-off-by: Michael Robinson <merobi@gmail.com>
@wslulciuc wslulciuc merged commit 2a369c8 into main Aug 2, 2022
@wslulciuc wslulciuc deleted the V24-update-changelog branch August 2, 2022 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants