Releases: YunzheZJU/non-stop-story
Releases · YunzheZJU/non-stop-story
v1.3
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
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
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
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