Skip to content

Commit

Permalink
release: Publish version v0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Aug 27, 2021
1 parent de2174d commit 76fbfa8
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
# Changelog of flusio

## 2021-xx-yy - v0.30
## 2021-08-27 - v0.30

### Migration notes

**Important change:** CLI commands format has changed! You’ll need to update
**Important change:** CLI commands interface has changed! You’ll need to update
the worker(s) service/cron command with the new format (i.e. `php cli jobs
watch [--queue=TEXT]`).

If you dedicates workers to queues, the [performance document](/docs/performance.md)
didn’t mentionned the `importators` queue previously. It’s now fixed and you
should start a worker dedicated to this queue as well.

### Improvements

- Improve performance of Youtube and feeds fetching
- Redesign the command line interface
- Provide CLI command to show system info and stats
- Add three indexes to database for performance

### Misc

- Refactor a whole bunch of code
- Mention importators queue in performance doc
- Improve handling of errors during feeds and links sync
- Fix output of migration and rollback commands
- Rename the LinksFetcher job
- Handle correctly empty responses with SpiderBits
- Fix some failing tests

## 2021-08-12 - v0.29

### Migration notes
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.29
0.30
1 change: 0 additions & 1 deletion public/assets/pop-out.782173f1.svg

This file was deleted.

2 changes: 1 addition & 1 deletion public/assets/stylesheets/application.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/stylesheets/application.css.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/assets/stylesheets/design.css

This file was deleted.

1 change: 0 additions & 1 deletion public/assets/stylesheets/design.css.map

This file was deleted.

0 comments on commit 76fbfa8

Please sign in to comment.