Skip to content

Releases: makiftutuncu/MuezzinAPI

Version 2.4.1

13 Dec 21:31
Compare
Choose a tag to compare

Fix https issue (again)

Version 2.4.0

06 Jun 20:15
Compare
Choose a tag to compare
  • Move date formatting into its own configurable class
  • Add Diyanet SSL certificate
  • Update broom configuration

Version 2.3.1

15 Mar 14:18
Compare
Choose a tag to compare

Added allowed hosts filter configuration

Version 2.3

15 Mar 14:03
Compare
Choose a tag to compare
  • 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

22 Nov 19:30
Compare
Choose a tag to compare

Diyanet changed their website yet again, so I fixed the parsers.

Version 2.2.1

18 Oct 20:34
Compare
Choose a tag to compare

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

18 Oct 20:19
Compare
Choose a tag to compare
  • 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

07 Jun 09:56
Compare
Choose a tag to compare

Updated external dependencies and fixed Firebase connections causing failures

Version 2.0

02 Oct 13:04
Compare
Choose a tag to compare

Updated pretty-much everything, using Firebase for persistence now with a new data schema

Version 1.2

15 Sep 19:49
Compare
Choose a tag to compare

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.