Skip to content

🐜 Bug fixes & Tidy Ups

Compare
Choose a tag to compare
@marshallswain marshallswain released this 31 Mar 16:28
· 314 commits to master since this release

This release addresses a few bugs and cleans up the codebase a bit.

  • Fixes an issue with service name comparison in the auth responseHandler (by @JorgenVatle): #452
  • Code cleanup, bug fixes, and better windows dev support by @fratzinger : #451
  • Removes a double await that snuck into the codebase (by @J3m5): #454
  • Cleans up the get getter with an early return & more (by @J3m5): #455
  • Makes it possible to configure the responseIdentityField and entityIdField for the auth plugin: #453

Many thanks to @JorgenVatle, @fratzinger, and @J3m5, @hiob10hiob for the reported bugs and fixes.