Releases: j0k3r/f43.me
Releases · j0k3r/f43.me
9.0.2
9.0.1
9.0.0
I was mainly tired of upgrading my MongoDB instance.
Upgrade
- update the projet
- create the MySQL database & schema
php bin/console doctrine:database:create --env=prod
php bin/console doctrine:schema:create --env=prod
- update the
bin/mongo-to-mysql.php
file with information about your MySQL connection & MongoDB connection - run the script using
./bin/mongo-to-mysql.php
and it'll create all feed & item (log aren't migrated)
What's new
-
RabbitMQ can now be used to process new items from feed. It's really faster than using the command.
The command can be used to push each feed in a queue (using--use_queue
) parameter.See that new part in the README: https://github.com/j0k3r/f43.me#with-rabbitmq
-
The
docker-compose.yml
file has been updated so it uses MariaDB instead of MongoDB but the RabbitMQ isn't created.
8.0.3
8.0.2
8.0.1
Fixes & upgrade
Bump deps
- Bump phpstan/phpstan-doctrine from 0.11.4 to 0.11.5 #218
- Bump symfony/phpunit-bridge from 4.2.8 to 4.2.9 #219
- Bump symfony/symfony from 3.4.27 to 3.4.28 #220
- Bump phpstan/phpstan from 0.11.7 to 0.11.8 #221
- Bump symfony/phpunit-bridge from 4.2.9 to 4.3.0 #223
- Bump friendsofphp/php-cs-fixer from 2.15.0 to 2.15.1 #224
- Bump doctrine/doctrine-bundle from 1.11.1 to 1.11.2 #225
- Bump php-http/httplug-bundle from 1.15.2 to 1.16.0 #226
- Bump doctrine/doctrine-fixtures-bundle from 3.1.0 to 3.2.0 #228