Skip to content

Releases: j0k3r/f43.me

9.0.2

15 Oct 16:17
6d5562c
Compare
Choose a tag to compare
  • Improve public page (more mobile friendly)

9.0.1

04 Sep 07:25
a28bca6
Compare
Choose a tag to compare
  • Accessing XML feed should be allowed to anonymous #263
  • Update deps #264

9.0.0

29 Aug 09:39
Compare
Choose a tag to compare

⚠️ Breaking change: switch from MongoDB to MySQL

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

  1. 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

  2. The docker-compose.yml file has been updated so it uses MariaDB instead of MongoDB but the RabbitMQ isn't created.

8.0.3

20 Aug 15:45
a0a18cd
Compare
Choose a tag to compare
  • Update deps #249
  • Better iframe for Gfycat #250
  • Use Makefile instead of ant #254

8.0.2

19 Jul 15:15
887285e
Compare
Choose a tag to compare
  • Jump to PHPStan level 4 (and fix some bugs) #242
  • Update docker image #245
  • A lot of deps bump

8.0.1

11 Jun 21:49
5e087f6
Compare
Choose a tag to compare

Fixes & upgrade

  • Use Sentry 3.0 #229
  • Fix Twitter ID length #230

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

8.0.0

23 May 07:55
a411195
Compare
Choose a tag to compare

The main breaking change is to jump to Graby 2 which means using HTTPlug

  • Jump to Graby 2.0 #206 & #216
  • Be sure to catch all exceptions #210
  • Jump to Sentry 3.0 #211 (but reverted #215)
  • Enable PHPStan #212
  • Fix GitHub headers #213
  • Add Redirect plugin #214
  • Update deps #209

7.0.4

03 Apr 11:33
7eb29d3
Compare
Choose a tag to compare
  • Update deps #205 #207
  • Replace mercury url with own one #208

7.0.3

05 Feb 13:03
ca3f6ba
Compare
Choose a tag to compare

7.0.2

04 Jan 07:37
53c7717
Compare
Choose a tag to compare