Releases: flora-pm/flora-server
v1.0.23 β Moar Prometheus
v1.0.22 β Security Advisories
Flora 1.0.22 is here! With this release you can view security advisories for Haskell packages of the Hackage ecosystem.
The hsec:
search qualifier enables you to look for advisories according to a search term present in their summary.
Many thanks to the Haskell Foundation's Security Response Team for their collaboration.
v1.0.21
v1.0.20 -- Hotfix release
- Sort and limit the amount of releases in the DB instead of Flora #567
v1.0.19
v1.0.18
v0.1.17
v1.0.16
v1.0.15
What's Changed
- [FLORA-434] Show 3 numbers in version if using 0x versioning scheme. by @a-02 in #490
- [FLORA-491] Deduplicate dependencies listed in package overview by @tchoutri in #492
- [NO-ISSUE] Use Sel for password hashing by @tchoutri in #493
- [NO-ISSUE] Delete data from test tables instead of dropping the DB by @tchoutri in #494
New Contributors
Full Changelog: v1.0.14...v1.0.15
Flora 1.0.14 β Now going meta-index!
With this release, Flora is now able to process other package repositories.
On flora.pm we will start with indexing the Cardano packages. See https://flora.pm/documentation/namespaces for more information.
The search bar also gains modifiers, including one that allows you to restrict a package search to a specific namespace.
See https://flora.pm/documentation/search-features for more. information.
What's Changed
- Colourise in red deprecation markers on the package page (#438)
- Added more matches to the natural language processing category (#440)
- Allow package imports from multiple repositories (#444)
- Add a page on namespaces in the documentation (#451)
- Add initial support for hosting package tarballs (#452)
- Show depended on components in dependencies page (#464)
- Add search bar for reverse dependencies (#476)
- Support non Hackage repo URLs (#479)
- Add description field in package index (#486)
- Introduce search bar modifiers (#487)
New Contributors
- @LemonjamesD made their first contribution π