Contact Us 1-800-596-4880

OAuth Service Release Notes - Mule 4

1.1.8

September 10, 2020

New Features and Enhancements

  • None

Fixed Issues

  • Fixed an issue in which the AuthorizationCodeState type was not updated on certain circumstances. (MULE-16540)

1.3.3

March 13, 2020

New Features and Enhancements

  • None

Fixed Issues

  • Fixed a race condition that was generating a NullPointerException during OAuth token refresh. (MULE-18169)

1.3.1

July 17, 2019

New Features and Enhancements

  • None

Fixed Issues

  • OAuth uses wrong access token when multiple concurrent refresh requests are sent. (MULE-17010)

  • Reuse HTTP clients for an OAuth token request. (MULE-17006)

1.3.0

July 5, 2019

New Features and Enhancements

  • Support Client Credentials grant type in the SDK. (MULE-16908)

Fixed Issues

  • AuthorizationCodeState not updated on certain circumstances. (MULE-16540)

1.2.1

June 19, 2019

New Features and Enhancements

  • None.

Fixed Issues

  • Reuse HTTO clients for an OAuth token request. (MULE-17006)

1.1.7

June 19, 2019

New Features and Enhancements

  • None.

Fixed Issues

  • Reuse HTTP clients for an OAuth token request. (MULE-17006)

1.2.0

April 25, 2019

New Features and Enhancements

  • Support non-blocking in OAuth HTTP calls (MULE-11272)

  • Send OAuth access token by queryParams - service support (MULE-15986)

Fixed Issues

Issue Description

Provide a singleton MultiMap instance

Create HttpRequestOptions concept in HTTP service

Make RequestOptions as large as possible

Remove unnecessary String.toLowerCase calls (OAuth Service)

Services take too long to discover and load

OAuth: Provide option encodeClientCredentialsInBody in authCode

HTTP request with OAuth client-credentials fails after token is invalidated

Some HTTP log entries go to the runtime log instead of the app’s logg

AuthorizationCodeState is not updated in certain circumstances

1.1.6

December 11, 2018

New Features and Enhancements

  • None.

Fixed Issues

Issue Description

OAuth ClientCredentials: Race condition when two requests try to refresh the token at the same time

Some HTTP log entries go to the runtime log instead of the app’s log

1.1.5

October 9, 2018

New Features and Enhancements

  • Support non-blocking in OAuth HTTP calls (MULE-11272)

Fixed Issues

Issue Description

HTTP request with OAuth client-credentials fails after token is invalidated

1.1.4

August 14, 2018

New Features and Enhancements

  • None.

Fixed Issues

Issue Description

OAuth: Provide option encodeClientCredentialsInBody in authCode

1.1.3

August 13, 2018

New Features and Enhancements

  • None.

Fixed Issues

Issue Description

OAuth2 Request config always fetches token at startup

1.1.2

July 24, 2018

New Features and Enhancements

  • None.

Fixed Issues

Issue Description

Remove unnecessary String.toLowerCase calls (OAuth Service)

1.1.1

March 16, 2018

New Features and Enhancements

  • None.

Fixed Issues

Issue Description

Provide a singleton MultiMap instance

1.1.0

January 30, 2018

Initial Release.