Releases: TKOaly/user-service
Releases · TKOaly/user-service
v1.8.6
- Increase session maximum age to 5 minutes
- Seeding fixes for tko-aly.localhost
Full Changelog: v1.8.5...v1.8.6
v1.8.5
- Improve the robustness and error handling of the NATS message handler.
v1.8.4
- Include previously expelled members in the list of nonmember users.
v1.8.3
- Fixed the first payment being returned where the latest should have been returned.
v1.8.2
What's Changed
- Provide a script for rebuilding the users table from the event stream by @dogamak in #158
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- Implement an endpoint for querying payments by their reference number by @dogamak in #157
Full Changelog: v1.8.0...v1.8.1
v1.7.0
- Use NATS JetStream for storing membership information changes.
v1.6.10
- Fix CSRF on password recovery forms.
v1.6.9
- Disable the
form-action
CSP directive, as that rendered the forms inoperable on Chromium.