Skip to content

Commit d4f3d07

Browse files
authored
Merge pull request #1029 from AzureAD/avdunn/release-1.25.0
Release 1.25.0
2 parents 3e000a0 + fcee5f4 commit d4f3d07

6 files changed

Lines changed: 16 additions & 10 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- **Main Package**: `com.microsoft.aad.msal4j`
77
- **Three Application Types**: `PublicClientApplication`, `ConfidentialClientApplication`, `ManagedIdentityApplication`
88
- **Pattern**: Each auth flow has `*Parameters` (public API), `*Request` (internal), `*Supplier` (executor)
9-
- **Current Version**: 1.23.1
9+
- **Current Version**: 1.25.0
1010

1111
---
1212

@@ -16,7 +16,7 @@
1616

1717
- **Language**: Java 8+
1818
- **Build Tool**: Maven
19-
- **Current Version**: 1.23.1
19+
- **Current Version**: 1.25.0
2020
- **Artifact**: `com.microsoft.azure:msal4j`
2121
- **Key Protocols**: OAuth2, OpenID Connect
2222

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.24.1
19+
Current version - 1.25.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/main/msal4j-sdk/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.24.1</version>
31+
<version>1.25.0</version>
3232
</dependency>
3333
```
3434
### Gradle
3535

3636
```gradle
37-
implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.24.1'
37+
implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.25.0'
3838
```
3939

4040
## Usage

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.25.0
2+
=============
3+
- Add Federated Managed Identity (FMI) support for client credentials flow (#1025)
4+
- Add User Federated Identity Credential (user_fic) grant type support (#1026)
5+
- Add MSAL client metadata headers to IMDS managed identity requests (#1024)
6+
17
Version 1.24.1
28
=============
39
- Improve sovereign cloud support and network error handling (#1018)

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.24.1
19+
Current version - 1.25.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.24.1</version>
31+
<version>1.25.0</version>
3232
</dependency>
3333
```
3434
### Gradle
3535

3636
```gradle
37-
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.24.1'
37+
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.25.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.24.1"
1+
Export-Package: com.microsoft.aad.msal4j;version="1.25.0"
22
Automatic-Module-Name: com.microsoft.aad.msal4j

msal4j-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
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.24.1</version>
6+
<version>1.25.0</version>
77
<packaging>jar</packaging>
88
<name>msal4j</name>
99
<description>

0 commit comments

Comments
 (0)