Skip to content

Commit caf5700

Browse files
authored
Release 1.0.26 (#903)
1 parent 92979fc commit caf5700

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# CHANGELOG
22

3+
## 1.0.26 -- 2025-06-07
4+
5+
### Significant changes
6+
7+
- Package feeds [#329](https://github.com/flora-pm/flora-server/issue/329) [#881](https://github.com/flora-pm/flora-server/pull/881)
8+
9+
This PR introduces Atom feeds for packages. The packages are dynamically selected from the `package_feeds` table according to a query parameter array. New releases are inserted in the `package_feeds` table.
10+
11+
### Other changes
12+
13+
- Remove one-to-many relationship between users and packages [#863](https://github.com/flora-pm/flora-server/pull/863)
14+
15+
Packages have multiple maintainers and this model is too restrictive.
16+
It's better to refer to a multitude of users who have upload privileges.
17+
18+
- Improve tmux script [#864](https://github.com/flora-pm/flora-server/pull/864)
19+
20+
- Rewrite the tmux script so it only make one single invocation to tmux.
21+
Session name / Window name / Pane name are all specified in each tmux command, so you can nest it (given that you use zsh).
22+
23+
- Implement API route for package prefix search [#835](https://github.com/flora-pm/flora-server/issue/835) [#873](https://github.com/flora-pm/flora-server/pull/873)
24+
25+
- A new route under /api/experimental/packages/search/:packageNamePrefix is added.
26+
It returns a vector of names of packages matching the prefix.
27+
28+
- Rework API route for package prefix search [#874](https://github.com/flora-pm/flora-server/pull/874)
29+
30+
- The route /api/experimental/packages/search is changed to take two parameters, `name` and `page`
31+
32+
- Advertise package feeds in search [#889](https://github.com/flora-pm/flora-server/issue/889) [#890](https://github.com/flora-pm/flora-server/pull/890)
33+
34+
- Disable proc metrics on FreeBSD [#901](https://github.com/flora-pm/flora-server/pull/901)
35+
336
## 1.0.25 -- 2025-03-28
437

538
### Significant changes

flora.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: flora
3-
version: 1.0.25
3+
version: 1.0.26
44
homepage: https://github.com/flora-pm/flora-server/#readme
55
bug-reports: https://github.com/flora-pm/flora-server/issues
66
author: Théophile Choutri

0 commit comments

Comments
 (0)