Releases: metabrainz/sir
Releases · metabrainz/sir
3.0.1
Fixed Bug
- Python
sentry-sdk
package actually requires backportedtyping
package to run in Dockermetabrainz/python
base image.
3.0.0
New requirement
Version 3.y.z
requires active MusicBrainz database schema 27
.
Fixed Bug
- [SEARCH-609] - SIR triggers do not work as intended when running a MusicBrainz mirror instance (thanks to @ta264)
- [SEARCH-669] - Indexer hanging on type description update
Improvement
- [SEARCH-653] - Improve Drop SQL scripts to support previous versions too
New Feature
- [SEARCH-610] - Allow to selectively live update some search indexes only (thanks to @ta264)
Task
- Update Postgres client version to
12
- Replace using the deprecated
apt-key
- Update MetaBrainz Python base Docker image tag to
2.7-20220421
, bringing the following changes:- Bump Ubuntu version to
20.04
LTS (Focal Fossa) - Bump Consul Template version to
0.25.2
- Bump Pip version to
20.3.4
(the latest version compatible with Python2.7
)
- Bump Ubuntu version to
- Update
mbdata
to @amCap1712 development version 2 for MusicBrainz database schema 27 and regenerate SQL scripts. - Remove unused files
2.1.1
Fixed Bug
- [SEARCH-665] - RuntimeError: maximum recursion depth exceeded in cmp
Plus fixed logging bug and migrated from raven
to sentry-sdk
.
2.1.0
Task
- [SEARCH-644] - Remove unintented ordering attribute from series index
Plus bump mbdata
development version 4 for MusicBrainz database schema 26 and regenerate SQL scripts.
2.0.1
2.0.0
New requirement
Version 2.y.z
requires active MusicBrainz database schema 26
with at least the SQL updates due to MBS-1424 (recording’s first release date).
Bug
- [SEARCH-623] - Gender ID is missing from JSON/XML artist search results
- [SEARCH-624] - Status ID is missing from release in JSON/XML search results
New Feature
- [SEARCH-218] - Add first release date to the fields and results of indexed search for recordings
- [SEARCH-384] - Add first release date to the fields of indexed search for release groups
- [SEARCH-590] - Add packaging to the fields of indexed search for releases
Improvement
- [SEARCH-319] - Add first release date to the results of indexed search for release groups
Plus small fixes reducing built Docker image size by ~50MB.
1.0.2
1.0.1
1.0.0
Task
- Update to MusicBrainz XML Metadata (MMD) Schema v-2019-01-07 (release notes)
through Python bindings (mb-rngpy) 2.20190107.0 (release notes) - Update to MusicBrainz database schema 25 (blog post)
through Python bindings (mbdata) 25.0.0 (release notes) - Update to PySolr 3.8.1 (release notes)