Skip to content

Releases: metabrainz/sir

3.0.1

16 May 11:01
Compare
Choose a tag to compare

Fixed Bug

3.0.0

13 May 11:21
47c50f4
Compare
Choose a tag to compare

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 Python 2.7)
  • Update mbdata to @amCap1712 development version 2 for MusicBrainz database schema 27 and regenerate SQL scripts.
  • Remove unused files

2.1.1

31 Aug 15:41
6efb97e
Compare
Choose a tag to compare

Fixed Bug

  • [SEARCH-665] - RuntimeError: maximum recursion depth exceeded in cmp

Plus fixed logging bug and migrated from ravento sentry-sdk.

2.1.0

17 May 16:23
Compare
Choose a tag to compare

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

15 Feb 15:01
19c50d3
Compare
Choose a tag to compare

Deployment-only change for setting RabbitMQ service name in SIR’s configuration through environment. See the pull request #119.

2.0.0

29 Dec 16:09
Compare
Choose a tag to compare

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

12 Aug 16:37
Compare
Choose a tag to compare

Bug fix

  • [SOLR-115] – Regression: Reindexing sometimes results in slightly less or more indexed documents than expected

Plus cosmetic change with logging live indexer.

1.0.1

07 Aug 10:42
f1dd18a
Compare
Choose a tag to compare

Bug fix

  • [SOLR-113] – XML incompatible strings abort reindexing annotation, recording, release, and url cores

Plus cosmetic changes with logging, debugging, and git ignore.

1.0.0

18 Jun 09:12
d44f601
Compare
Choose a tag to compare

Task