forked from apache/daffodil-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Daffodil SBT Plugin v1.1.0 release notes
- Loading branch information
1 parent
2528adb
commit bce0153
Showing
1 changed file
with
34 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
|
||
release: rc1 | ||
apache: true | ||
title: 1.1.0 | ||
date: 2024-07-15 | ||
summary: > | ||
Multiple new settings and bug fixes to improve quality of life and IDE support | ||
source-dist: | ||
- "apache-daffodil-sbt-1.1.0-src.zip" | ||
--- | ||
|
||
This is a minor release of the Apache Daffodil SBT Plugin. | ||
|
||
See the [GitHub page](https://github.com/apache/daffodil-sbt) for details to enable and configure. | ||
|
||
#### New Features | ||
|
||
* Default daffodilVersion is updated to 3.8.0 | ||
* scalaVersion is now set automatically based on Java version and daffodilVersion. It is recommended that SBT configurations no longer set scalaVersion | ||
* New daffodilBuildsCharset setting, automatically adds Daffodil dependencies required to build character sets | ||
* Modify daffodilPackageBinInfos syntax to support future capabilities. Old syntax is still supported but should be updated | ||
* Add configuration file option to daffodilPackageBinInfos, useful to specify tunables like suppress schema compilation warnings | ||
* Support daffodilPackageBinInfos schema to be defined in a dependency jar | ||
|
||
#### Bug Fixes | ||
|
||
* daffodilTdmlUsesPackageBin now works in IntelliJ | ||
* Fix NullPointerException if a schema file cannot be found | ||
|
||
#### Closed Issues | ||
|
||
[GitHub v1.1.0 Closed Issues](https://github.com/apache/daffodil-sbt/milestone/2?closed=1) |