Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9ca518c
Delete codeql.yml
bgavrilMS Jul 5, 2023
24c6d2a
Merge pull request #670 from AzureAD/bgavrilMS-patch-2
bgavrilMS Jul 5, 2023
3c00622
Test framework update (#672)
Avery-Dunn Jul 10, 2023
2976239
Update CIAM tests (#673)
Avery-Dunn Jul 10, 2023
0efcce1
Bump guava from 31.1-jre to 32.0.0-jre in /msal4j-sdk (#671)
bgavrilMS Jul 11, 2023
6dc951b
Delete contributing.md (#667)
bgavrilMS Jul 11, 2023
3d1ca7c
Create Contributing.md (#668)
bgavrilMS Jul 11, 2023
8bf42f2
Version changes for 1.13.9 (#674)
Avery-Dunn Jul 11, 2023
1dfb59c
Add space between command and arguments when executing linux command …
ricemery Jul 26, 2023
efee88f
Assorted fixes (#684)
Avery-Dunn Aug 3, 2023
feabcde
Issue-679: Fix for Account Cache; .contains() was not possible and yo…
gterminator Aug 6, 2023
ef40ea0
Version changes for 1.13.10 (#685)
Avery-Dunn Aug 7, 2023
4dc7a5e
Move changelog
bgavrilMS Aug 9, 2023
2556448
Move changelog to root
bgavrilMS Aug 9, 2023
1987f77
Merge pull request #686 from AzureAD/bogavril/ch
bgavrilMS Sep 7, 2023
ddc953f
Update issue templates (#707)
bgavrilMS Sep 12, 2023
afc8a15
Re-add lombok source line (#705)
Avery-Dunn Sep 21, 2023
f31cd8b
Version changes for release 1.13.11 (#714)
Avery-Dunn Sep 22, 2023
746631e
Update bug report
bgavrilMS Sep 29, 2023
6813286
Delete .github/ISSUE_TEMPLATE/bug_report.md
bgavrilMS Sep 29, 2023
d7e085d
Merge pull request #718 from AzureAD/bgavrilMS-patch-3
bgavrilMS Sep 29, 2023
041bd01
Update bug_report.yaml
bgavrilMS Sep 29, 2023
09c8222
Create FeatureRequest.yaml
bgavrilMS Sep 29, 2023
ff34ddd
Merge pull request #719 from AzureAD/bgavrilMS-patch-4
bgavrilMS Sep 29, 2023
2edc49b
Update FeatureRequest.yaml
bgavrilMS Sep 29, 2023
39eb7d8
Set default throttling time to 5 sec (#721)
akulyakhtin Oct 6, 2023
ed369a8
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
Avery-Dunn Oct 26, 2023
dbf9576
Version changes for 1.14.0 msal4j and 1.0.0 msal4j-brokers
Avery-Dunn Oct 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Version 1.14.3-beta
Version 1.14.0
=============
- GA release of MSAL Java Brokers package
- Add support for acquiring bearer and proof-of-possession tokens using WAM as the broker (#590)
- Default throttling time for password grant requests lowered to 5 seconds (#721)
- Fix internal docs generation issue (#705)

Version 1.14.1-beta
=============
- Add proof-of-possession token support
- Add MSALRuntime logging support
Expand All @@ -8,10 +15,6 @@ Version 1.14.0-beta
- Add IBroker interface
- Add app-level parameter for enabling the use of auth brokers

Version 1.13.11
=============
- Hotfix for internal docs generation issue (#705)

Version 1.13.10
=============
- Remove default HTTP timeout (#664)
Expand Down
4 changes: 2 additions & 2 deletions msal4j-brokers/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.0.0-beta
Version 1.0.0
=============
- Initial release
- Provides the API and dependencies needed to utilize auth brokers through MSALRuntime
- Provides the API and dependencies needed to acquire tokens via WAM
4 changes: 2 additions & 2 deletions msal4j-brokers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j-brokers</artifactId>
<version>1.0.3-beta</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>msal4j-brokers</name>
<description>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.14.3-beta</version>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
6 changes: 3 additions & 3 deletions msal4j-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Quick links:
The library supports the following Java environments:
- Java 8 (or higher)

Current version - 1.14.3-beta
Current version - 1.14.0

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).

Expand All @@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.14.3-beta</version>
<version>1.14.0</version>
</dependency>
```
### Gradle

```gradle
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.14.3-beta'
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.14.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion msal4j-sdk/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Export-Package: com.microsoft.aad.msal4j;version="1.14.3-beta"
Export-Package: com.microsoft.aad.msal4j;version="1.14.0"
Automatic-Module-Name: com.microsoft.aad.msal4j
3 changes: 1 addition & 2 deletions msal4j-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.14.3-beta</version>
<version>1.14.0</version>
<packaging>jar</packaging>
<name>msal4j</name>
<description>
Expand Down Expand Up @@ -103,7 +103,6 @@
<version>1.14.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
Expand Down