Skip to content

v1.7.0

Latest

Choose a tag to compare

@SomeMWDev SomeMWDev released this 18 Dec 20:37

Features

  • The gameEvents data source is now available (#84)
  • The groupRoleMembers data source is now available (#80)
  • The list of optional arguments which split caches can now be configured via the new $wgRobloxAPICacheSplittingOptionalArguments config option (#86)

Changes

  • Requests sent by the extension now time out after 5 seconds

Fixes

  • json_key now handles arrays correctly
  • json_key=0 is now handled correctly

Technical

  • The list of legacy parser function is now lazy-loaded. This may improve performance in some edge-cases
  • All class namespaces and folder names are now capitalized (#71)
  • MediaWiki 1.45 is now officially supported
  • The RobloxApiUtil class was converted to a new RobloxApiUtils service, which improves the code quality in some areas (#85)