Releases: metabrainz/critiquebrainz
Releases · metabrainz/critiquebrainz
v-2021-08-23.1
What’s Changed
- Install postgresql-client from xenial repository to match base image (#374) @amCap1712
v-2021-08-23.0
What’s Changed
- CB-270: Added rating support for artists (#306) @amCap1712
- Fix post review API (#371) @jdaok
- CB-270: Implemented the reviewal of recordings (#303) @amCap1712
- Add Github Actions workflows (#364) @amCap1712
v-2021-03-31.0
What’s Changed
- Upgrade brainzutils and sentry-sdk (#354) @amCap1712
- Update translations (#345) @alastair
v-2021-02-24.0
What’s Changed
- Specify rel="noopener noreferrer" while opening link (#347) @amCap1712
- Setup code scanning (#346) @amCap1712
- Upgrade base python image (#343) @amCap1712
v-2021-02-11.0
What’s Changed
- Pin package versions and upgrade brainzutils (#341) @amCap1712
- CB-388: Reduce scope of mocks (#316) @amCap1712
- [Security] Bump marked from 1.1.1 to 2.0.0 (#342) @dependabot-preview
- Disable uwsgi request logging (#339) @alastair
- Add cache timeout for mbspotify (#340) @amCap1712
- Add expiry timeout for review cache (#338) @amCap1712
- Disable release-group caching (#337) @amCap1712
- Add release-drafter workflow (#333) @alastair
- Fix ignoring some files when building Docker images (#334) @yvanzo
- Bump ini from 1.3.5 to 1.3.8 (#325) @dependabot
- Address pylint and flake8 messages (#323) @alastair
- Update tests for unknown_entities_for_missing=True fix (#322) @alastair
- CB-402: Take error argument in error handlers (#321) @alastair
- CB-386: Use InputRequired validator in forms instead of DataRequired (#317) @AbhinavOhri
v-2020-10-26.0
v-2020-10-09.0
- CB-346: Add statistics page to show overall top contributors (#248)
- CB-349: Gulp to webpack (#253)
- CB-351: Link external reviews imported from MusicBrainz (#254)
- CB-353: ORM query for getting tags on an entity fails after schema change in the musicbrainz_db (#259)
- CB-355: Implemented the retrieval of entities using mbdata (#262)
- CB-270: Implemented the reviewal of artists (#263)
- CB-359: Implemented the reviewal of labels (#264)
- CB-270: Implemented the reviewal of works (#266)
- Reset cache when review is deleted of the popular reviews (#268)
- CB-357: Artist review creation page title does not have artist name (#271)
- Move label schema change to different schema change script (#273)
- Upgrade to python 3.8 (#289)
- CB-370: Use docker volumes for postgres initdb scripts (#289)
- CB-281: Add test.sh (#293)
- CB-363: Remove access_type arg from, which isn't documented or implemented (#294)
- CB-360: Make labels on album image always appear above the cover art (#295)
- CB-366: Use a git revision of bootstrap-rating-input for jquery compatibility (#296)
- CB-365: Search page on write a review page links to Work for artist search (#297)
- CB-373: "Write a review" link in footer doesn't work (#298)
- CB-374: Entity selection tabs don't change when clicked (#301)
- CB-368: Submitting a review, clicking back, and submitting again causes error (#302)
- CB-380: "Write a review" error messages don't give any context (#305)
- CB-369: Write a review page shows incorrect information depending on if the item is a work or artist (#307)
- CB-296:
init_postgres
function inmanage.py
doesn't work for the development environment (#308) - CB-376: Breaking change in API (created => published_on) (#309)
- CB-381: Dump importer doesn't reset sequence values after importing items (#310)
- CB-382: You can sometimes create a review without a revision (#311)
- CB-372: Error when trying to submit a rating twice (#312)
- Security updates (#267, #274, #275, #276, #277, #278, #279, #280, #281, #282, #283, #284, #285, #286, #287, #288, #290, #291, #292)
v-2019-05-13.0
Security issues minor release.
v-2019-01-31.0
v2018-04-30.1
- Use postgres-slave instead of pgbouncer-master to reduce load on main postgres server.