Skip to content

Releases: YunzheZJU/non-stop-story

v1.3

09 Jun 13:29
Compare
Choose a tag to compare

This release contains the following updates:

  • Add field graduated to Members (#9)
  • Support Twitch (#14)
  • Allow duplicate workers. (#24)
  • Split LivesCheckJob from LivesDetectJob (#26)
  • Add Hotness API. (#30)
  • Upgrade dependencies.
  • Update seeds.

v1.2

16 Aug 04:01
Compare
Choose a tag to compare

This release contains the following updates:

  • Add field created_at to /lives/ended, /lives/current and /lives/scheduled
  • Support proxy on requesting workers
  • Extract job interval to config

v1.1

10 Aug 19:30
Compare
Choose a tag to compare

This release contains the following updates:

  • Add filters start_after and start_before to live_controller
  • Use UTC for all time operations
  • Update and extract seeds
  • Use postgres in production
  • Modify config.log_level from :debug to :info in production

First release

26 Jun 05:20
Compare
Choose a tag to compare

This release contains basic functionalities.

  • Background jobs: live_detect and daily_summary
  • Models, Controllers and Tests
  • HTTP Basic Authentication for admin APIs
  • GraphQL
  • Mailer
  • Docs