Skip to content

Releases: fedora-infra/anitya

Anitya 0.17.1

09 Sep 09:12
0.17.1
Compare
Choose a tag to compare

Bug Fixes

  • Final info message in check service using error counter instead ratelimit counter (#823)

  • No error was shown when check_service thread crashed (#824)

  • Crash when sorting versions with and without date when looking for last retrieved version (#825)

  • Crash when calling FTP url (#833)

  • Latest version is not updated when version is removed from web interface (#830)

  • GitHub response 403 doesn't have ratelimit reset time (#832)

Anitya 0.17.0

03 Sep 09:42
0.17.0
Compare
Choose a tag to compare

Features

  • Adhere to black's Python 3.6 formatting rules (#818)

  • Support multiple version prefixes (#655)

  • Make libraries.io SSE consumer part of Anitya (#723)

  • Check for new versions only when there is any change on the URL till last version was retrieved (#730)

  • Allow fetching releases on Github backend (#733)

  • Add calendar versioning (#740)

  • Add semantic versioning (#741)

Bug Fixes

  • Restore missing closing """ in sample configuration (#797)

  • Constrain failure during alembic downgrade (#812)

  • Fix createdb.py to now create all tables properly (#817)

  • Hide ecosystem field for non admin users (#687)

  • Failures during project addition causes distro mapping to be skipped (#735)

  • Handle status code 403 as rate limit exception on Github backend (#790)

  • Cannot add distro (#791)

  • One revision is skipped when doing alembic upgrade head (#819)

Development Changes

  • Add docker build to Travis CI tests (#799)

  • Change required version for pyasn1 (#812)

  • Minor packaging cleanup and gitignore additions (#816)

  • Fix rabbitmq-server in dev environment (#804)

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

  • Anatoli Babenia
  • Michal Konečný
  • Samuel Verschelde
  • Vincent Fazio

Anitya 0.16.1

16 Jul 13:49
0.16.1
Compare
Choose a tag to compare

Bug Fixes

  • Check service: Counters saved to database are always 0 (#795)

Development Changes

  • Fix issue with documentation build (#789)

Anitya 0.16.0

24 Jun 10:37
0.16.0
Compare
Choose a tag to compare

Features

  • Turn Anitya cron job to service (#668)

Bug Fixes

  • Error 500 when opening distro page (#709)

  • "Edit" form for Distro Mapping forgets the distributions (#744)

  • anitya.project.map.new not send when adding new mapping through APIv2 (#760)

Development Changes

  • Add new dependency ordered_set (#668)

  • Add diff-cover to tox testing suite (#782)

Anitya 0.15.1

06 Mar 13:45
0.15.1
Compare
Choose a tag to compare

Bug Fixes

  • Fix topic for Fedora Messaging (#750)

Development Changes

  • Check formatting using black (#725)

  • Remove gunicorn dependency (#742)

Other Changes

  • Add sample configuration for Fedora Messaging (#738)

Anitya 0.15.0

20 Feb 13:26
0.15.0
Compare
Choose a tag to compare

Features

  • Convert to Fedora Messaging (#570)

Bug Fixes

  • Release notes point to fedora-messaging (#699)

  • Javascript error on add project page (#714)

  • Changed copyright datum on frontpage to 2013-2019 (#721)

  • Invalid User-Agent (#729)

Development Changes

  • Rename Vagrantfile.example to Vagrantfile (#715)

  • Introduce bandit to tox tests (#724)

Other Changes

  • Added example of usage in contribution guide (#719)

  • Fix URL to fedmsg website on index.html to use the correct website URL (#722)

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

  • Jeremy Cline
  • AsciiWolf
  • Michal Konečný
  • Neal Gompa
  • Yaron Shahrabani

Anitya 0.14.1

17 Jan 11:23
0.14.1
Compare
Choose a tag to compare

Features

  • Show raw version on project page for admins (#696)

Bug Fixes

  • Libraries.io consumer is replacing topic_prefix for Anitya (#704)

  • Release unlocked lock in cronjob (#708)

  • Comparing by dates created version duplicates (#702)

Development Changes

  • Remove Date version scheme (#707)

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

  • Anatoli Babenia
  • Michal Konečný

Anitya 0.14.0

08 Jan 10:17
0.14.0
Compare
Choose a tag to compare

Features

  • Add delete cascade on DB models (#608)

  • Logs table is replaced by simple status on project (#635)

  • Update form for adding new distributions (#639)

  • Refresh page after full check (#670)

  • Show URL for version check on project UI (#549)

  • Link to backend info from project view and edit pages (#556)

  • Retrieve all versions, not only the newest one (#595)

  • Add rate limit handling (#600)

  • Basic user management UI for admins (#621)

  • Rate limit enhancements (#665)

  • Add ecosystem information to project.version.update fedmsg topic. (#666)

Bug Fixes

  • Fix unhandled exception in GitLab backend (#663).

  • Can't rename mapping for gstreamer (#598)

  • Source map error: request failed with status 404 for various javascript packages (#606)

  • about#test-your-regex link is broken (#628)

  • Github backend returns reversed list (#642)

  • Version prefix not working in GitLab backend (#644)

  • Latest version on Project UI is shown with prefix (#662)

  • Crash when version is too long (#674)

Development Changes

  • Add python 3.7 to tox tests (#650)

  • Update Vagrantfile to use Fedora 29 image (#653)

  • Drop support for python 2.7 and python 3.5 (#672)

Other Changes

  • Update contribution guide (#636)

  • Add GDPR SAR script (#649)

  • Add supported versions of python to setup script (#651)

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

  • Anatoli Babenia
  • Graham Williamson
  • Jeremy Cline
  • Michal Konečný

Anitya 0.13.2

12 Oct 10:53
0.13.2
Compare
Choose a tag to compare

Features

  • Show users their ID on Settings page (#631)

  • Add sorting by creation date for versions (#593)

Bug Fixes

  • Can't parse owner/repo on Github backend (#632)

  • Login into staging using OpenID not possible (#616)

Development Changes

  • Add towncrier for generating release notes (#618)

  • Remove deprecations warning (#627)

  • Add documentation dependency to vagrant container (#630)

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

  • Eli Young
  • Jeremy Cline
  • Michal Konečný

Anitya v0.13.1

20 Sep 15:21
0.13.1
Compare
Choose a tag to compare

Features

  • Add database schema generation (#603).

Bug Fixes

  • Fix cron issues (#613).