Releases: fedora-infra/anitya
Anitya 0.17.1
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
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
Anitya 0.16.0
Anitya 0.15.1
Anitya 0.15.0
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
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
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
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
Features
Bug Fixes
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ý