Skip to content

Releases: prose-im/prose-pod-server

0.3.7

31 Jan 00:13
1d2b6c1
Compare
Choose a tag to compare
  • Update Prosody to include a hotfix to a bug introduced last time we updated Prosody

Full Changelog: 0.3.6...0.3.7

0.3.6

30 Jan 16:14
15e5e16
Compare
Choose a tag to compare
  • Update Prosody [@RemiBardon]

    mod_tokenauth: Fix expiry lasting one second too much

    Because the code was using < now in a lot of places, things expiring at the current second
    wouldn't be marked as expired. It isn't noticeable in real-world scenarios but I wanted to
    create OAuth 2.0 tokens valid for 0 second in integration tests and it wasn't possible.

    By using <= instead of <, we make sure tokens don't live a single millisecond more than
    what they are supposed to.

Full Changelog: 0.3.5...0.3.6

0.3.5

23 Jan 12:23
e86528e
Compare
Choose a tag to compare

Full Changelog: 0.3.4...0.3.5

0.3.4

06 Jan 14:55
26cdf34
Compare
Choose a tag to compare

Full Changelog: 0.3.3...0.3.4

0.3.3

07 Dec 13:06
8e6cb31
Compare
Choose a tag to compare

Full Changelog: 0.3.2...0.3.3

0.3.2

06 Nov 16:13
0.3.2
498219e
Compare
Choose a tag to compare

Full Changelog: 0.3.1...0.3.2

0.3.1

19 Oct 13:46
0.3.1
9b78fbf
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.3.1

0.3.0

19 Oct 13:33
0.3.0
3171da7
Compare
Choose a tag to compare
  • Initial minimalistic release of the server Docker image [@valeriansaliou].