Releases: makiftutuncu/MuezzinAPI
Version 2.4.1
Fix https issue (again)
Version 2.4.0
- Move date formatting into its own configurable class
- Add Diyanet SSL certificate
- Update broom configuration
Version 2.3.1
Added allowed hosts filter configuration
Version 2.3
- Updated default durations and intervals in configuration so they are lower
- Added more precise nuke target support
- Added nuke cache endpoint which will flush the cache
- Filtered out any prayer time before today
- Bumped up versions of pretty much everything
- SBT to 1.1.0
- Scala to 2.12.4
- Play Framework to 2.6.12
- Firebase Admin to 5.9.0
- Errors to 1.2
- Akka Actor to 2.5.11
- Jsoup to 1.11.2
- Specs2 to 4.0.2
Version 2.2.2
Diyanet changed their website yet again, so I fixed the parsers.
Version 2.2.1
This is a small fix about qibla times. In version 2.2, qibla
key is not passed in prayer times because Diyanet simply doesn't provide it anymore. This breaks Android app at the moment. Until it is fixed, API will send it as 00:00
so that it can work.
Version 2.2
- Fixed parsing issues caused by changes on Diyanet web site
- jsoup is now used for HTML parsing which made things way easier
- Added a
/nuke
endpoint for, you know, nuking stuff 😉
Version 2.1
Updated external dependencies and fixed Firebase connections causing failures
Version 2.0
Updated pretty-much everything, using Firebase for persistence now with a new data schema
Version 1.2
This version includes a bugfix which is about rounding prayer times. Prayer time timestamp values were invalidly being rounded to Int and either becoming invalid or losing precision. Now they are not rounded at all.
This version also includes a new feature for all endpoints; force downloading. See the end of README.md for details.