This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
Releases: benjaminsampica/DynamoLeagueBlazor
Releases · benjaminsampica/DynamoLeagueBlazor
v2.4.4 - Fix authentication issues with issuer
What's Changed
- Add IssuerUri to identity with production environment by @benjaminsampica in #146
Full Changelog: v2.4.3...v2.4.4
v.2.4.3 - Fix mobile navbar icon alignment.
What's Changed
- Add unit tests for model classes by @benjaminsampica in #140
- #142 & #141 by @benjaminsampica in #143
Full Changelog: v2.4.2...v2.4.3
v2.4.2 - Fix issue with expired access tokens.
What's Changed
- Add global access token not available exception handler to client by @benjaminsampica in #139
Full Changelog: v2.4.1...v2.4.2
v2.4.1 - Attempt to fix PWA functionality by showing users when an update is available.
What's Changed
- Attempt to fix PWA functionality by adding an alert for clients to update by @benjaminsampica in #138
Full Changelog: v2.4.0...v2.4.1
v2.4.0 - Show offer matching for everyone but only matching team can actually match.
What's Changed
- Add retry policy and remove calls for AccessTokenNotAvailable by @benjaminsampica in #135
- Show offer matching for everyone but only matching team can actually match. by @benjaminsampica in #134
Full Changelog: v2.3.0...v2.4.0
v2.3.0 - Add striping to tables for mobile view
What's Changed
- Add global usings by @benjaminsampica in #131
- Add striping to tables for mobile view by @benjaminsampica in #132
Full Changelog: v2.2.0...v2.3.0
v2.2.0 - Add user info to all logs.
What's Changed
- Add user id when anything is logged by @benjaminsampica in #129
Full Changelog: v2.1.4...v2.2.0
v2.1.4 - Bug fix for Offermatching
v2.1.3 - Assign the winning team to expiring matches.
v2.1.2 - On startup, run jobs.
Our hosting provider doesn't keep alive our IIS processes and the scheduled jobs are being missed when there is no activity.