Releases: Brawl345/tagesschau-eilbot
Releases · Brawl345/tagesschau-eilbot
2024-01-12
- Fix link to breaking news
- Add Docker image
2023-04-29
- Fix breaking news structure
2023-04-25
- Switch to new URL
2022-04-05
- Restructure DB connection
⚠ IMPORTANT BREAKING CHANGE: Replace MYSQL_URL
in your environment variables (for example in the .env
file) with the new specific values (see .env.example
)!
2022-03-22
- Fix nil pointer on flood error
Full Changelog: 2022-03-21...2022-03-22
2022-03-21
- Handle all 403 errors
Full Changelog: 2022-03-20...2022-03-21
2022-03-20
- LZMA compress binaries
- Shut down gracefully
Full Changelog: 2022-03-16...2022-03-20
2022-03-16
- Smaller binaries
- Compiled with Go 1.18
Full Changelog: 2022-03-11...2022-03-16
2022-03-11
- Set maximum idle time for DB connections to three minutes
Full Changelog: 2022-03-08...2022-03-11
2022-03-08
- Switch to MySQL (#4)
- Uses ENV variables (or
.env
file) - Use /headerapp as endpoint (#3)
- Replace cron with native time.AfterFunc (#3)
Full Changelog: 2022-03-05...2022-03-08