Skip to content

JPro Platform 0.7.2

Latest

Choose a tag to compare

@FlorianKirmaier FlorianKirmaier released this 03 Jul 09:33

Features

  • jpro-auth-routing: Added RoutingAuth, a high-level entry point for adding Google / OAuth2 / username-password login to a RouteApp (plus dummy/defaultUser logins for tests and desktop). See the module README and the routing-auth example.
  • jpro-webrtc: Added a README and Javadoc, plus an RTCPeerConnection.addStream(MediaStream) convenience.
  • jpro-playwright: New module with Playwright-based test utilities. (#122)

Bugfixes

  • jpro-routing: Fixed a removed-children memory leak on JavaFX 25. (#115)

Breaking

  • jpro-auth-routing: Renamed the auth route transformers from *Filter to *Transformer (AuthBasicFilter, AuthBasicOAuth2Filter, AuthRestrictionFilter) and AuthUIProvider.createFilter() to createTransformer().
  • jpro-webrtc: Encapsulated the public API — connection states are read-only properties (connectionStateProperty(), …), getTracks()/getIceCandidates() replace the public lists, setOnNewIceCandidate/setOnNegotiationNeeded replace the public callback fields, and MediaStream.js is now MediaStream.js().