Skip to content

6.0.1

Latest
Compare
Choose a tag to compare
@nicoletteschreier nicoletteschreier released this 23 Apr 15:56
· 15 commits to master since this release
319202b

Release Notes

New Features

  1. Support for OpenEdge 12.0
  2. Support changes to oeping in recent PASOE versions
  3. Addition of tableRef and viewTable to ablFilter
  4. Simplified version watermarking by removing version labels from source files and utilizing the build process to version each compiled file.

Bug Fixes

  • When using Basic Authentication in a node.js environment, passwords and usernames that contain Unicode characters do not get properly encoded.

Known Issues

  • If an app uses a JSDOSession object to log in to a Web application that uses Form authentication and then uses another JSDOSession object to log in to the same Web application (the serviceURI's resolve to the same location), the second JSDOsession does not validate credentials passed to its login() method if the session established by the first login is still valid. Developers should avoid using 2 JSDOSessions that point to the same Web application and are active at the same time.
    getSession() will reject its promise with an error code of GENERAL_FAILURE instead of AUTHENTICATION_FAILURE if the user successfully logs into a token provider but the given data provider rejects said token.
  • [JSDO's Session] Login fails for the first time with 'Invalid Credentials' after session timeout.