Skip to content

Commit 27c3fee

Browse files
Avery-DunnbgavrilMSdependabot[bot]ricemeryRic Emery
authored
Release 1.14.0/1.0.0 version changes (#736)
* Delete codeql.yml * Test framework update (#672) * Initial working tests * Remove CIAM extra query parameter * Fix failing tests * Remove duplicate unit tests * Remove duplicate unit tests * Update tests with mocking to use Mockito * Remove testng and powermock, add junit and mockito * Remove AbstractMsalTests and PowerMockTestCase * Fix mistaken null check * Properly scope dependency * Update CIAM tests (#673) * Bump guava from 31.1-jre to 32.0.0-jre in /msal4j-sdk (#671) Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Avery-Dunn <[email protected]> * Delete contributing.md (#667) Co-authored-by: Avery-Dunn <[email protected]> * Create Contributing.md (#668) Co-authored-by: Avery-Dunn <[email protected]> * Version changes for 1.13.9 (#674) * Add space between command and arguments when executing linux command to open browser. Refs #682 (#683) Co-authored-by: Ric Emery <[email protected]> * Assorted fixes (#684) * Remove default timeouts and improve exception messages * Fix NPE for on-prem ADFS scenario * Log MSAL message but re-throw exception * Update vulnerable test dependency * Issue-679: Fix for Account Cache; .contains() was not possible and you had to iterate through all elements as workaround. (#681) * Version changes for 1.13.10 (#685) * Move changelog * Move changelog to root * Update issue templates (#707) * Re-add lombok source line (#705) * Version changes for release 1.13.11 (#714) * Update bug report * Delete .github/ISSUE_TEMPLATE/bug_report.md * Update bug_report.yaml * Create FeatureRequest.yaml * Update FeatureRequest.yaml * Set default throttling time to 5 sec (#721) Co-authored-by: Kulyakhtin, Alexander (Ext) <[email protected]> * Version changes for 1.14.0 msal4j and 1.0.0 msal4j-brokers --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Bogdan Gavril <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ric Emery <[email protected]> Co-authored-by: Ric Emery <[email protected]> Co-authored-by: Maximilian Pfeffer <[email protected]> Co-authored-by: akulyakhtin <[email protected]> Co-authored-by: Kulyakhtin, Alexander (Ext) <[email protected]>
1 parent d30509c commit 27c3fee

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
lines changed

changelog.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
Version 1.14.3-beta
1+
Version 1.14.0
2+
=============
3+
- GA release of MSAL Java Brokers package
4+
- Add support for acquiring bearer and proof-of-possession tokens using WAM as the broker (#590)
5+
- Default throttling time for password grant requests lowered to 5 seconds (#721)
6+
- Fix internal docs generation issue (#705)
7+
8+
Version 1.14.1-beta
29
=============
310
- Add proof-of-possession token support
411
- Add MSALRuntime logging support
@@ -8,10 +15,6 @@ Version 1.14.0-beta
815
- Add IBroker interface
916
- Add app-level parameter for enabling the use of auth brokers
1017

11-
Version 1.13.11
12-
=============
13-
- Hotfix for internal docs generation issue (#705)
14-
1518
Version 1.13.10
1619
=============
1720
- Remove default HTTP timeout (#664)

msal4j-brokers/changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.0.0-beta
1+
Version 1.0.0
22
=============
33
- Initial release
4-
- Provides the API and dependencies needed to utilize auth brokers through MSALRuntime
4+
- Provides the API and dependencies needed to acquire tokens via WAM

msal4j-brokers/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.microsoft.azure</groupId>
77
<artifactId>msal4j-brokers</artifactId>
8-
<version>1.0.3-beta</version>
8+
<version>1.0.0</version>
99
<packaging>jar</packaging>
1010
<name>msal4j-brokers</name>
1111
<description>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.microsoft.azure</groupId>
3636
<artifactId>msal4j</artifactId>
37-
<version>1.14.3-beta</version>
37+
<version>1.14.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.microsoft.azure</groupId>

msal4j-sdk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Quick links:
1616
The library supports the following Java environments:
1717
- Java 8 (or higher)
1818

19-
Current version - 1.14.3-beta
19+
Current version - 1.14.0
2020

2121
You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt).
2222

@@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
2828
<dependency>
2929
<groupId>com.microsoft.azure</groupId>
3030
<artifactId>msal4j</artifactId>
31-
<version>1.14.3-beta</version>
31+
<version>1.14.0</version>
3232
</dependency>
3333
```
3434
### Gradle
3535

3636
```gradle
37-
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.14.3-beta'
37+
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.14.0'
3838
```
3939

4040
## Usage

msal4j-sdk/bnd.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Export-Package: com.microsoft.aad.msal4j;version="1.14.3-beta"
1+
Export-Package: com.microsoft.aad.msal4j;version="1.14.0"
22
Automatic-Module-Name: com.microsoft.aad.msal4j

msal4j-sdk/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.microsoft.azure</groupId>
55
<artifactId>msal4j</artifactId>
6-
<version>1.14.3-beta</version>
6+
<version>1.14.0</version>
77
<packaging>jar</packaging>
88
<name>msal4j</name>
99
<description>
@@ -103,7 +103,6 @@
103103
<version>1.14.5</version>
104104
<scope>test</scope>
105105
</dependency>
106-
107106
<dependency>
108107
<groupId>org.skyscreamer</groupId>
109108
<artifactId>jsonassert</artifactId>

0 commit comments

Comments
 (0)