0.17.0
Backwards-incompatible changes
-
Dropped the
collaboration
table from the database schema and removed related code from the application. Originally in Ook we wanted to treat human authors separate from organizational authors in order to make building out a staff directory easier. However, working against the grain of authordb.yaml (the canonical source for Rubin author data) has proven to be difficult. Now collaborations/collective authors will appear in the/authors/
endpoints and in theauthor
database table. -
Requires database migration,
113ced7d2d29
.
What's Changed
- DM-51816: Stop distinguishing collaborations from authors by @jonathansick in #193
Full Changelog: 0.16.0...0.17.0