Skip to content

Commit

Permalink
Daffodil SBT Plugin v1.1.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedlawrence committed Jul 15, 2024
1 parent 2528adb commit bce0153
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions site/_sbt/1.1.0.md
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)

0 comments on commit bce0153

Please sign in to comment.