Skip to content

Commit 8401049

Browse files
Add 1.7.0 release notes
1 parent 6a23a6a commit 8401049

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

site/_sbt/1.7.0.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
3+
release: rc1
4+
apache: true
5+
title: 1.7.0
6+
date: 2026-03-10
7+
summary: >
8+
Fix crossDaffodilVersions regression, support custom test harnesses, and
9+
miscellaneous updates
10+
11+
source-dist:
12+
- "apache-daffodil-sbt-1.7.0-src.zip"
13+
---
14+
15+
This is a minor release of the Apache Daffodil SBT Plugin.
16+
17+
See the [GitHub page](https://github.com/apache/daffodil-sbt) for details to enable and configure.
18+
19+
# New Features
20+
21+
* Enable use of `src/{main,test}/scala-XYZ` directories for cross version
22+
support of plugins and test harnesses
23+
* Enable `Test/packageDaffodilBin` to create saved parsers with test
24+
resources made available
25+
* Add Daffodil API jars as test dependencies, useful for projects implementing
26+
custom test harnesses
27+
* Fix typo in README code snippet to access `daffodilBin()` resources
28+
* Fix `javacOptions` to correctly set the release target
29+
30+
# Bug Fixes
31+
32+
* Fixed regression where `packageDaffodilBin` with `daffodilVersion` or
33+
`crossDaffodilVersions` set to `3.11.0` created saved parsers that are not
34+
compatible with Daffodil 3.11.0
35+
36+
# Deprecation/Compatibility
37+
38+
* None
39+
40+
# Closed Issues
41+
42+
[GitHub v1.7.0 Closed Issues](https://github.com/apache/daffodil-sbt/milestone/8?closed=1)

0 commit comments

Comments
 (0)