1.5
New features:
- Support for tracking multiple package collections
- Can be used to track multiple Fedora releases
- Currently an experimental feature, that required rewrite of large
portion of code. Due to that, we'll wait for some time before enabling it
in production instance.
- repo_regen plugin for deployments in secondary mode
- Used to regenerate and track koji repos when having it's own private koji
for building
- Used to regenerate and track koji repos when having it's own private koji
Improvements and bugfixes:
- Compact representation of dependencies
- Using postgres arrays and zlib compression
- Should reduce the database size significantly (necessary to scale to multiple collections)
- User<->Package relation now stored in dogpile.cache instead of main database
- More efficient polling for new builds
- Fixing ORM errors on stale rows when deleting builds
- Bugfixes in secondary mode
- Bugfixes in repo_cache