Skip to content

Release 7.2.0

Compare
Choose a tag to compare
@greysdawn greysdawn released this 03 May 00:24
· 4 commits to main since this release

🔨 Fixes

  • the SystemAutoproxySettings model is now properly exported. whoops!
  • previously, all props that were considered nullable weren't actually marked as nullable for TS users with strict mode (or strictNullChecks) on. that should be fixed now for props that you can set to null to clear on the API

feel free to open an issue or PR if we missed a couple spots with nullable props! we tried our best to follow PK's API docs but there are a few things on there that aren't documented fully 😅