Skip to content

Releases: JPro-one/JPro-Platform

JPro Platform 0.4.1

29 Aug 20:59
Compare
Choose a tag to compare

Features

  • Make the jpro-auth-core module JPMS compliant.

Improvements

  • Updated JPro to version 2024.3.2
  • Updated JavaFX dependencies to version 17.0.12
  • Updated SimpleFX dependencies to version 3.2.36

JPro Platform 0.4.0

11 Jul 18:12
Compare
Choose a tag to compare

Features

  • Implemented and added jpro-mail module to the platform. This module provides an API to send emails from a
    JavaFX/JPro application.

Improvements

  • Updated JPro to version 2024.3.0.
  • Updated SimpleFX dependencies to version 3.2.35. The SimpleFX modules are in compliance with the Java
    Platform Module System.
  • Updated JMemoryBuddy dependency to version 0.5.5. This module is also now in compliance with the Java Platform
    Module System.
  • Updated JNodes dependencies to version 0.8.2.
  • Added popup sample application to the examples list for the jpro-routing-popup module.

Bugfixes

  • Export jpro-routing-core module from jpro-routing-dev module to make it available externally when only
    jpro-routing-dev is included in the project.
  • Fixed some dependency requirements in the JPro Routing modules.
  • Fixed the stylesheet path in the jpro-routing-popup module for the SimplePopup control.

JPro Platform 0.3.2

12 Jun 15:34
Compare
Choose a tag to compare

Improvements

  • Improved error handling in the jpro-sipjs module.

Bugfixes

  • Fixed URI normalization for local addresses ikn the jpro-auth-core module.
  • Fixed a NPE thrown if the session only has redirects in the jpro-routing-core module.
  • Routing refreshes no longer adds a new entry to the browser's history.
  • Fixed hangup button in the SipJS Demos. If an error happens, getting a screen, it is now logged.
    Screen sharing button "toggles" now it's state - making it possible to switch back to video.

JPro Platform 0.3.1

14 May 13:33
Compare
Choose a tag to compare

Bugfixes

  • Fixed the retrival of the domain from the request in the Request class in the jpro-routing-core module. Now domain
    in the route is correctly matched with the request domain.
  • Fix the server url when useLoopbackIpAddress OAuth2 option is used.

JPro Platform 0.3.0

06 May 16:47
Compare
Choose a tag to compare

Improvements

  • Updated JPro to version 2024.2.0
  • Updated JavaFX dependencies to version 17.0.11
  • Updated SimpleFX dependencies to version 3.2.33
  • Some minor SipJS improvements

JPro Platform 0.2.17

01 May 09:32
Compare
Choose a tag to compare

Features

  • Added runAsync method to the CommandRunner class in the jpro-internal-util module. This method can be used
    to run a command asynchronously. This is useful for long-running commands that should not block the main thread.

JPro Platform 0.2.16

08 Apr 12:42
Compare
Choose a tag to compare

Features

  • Added setPrintToConsole method to CommandRunner class in the jpro-internal-util module. This method can be used
    to set the print output of the command runner to the console. This is useful for debugging purposes.

JPro Platform 0.2.15

21 Mar 11:39
Compare
Choose a tag to compare

Improvements

  • Updated SimpleFX dependencies to version 3.2.32.
  • Added ensemble running command in the documentation.

Features

  • Added native support to jpro-media module for the Linux arm64 architecture.
  • Added getAttribute(String key) method to the User class in jpro-auth-core module. This will help developers to
    easily retrieve attributes from the user object. Add also getEmail() method to simplify the retrieval of the email
    from the attribute.
  • Added UserSession class to the authentication filters to simplify the User storage and retrieval process.

Bugfixes

  • Minor fixes and documentation improvements.

JPro Platform 0.2.14

05 Mar 17:30
Compare
Choose a tag to compare

Changes

  • Renamed jpro-sessions module to jpro-session.

JPro Platform 0.2.13

14 Feb 10:43
Compare
Choose a tag to compare

Features

  • Added jpro-internal-util module to the platform. This module contains internal utilities that are used by other
    modules in the platform. PlatformUtils moved from jpro-internal-openlink to this module in the process.