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.
Prepare for SBT Plugin 1.3.0 release
- Loading branch information
1 parent
dcb46be
commit 422fb3b
Showing
1 changed file
with
31 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,31 @@ | ||
--- | ||
|
||
release: rc1 | ||
apache: true | ||
title: 1.3.0 | ||
date: 2025-01-24 | ||
summary: > | ||
Update to Daffodil 3.10.0, support daffodil-tdml-junit, improve packageDaffodilBin logging/debugging | ||
source-dist: | ||
- "apache-daffodil-sbt-1.3.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 | ||
|
||
* The default value of the `daffodilVersion` setting is updated to `3.10.0` | ||
* The new `daffodil-junit-tdml` jar added in Daffodil 3.10.0 is now added to the `test` classpath. DFDL projects with `daffodilVersion` 3.2.0 or new can now use the more compact TDML JUnit API | ||
* The `packageDaffodilBin` task now outputs Daffodil logs. The log level can be controlled by the `packageDaffodilBin/logLevel` setting | ||
* The sbt command `export packageDaffodilBin` now outputs commands and arguments used to build saved parsers. This can be copied into a CLI, script, IDE, etc. to build saved parsers outside of SBT | ||
|
||
#### Deprecation/Compatibility | ||
|
||
* No changes to deprecation/compatibility | ||
|
||
#### Closed Issues | ||
|
||
[GitHub v1.3.0 Closed Issues](https://github.com/apache/daffodil-sbt/milestone/4?closed=1) |