-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7d3f38
commit 03c98fe
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (Unreleased) | ||
## 1.0.0-beta.2 (2023-04-10) | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
- Added the ability to create a `DataFactoryElement` from a Key Vault Reference or a Masked String. | ||
|
||
### Bugs Fixed | ||
### Breaking Changes | ||
|
||
### Other Changes | ||
- The `DataFactoryExpression<T>` type has been renamed to `DataFactoryElement<T>`. | ||
- The `HasLiteral` property was removed in favor of the `Kind` property. | ||
|
||
## 1.0.0-beta.1 (2022-12-07) | ||
|
||
### Features Added | ||
|
||
- Initial release containing a new `DataFactoryExpression<T>` type for supporting both literal values and expression values for properties. |